Searched refs:MASK_ALL (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | iha.h | 406 #define MASK_ALL (MXCMP | MFCMP | MDABT | MPXFER | MSCMP) macro
|
| D | iha.c | 199 bus_space_write_1(iot, ioh, TUL_IMSK, MASK_ALL); 205 bus_space_write_1(iot, ioh, TUL_IMSK, (MASK_ALL & ~MSCMP)); 437 bus_space_write_1(iot, ioh, TUL_IMSK, MASK_ALL); 2622 bus_space_write_1(iot, ioh, TUL_IMSK, MASK_ALL); 2630 bus_space_write_1(iot, ioh, TUL_IMSK, (MASK_ALL & ~MSCMP));
|