Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/nxp/sd/
H A Dsd_mmc.c81 esdhc_out32(&mmc->esdhc_regs->sysctl, in set_speed()
107 esdhc_out32(&mmc->esdhc_regs->sysctl, val); in esdhc_init()
140 esdhc_out32(&mmc->esdhc_regs->sysctl, val); in esdhc_init()
144 esdhc_out32(&mmc->esdhc_regs->sysctl, val); in esdhc_init()
166 esdhc_out32(&mmc->esdhc_regs->proctl, val); in esdhc_init()
170 esdhc_out32(&mmc->esdhc_regs->ctl, val); in esdhc_init()
189 esdhc_out32(&mmc->esdhc_regs->irqstat, ESDHC_IRQSTAT_CLEAR_ALL); in esdhc_send_cmd()
257 esdhc_out32(&mmc->esdhc_regs->cmdarg, args); in esdhc_send_cmd()
258 esdhc_out32(&mmc->esdhc_regs->xfertyp, xfertyp); in esdhc_send_cmd()
338 esdhc_out32(&mmc->esdhc_regs->irqstat, val); in esdhc_wait_response()
[all …]
/rk3399_ARM-atf/include/drivers/nxp/sd/
H A Dsd_mmc.h329 #define esdhc_out32(a, v) mmio_write_32((uintptr_t)(a), bswap32(v)) macro
332 #define esdhc_out32(a, v) mmio_write_32((uintptr_t)(a), (v)) macro