Searched defs:error_int_status (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
H A Dhif.c305 u8 error_int_status; local
310 error_int_status = dev->irq_proc_reg.error_int_status & 0x0F;
311 if (!error_int_status) {
318 error_int_status);
320 if (MS(ERROR_INT_STATUS_WAKEUP, error_int_status))
323 if (MS(ERROR_INT_STATUS_RX_UNDERFLOW, error_int_status))
326 if (MS(ERROR_INT_STATUS_TX_OVERFLOW, error_int_status))
330 dev->irq_proc_reg.error_int_status &= ~error_int_status;
[all...]
H A Dhif.h208 u8 error_int_status; member in struct:ath6kl_irq_proc_registers

Completed in 42 milliseconds