Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Dfsl_esdhc_imx.c460 esdhc_write32(&regs->irqstat, -1); in esdhc_send_cmd_common()
486 esdhc_write32(&regs->irqsigen, 0); in esdhc_send_cmd_common()
491 esdhc_write32(&regs->mixctrl, in esdhc_send_cmd_common()
614 esdhc_write32(&regs->sysctl, in esdhc_send_cmd_common()
626 esdhc_write32(&regs->irqstat, -1); in esdhc_send_cmd_common()
1031 esdhc_write32(&regs->mmcboot, 0x0); in esdhc_init_common()
1033 esdhc_write32(&regs->mixctrl, 0x0); in esdhc_init_common()
1044 esdhc_write32(&regs->dllctrl, 0x0); in esdhc_init_common()
1189 esdhc_write32(&regs->mixctrl, 0); in fsl_esdhc_init()
1281 esdhc_write32(&regs->dllctrl, 0); in fsl_esdhc_init()
[all …]
A Dfsl_esdhc.c351 esdhc_write32(&regs->irqstat, -1); in esdhc_send_cmd_common()
381 esdhc_write32(&regs->irqsigen, 0); in esdhc_send_cmd_common()
384 esdhc_write32(&regs->cmdarg, cmd->cmdarg); in esdhc_send_cmd_common()
385 esdhc_write32(&regs->xfertyp, xfertyp); in esdhc_send_cmd_common()
489 esdhc_write32(&regs->sysctl, in esdhc_send_cmd_common()
497 esdhc_write32(&regs->irqstat, -1); in esdhc_send_cmd_common()
560 esdhc_write32(&regs->sysctl, value); in esdhc_clock_control()
714 esdhc_write32(&regs->esdhcctl, 0x00000040); in esdhc_enable_cache_snooping()
747 esdhc_write32(&regs->proctl, PROCTL_INIT); in esdhc_init_common()
1073 esdhc_write32(&regs->irqstaten, IRQSTATEN_BRR); in fsl_esdhc_execute_tuning()
[all …]
/u-boot/include/
A Dfsl_esdhc.h219 #define esdhc_write32 out_le32 macro
225 #define esdhc_write32 out_be32 macro
231 #define esdhc_write32 out_le32 macro
237 #define esdhc_write32 out_be32 macro
A Dfsl_esdhc_imx.h235 #define esdhc_write32 out_le32 macro
241 #define esdhc_write32 out_be32 macro
247 #define esdhc_write32 out_le32 macro
253 #define esdhc_write32 out_be32 macro

Completed in 10 milliseconds