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

/freebsd-10-stable/sys/powerpc/mpc85xx/
H A Dfsl_sdhc.c380 write4(sc, SDHC_IRQSIGEN, MASK_IRQ_ALL & ~IRQ_DINT & ~IRQ_DMAE);
383 write4(sc, SDHC_IRQSIGEN, MASK_IRQ_ALL & ~IRQ_BRR & ~IRQ_BWR);
716 clear_bit(sc, SDHC_IRQSIGEN, IRQ_CINS);
718 set_bit(sc, SDHC_IRQSIGEN, IRQ_CRM);
727 clear_bit(sc, SDHC_IRQSIGEN, IRQ_CRM);
729 set_bit(sc, SDHC_IRQSIGEN, IRQ_CINS);
989 printf("IRQSIGEN = 0x%08x\n", read4(sc, SDHC_IRQSIGEN));
H A Dfsl_sdhc.h130 SDHC_IRQSIGEN = 0x038, enumerator in enum:sdhc_reg_off

Completed in 176 milliseconds