Home
last modified time | relevance | path

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

/freebsd/sys/arm/allwinner/
H A Daw_mmc.c186 #define AW_MMC_READ_4(_sc, _reg) \ macro
659 val = AW_MMC_READ_4(sc, AW_MMC_GCTL); in aw_mmc_prepare_dma()
673 val = AW_MMC_READ_4(sc, AW_MMC_IDIE); in aw_mmc_prepare_dma()
695 reg = AW_MMC_READ_4(sc, AW_MMC_GCTL); in aw_mmc_reset()
700 if ((AW_MMC_READ_4(sc, AW_MMC_GCTL) & AW_MMC_GCTL_RESET) == 0) in aw_mmc_reset()
740 reg = AW_MMC_READ_4(sc, AW_MMC_GCTL); in aw_mmc_init()
773 val = AW_MMC_READ_4(sc, AW_MMC_GCTL); in aw_mmc_req_done()
778 if ((AW_MMC_READ_4(sc, AW_MMC_GCTL) & in aw_mmc_req_done()
816 status = AW_MMC_READ_4(sc, AW_MMC_STAR); in aw_mmc_req_ok()
833 cmd->resp[0] = AW_MMC_READ_4(sc, AW_MMC_RESP3); in aw_mmc_req_ok()
[all …]