Searched refs:REG_NUM_MASK (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dcs89x0reg.h168 #define REG_NUM_MASK 0x003F macro
H A Dcs89x0.c1399 if ((Event & REG_NUM_MASK) == 0 || Event == 0xffff)
1405 while ((Event & REG_NUM_MASK) != 0 && Event != 0xffff) {
1407 switch (Event & REG_NUM_MASK) {
1447 switch (cntEvent & REG_NUM_MASK) {

Completed in 305 milliseconds