Searched refs:STUBMATCH (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/emips/ebus/
H A Dac97_ebus.c40 #define STUBMATCH(_f_) ((_f_)->Tag == PMTTAG_AC97) macro
H A Devga_ebus.c40 #define STUBMATCH(_f_) ((_f_)->Tag == PMTTAG_VGA) macro
H A Dlcd_ebus.c40 #define STUBMATCH(_f_) (((_f_)->TypeAndTag & LCDBT_TAG) == PMTTAG_LCD) macro
H A Dps2_ebus.c40 #define STUBMATCH(_f_) ((_f_)->Tag == PMTTAG_PS2) macro
H A Dstub_ebus.c37 #define STUBMATCH(_f_) (((_f_)->BaseAddressAndTag & FLASHBT_TAG) == PMTTAG_FLASH)
74 if ((f == NULL) || (! STUBMATCH(f)))

Completed in 113 milliseconds