Home
last modified time | relevance | path

Searched refs:am_negative (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/bhnd/siba/
H A Dsiba_subr.c635 admatch->am_negative = false; in siba_parse_admatch()
641 admatch->am_negative = ((am & SIBA_AM_ADNEG) != 0); in siba_parse_admatch()
647 admatch->am_negative = ((am & SIBA_AM_ADNEG) != 0); in siba_parse_admatch()
H A Dsibavar.h149 bool am_negative; /**< if true, negative matching is performed. */ member
H A Dsiba_erom.c306 if (admatch[num_admatch_en].am_negative) { in siba_eio_read_core_id()