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

/freebsd-current/sys/arm/allwinner/
H A Daw_mmc.c186 #define AW_MMC_READ_4(_sc, _reg) \ macro
668 val = AW_MMC_READ_4(sc, AW_MMC_GCTL);
682 val = AW_MMC_READ_4(sc, AW_MMC_IDIE);
704 reg = AW_MMC_READ_4(sc, AW_MMC_GCTL);
709 if ((AW_MMC_READ_4(sc, AW_MMC_GCTL) & AW_MMC_GCTL_RESET) == 0)
749 reg = AW_MMC_READ_4(sc, AW_MMC_GCTL);
782 val = AW_MMC_READ_4(sc, AW_MMC_GCTL);
787 if ((AW_MMC_READ_4(sc, AW_MMC_GCTL) &
825 status = AW_MMC_READ_4(sc, AW_MMC_STAR);
842 cmd->resp[0] = AW_MMC_READ_4(s
[all...]

Completed in 48 milliseconds