Searched refs:isr0 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_interrupts.c | 56 uint32_t isr, isr0, isr1; in ar5212GetPendingInterrupts() local 89 isr0 = OS_REG_READ(ah, AR_ISR_S0_S); in ar5212GetPendingInterrupts() 90 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXOK); in ar5212GetPendingInterrupts() 91 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXDESC); in ar5212GetPendingInterrupts()
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_interrupts.c | 70 uint32_t isr, isr0, isr1, sync_cause = 0, o_sync_cause = 0; in ar5416GetPendingInterrupts() local 180 isr0 = OS_REG_READ(ah, AR_ISR_S0); in ar5416GetPendingInterrupts() 181 OS_REG_WRITE(ah, AR_ISR_S0, isr0); in ar5416GetPendingInterrupts() 192 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXOK); in ar5416GetPendingInterrupts() 193 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXDESC); in ar5416GetPendingInterrupts()
|
/freebsd/sys/contrib/device-tree/src/mips/loongson/ |
H A D | loongson64-2k1000.dtsi | 64 reg-names = "main", "isr0", "isr1"; 84 reg-names = "main", "isr0", "isr1";
|
/freebsd/sys/contrib/device-tree/src/loongarch/ |
H A D | loongson-2k0500.dtsi | 131 reg-names = "main", "isr0"; 149 reg-names = "main", "isr0";
|
H A D | loongson-2k1000.dtsi | 115 reg-names = "main", "isr0", "isr1"; 132 reg-names = "main", "isr0", "isr1";
|
/freebsd/sys/amd64/vmm/io/ |
H A D | vlapic_priv.h | 114 uint32_t *isrptr = &(vlapic)->apic_page->isr0; \
|
H A D | vlapic.c | 481 isrptr = &vlapic->apic_page->isr0; in dump_isrvec_stk() 535 isrptr = &vlapic->apic_page->isr0; in vlapic_update_ppr() 574 isrptr = &lapic->isr0; in vlapic_process_eoi() 1281 isrptr = &lapic->isr0; in vlapic_intr_accepted() 1396 reg = &lapic->isr0; in vlapic_read()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | dump.c | 55 u32 isr0; /* isr status register LMPM_NIC_ISR0: member 254 IWL_ERR(fwrt, "0x%08X | isr0\n", table.isr0); in iwl_fwrt_dump_lmac_error_log()
|
/freebsd/sys/x86/include/ |
H A D | apicreg.h | 142 u_int32_t isr0; PAD3; member
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwm.c | 5083 uint32_t isr0; /* isr status register LMPM_NIC_ISR0: member 5278 device_printf(sc->sc_dev, "%08X | isr0\n", table.isr0); in iwm_nic_error()
|