Searched refs:isr0 (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/sys/dev/scc/
H A Dscc_dev_sab82532.c110 uint8_t isr0, isr1; local
118 isr0 = scc_getreg(bas, ofs + SAB_ISR0);
121 if (isr0 & SAB_ISR0_TIME) {
132 if (isr0 & SAB_ISR0_RFO)
134 if (isr0 & (SAB_ISR0_TCD|SAB_ISR0_RPF))
136 if ((isr0 & SAB_ISR0_CDSC) || (isr1 & SAB_ISR1_CSC))
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c57 uint32_t isr, isr0, isr1; local
90 isr0 = OS_REG_READ(ah, AR_ISR_S0_S);
91 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXOK);
92 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXDESC);
/freebsd-10-stable/sys/dev/ieee488/
H A Dtnt4882.h71 isr0 = 0x1d, enumerator in enum:tnt4882reg
H A Dtnt4882.c113 {RD, isr0, 0x01}, /* Verify SYNC bit is set */
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c70 uint32_t isr, isr0, isr1, sync_cause = 0, o_sync_cause = 0; local
180 isr0 = OS_REG_READ(ah, AR_ISR_S0);
181 OS_REG_WRITE(ah, AR_ISR_S0, isr0);
192 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXOK);
193 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXDESC);
/freebsd-10-stable/sys/dev/uart/
H A Duart_dev_sab82532.c540 uint8_t isr0, isr1; local
544 isr0 = uart_getreg(bas, SAB_ISR0);
547 if (isr0 & SAB_ISR0_TIME) {
558 if (isr0 & SAB_ISR0_RFO)
560 if (isr0 & (SAB_ISR0_TCD|SAB_ISR0_RPF))
562 if ((isr0 & SAB_ISR0_CDSC) || (isr1 & SAB_ISR1_CSC))
/freebsd-10-stable/sys/amd64/vmm/io/
H A Dvlapic_priv.h114 uint32_t *isrptr = &(vlapic)->apic_page->isr0; \
116 VLAPIC_CTR1((vlapic), msg " isr0 0x%08x", isrptr[0 << 2]); \
H A Dvlapic.c473 isrptr = &vlapic->apic_page->isr0;
527 isrptr = &vlapic->apic_page->isr0;
560 isrptr = &lapic->isr0;
1136 isrptr = &lapic->isr0;
1252 reg = &lapic->isr0;
/freebsd-10-stable/sys/dev/ic/
H A Dhd64570.h134 unsigned char isr0; /* ro */ member in struct:sca_regs
/freebsd-10-stable/sys/x86/include/
H A Dapicreg.h144 u_int32_t isr0; PAD3; member in struct:LAPIC
/freebsd-10-stable/sys/amd64/amd64/
H A Dgenassym.c233 ASSYM(LA_ISR, offsetof(struct LAPIC, isr0));
/freebsd-10-stable/sys/i386/i386/
H A Dgenassym.c229 ASSYM(LA_ISR, offsetof(struct LAPIC, isr0));
/freebsd-10-stable/sys/dev/mn/
H A Dif_mn.c132 u_int8_t isr0, isr1, isr2, isr3, fill6c, fill6d, gis, vstr; member in struct:f54rreg
1005 u = sc->f54r->isr0 << 24;
/freebsd-10-stable/usr.sbin/lmcconfig/
H A Dlmcconfig.c1620 u_int8_t isr0 = read_framer(Bt8370_ISR0);
1681 printf("Rx QRS: \t\t%s\n", (isr0 & 0x10) ? yes : no);
1619 u_int8_t isr0 = read_framer(Bt8370_ISR0); local
/freebsd-10-stable/sys/dev/lmc/
H A Dif_lmc.c2057 u_int8_t alm1, alm3, loop, isr0; local
2065 isr0 = read_framer(sc, Bt8370_ISR0);
2276 if ((DRIVER_DEBUG) && (isr0 & 0x10))
2297 if (isr0 & 0x10) sc->status.snmp.t1.line |= T1LINE_RX_TEST;

Completed in 225 milliseconds