Searched refs:esdhc_out32 (Results 1 – 2 of 2) sorted by relevance
/arm-trusted-firmware-2.8.0/drivers/nxp/sd/ |
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() 257 esdhc_out32(&mmc->esdhc_regs->cmdarg, args); in esdhc_send_cmd() 440 esdhc_out32(&mmc->esdhc_regs->wml, in esdhc_set_data_attributes() 442 esdhc_out32(&mmc->esdhc_regs->wml, in esdhc_set_data_attributes() 455 esdhc_out32(&mmc->esdhc_regs->blkattr, in esdhc_set_data_attributes() [all …]
|
/arm-trusted-firmware-2.8.0/include/drivers/nxp/sd/ |
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
|
Completed in 8 milliseconds