Searched refs:esdhc_write32 (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/mmc/ |
A D | fsl_esdhc_imx.c | 460 esdhc_write32(®s->irqstat, -1); in esdhc_send_cmd_common() 486 esdhc_write32(®s->irqsigen, 0); in esdhc_send_cmd_common() 491 esdhc_write32(®s->mixctrl, in esdhc_send_cmd_common() 614 esdhc_write32(®s->sysctl, in esdhc_send_cmd_common() 626 esdhc_write32(®s->irqstat, -1); in esdhc_send_cmd_common() 1031 esdhc_write32(®s->mmcboot, 0x0); in esdhc_init_common() 1033 esdhc_write32(®s->mixctrl, 0x0); in esdhc_init_common() 1044 esdhc_write32(®s->dllctrl, 0x0); in esdhc_init_common() 1189 esdhc_write32(®s->mixctrl, 0); in fsl_esdhc_init() 1281 esdhc_write32(®s->dllctrl, 0); in fsl_esdhc_init() [all …]
|
A D | fsl_esdhc.c | 351 esdhc_write32(®s->irqstat, -1); in esdhc_send_cmd_common() 381 esdhc_write32(®s->irqsigen, 0); in esdhc_send_cmd_common() 384 esdhc_write32(®s->cmdarg, cmd->cmdarg); in esdhc_send_cmd_common() 385 esdhc_write32(®s->xfertyp, xfertyp); in esdhc_send_cmd_common() 489 esdhc_write32(®s->sysctl, in esdhc_send_cmd_common() 497 esdhc_write32(®s->irqstat, -1); in esdhc_send_cmd_common() 560 esdhc_write32(®s->sysctl, value); in esdhc_clock_control() 714 esdhc_write32(®s->esdhcctl, 0x00000040); in esdhc_enable_cache_snooping() 747 esdhc_write32(®s->proctl, PROCTL_INIT); in esdhc_init_common() 1073 esdhc_write32(®s->irqstaten, IRQSTATEN_BRR); in fsl_esdhc_execute_tuning() [all …]
|
/u-boot/include/ |
A D | fsl_esdhc.h | 219 #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 D | fsl_esdhc_imx.h | 235 #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