Home
last modified time | relevance | path

Searched refs:isr0 (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c56 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 Dar5416_interrupts.c70 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 Dloongson64-2k1000.dtsi64 reg-names = "main", "isr0", "isr1";
84 reg-names = "main", "isr0", "isr1";
/freebsd/sys/contrib/device-tree/src/loongarch/
H A Dloongson-2k0500.dtsi131 reg-names = "main", "isr0";
149 reg-names = "main", "isr0";
H A Dloongson-2k1000.dtsi115 reg-names = "main", "isr0", "isr1";
132 reg-names = "main", "isr0", "isr1";
/freebsd/sys/amd64/vmm/io/
H A Dvlapic_priv.h114 uint32_t *isrptr = &(vlapic)->apic_page->isr0; \
H A Dvlapic.c481 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 Ddump.c55 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 Dapicreg.h142 u_int32_t isr0; PAD3; member
/freebsd/sys/dev/iwm/
H A Dif_iwm.c5083 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()