HomeSort by: relevance | last modified time | path
    Searched refs:MASK_ALL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ihareg.h 219 #define MASK_ALL (MXCMP | MFCMP | MDABT | MPXFER | MSCMP)
iha.c 481 bus_space_write_1(iot, ioh, TUL_IMSK, MASK_ALL);
487 bus_space_write_1(iot, ioh, TUL_IMSK, (MASK_ALL & ~MSCMP));
549 bus_space_write_1(iot, ioh, TUL_IMSK, MASK_ALL);
1196 bus_space_write_1(iot, ioh, TUL_IMSK, MASK_ALL);
1204 bus_space_write_1(iot, ioh, TUL_IMSK, (MASK_ALL & ~MSCMP));

Completed in 13 milliseconds