Home
last modified time | relevance | path

Searched refs:IS_CARDSLOT_INSERT_REMOVE_EV (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/cardbus/
H A Dcardslotvar.h115 #define IS_CARDSLOT_INSERT_REMOVE_EV(x) (0 <= (x) && (x) <= 3) macro
H A Dcardslot.c245 if (IS_CARDSLOT_INSERT_REMOVE_EV(ce->ce_type)) { in cardslot_process_event()