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

/asus-wl-520gu-7.0.1.45/src/include/
H A Dsbsdpcmdev.h154 #define I_ERRORS (I_PC | I_PD | I_DE | I_RU | I_RO | I_XU) /* DMA Errors */ macro
155 #define I_DMA (I_RI | I_XI | I_ERRORS)
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Detc47xx.c99 #define I_ERRORS (I_PC | I_PD | I_DE | I_RU | I_RO | I_XU) macro
100 #define DEF_INTMASK (I_XI | I_RI | I_ERRORS)
728 if (intstatus & I_ERRORS)
763 ch->intstatus &= ~(I_ERRORS);
801 if (intstatus & ~(I_RU) & I_ERRORS)

Completed in 42 milliseconds