Searched refs:MASK_ALL (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | iha.h | 409 #define MASK_ALL (MXCMP | MFCMP | MDABT | MPXFER | MSCMP) macro
|
H A D | iha.c | 178 bus_space_write_1(iot, ioh, TUL_IMSK, MASK_ALL); in iha_intr() 184 bus_space_write_1(iot, ioh, TUL_IMSK, (MASK_ALL & ~MSCMP)); in iha_intr() 384 bus_space_write_1(iot, ioh, TUL_IMSK, MASK_ALL); in iha_init_tulip() 2431 bus_space_write_1(iot, ioh, TUL_IMSK, MASK_ALL); in iha_exec_scb() 2439 bus_space_write_1(iot, ioh, TUL_IMSK, (MASK_ALL & ~MSCMP)); in iha_exec_scb()
|