Searched refs:esdhc_out32 (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/drivers/nxp/sd/ |
| H A D | sd_mmc.c | 81 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 D | sd_mmc.h | 329 #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
|