Searched refs:host_int_status2 (Results 1 – 5 of 5) sorted by relevance
330 u8 host_int_status2; in DevCheckGMboxInterrupts() local338 host_int_status2 = pDev->IrqProcRegisters.host_int_status2 & in DevCheckGMboxInterrupts()341 if (host_int_status2 & GMBOX_INT_STATUS_TX_OVERFLOW) { in DevCheckGMboxInterrupts()346 if (host_int_status2 & GMBOX_INT_STATUS_RX_OVERFLOW) { in DevCheckGMboxInterrupts()358 if (host_int_status2 & GMBOX_INT_STATUS_RX_DATA) { in DevCheckGMboxInterrupts()
53 u8 host_int_status2; member
542 pDev->IrqProcRegisters.host_int_status2 = 0; in ProcessPendingIRQs()
567 ("GMBOX Host Int Status 2: 0x%x\n",pIrqProcRegs->host_int_status2)); in DevDumpRegisters()
481 volatile unsigned char host_int_status2; member