Searched refs:irq_stat (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/powerpc/mpc85xx/
H A Dfsl_sdhc.c610 handle_command_intr(struct fsl_sdhc_softc *sc, uint32_t irq_stat) argument
615 if (irq_stat & IRQ_CTOE) {
617 } else if (irq_stat & IRQ_CCE) {
619 } else if (irq_stat & (IRQ_CEBE | IRQ_CIE)) {
632 if (irq_stat & IRQ_CC) {
641 handle_data_intr(struct fsl_sdhc_softc *sc, uint32_t irq_stat) argument
646 if (irq_stat & IRQ_DTOE) {
648 } else if (irq_stat & (IRQ_DCE | IRQ_DEBE)) {
650 } else if (irq_stat & IRQ_ERROR_DATA_MASK) {
665 if (irq_stat
702 uint32_t irq_stat; local
[all...]
/freebsd-10-stable/contrib/binutils/ld/emultempl/
H A Dspu_ovl.S73 #define irq_stat $9 define
137 rdch irq_stat, $SPU_RdMachStat
278 andi irq_stat, irq_stat, 1
280 binze irq_stat, irqtmp

Completed in 179 milliseconds