Searched refs:isr1 (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/dev/scc/ |
| HD | scc_dev_sab82532.c | 110 uint8_t isr0, isr1; in sab82532_bfe_ipend() local 119 isr1 = scc_getreg(bas, ofs + SAB_ISR1); in sab82532_bfe_ipend() 130 if (isr1 & SAB_ISR1_BRKT) in sab82532_bfe_ipend() 136 if ((isr0 & SAB_ISR0_CDSC) || (isr1 & SAB_ISR1_CSC)) in sab82532_bfe_ipend() 138 if (isr1 & SAB_ISR1_ALLS) in sab82532_bfe_ipend()
|
| /NextBSD/sys/dev/ath/ath_hal/ar5212/ |
| HD | ar5212_interrupts.c | 57 uint32_t isr, isr0, isr1; in ar5212GetPendingInterrupts() local 93 isr1 = OS_REG_READ(ah, AR_ISR_S1_S); in ar5212GetPendingInterrupts() 94 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR); in ar5212GetPendingInterrupts() 95 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL); in ar5212GetPendingInterrupts()
|
| /NextBSD/sys/dev/ath/ath_hal/ar5416/ |
| HD | ar5416_interrupts.c | 70 uint32_t isr, isr0, isr1, sync_cause = 0, o_sync_cause = 0; in ar5416GetPendingInterrupts() local 182 isr1 = OS_REG_READ(ah, AR_ISR_S1); in ar5416GetPendingInterrupts() 183 OS_REG_WRITE(ah, AR_ISR_S1, isr1); in ar5416GetPendingInterrupts() 194 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR); in ar5416GetPendingInterrupts() 195 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL); in ar5416GetPendingInterrupts()
|
| /NextBSD/sys/dev/uart/ |
| HD | uart_dev_sab82532.c | 541 uint8_t isr0, isr1; in sab82532_bus_ipend() local 546 isr1 = uart_getreg(bas, SAB_ISR1); in sab82532_bus_ipend() 557 if (isr1 & SAB_ISR1_BRKT) in sab82532_bus_ipend() 563 if ((isr0 & SAB_ISR0_CDSC) || (isr1 & SAB_ISR1_CSC)) in sab82532_bus_ipend() 565 if (isr1 & SAB_ISR1_ALLS) in sab82532_bus_ipend()
|
| /NextBSD/sys/x86/include/ |
| HD | apicreg.h | 145 u_int32_t isr1; PAD3; member
|
| /NextBSD/sys/dev/mn/ |
| HD | if_mn.c | 132 u_int8_t isr0, isr1, isr2, isr3, fill6c, fill6d, gis, vstr; member 1006 u |= sc->f54r->isr1 << 16; in f54_intr()
|
| /NextBSD/sys/dev/iwm/ |
| HD | if_iwm.c | 3896 uint32_t isr1; /* isr status register LMPM_NIC_ISR1: member 4014 device_printf(sc->sc_dev, "%08X | isr1\n", table.isr1); in iwm_nic_error()
|