Lines Matching refs:esdhc_write32

279 			esdhc_write32(&regs->dsaddr, lower_32_bits(addr));  in esdhc_setup_data()
281 esdhc_write32(&regs->dsaddr, (u32)data->dest); in esdhc_setup_data()
309 esdhc_write32(&regs->dsaddr, lower_32_bits(addr)); in esdhc_setup_data()
311 esdhc_write32(&regs->dsaddr, (u32)data->src); in esdhc_setup_data()
316 esdhc_write32(&regs->blkattr, data->blocks << 16 | data->blocksize); in esdhc_setup_data()
403 esdhc_write32(&regs->irqstat, -1); in esdhc_send_cmd_common()
436 esdhc_write32(&regs->irqsigen, 0); in esdhc_send_cmd_common()
439 esdhc_write32(&regs->cmdarg, cmd->cmdarg); in esdhc_send_cmd_common()
441 esdhc_write32(&regs->mixctrl, in esdhc_send_cmd_common()
444 esdhc_write32(&regs->xfertyp, xfertyp & 0xFFFF0000); in esdhc_send_cmd_common()
446 esdhc_write32(&regs->xfertyp, xfertyp); in esdhc_send_cmd_common()
549 esdhc_write32(&regs->sysctl, esdhc_read32(&regs->sysctl) | in esdhc_send_cmd_common()
555 esdhc_write32(&regs->sysctl, in esdhc_send_cmd_common()
567 esdhc_write32(&regs->irqstat, -1); in esdhc_send_cmd_common()
637 esdhc_write32(&regs->sysctl, value); in esdhc_clock_control()
957 esdhc_write32(&regs->mmcboot, 0x0); in esdhc_init_common()
959 esdhc_write32(&regs->mixctrl, 0x0); in esdhc_init_common()
960 esdhc_write32(&regs->clktunectrlstatus, 0x0); in esdhc_init_common()
964 esdhc_write32(&regs->vendorspec, (VENDORSPEC_INIT | in esdhc_init_common()
967 esdhc_write32(&regs->vendorspec, VENDORSPEC_INIT); in esdhc_init_common()
970 esdhc_write32(&regs->dllctrl, 0x0); in esdhc_init_common()
975 esdhc_write32(&regs->scr, 0x00000040); in esdhc_init_common()
991 esdhc_write32(&regs->proctl, PROCTL_INIT); in esdhc_init_common()
1103 esdhc_write32(&regs->mixctrl, 0); in fsl_esdhc_init()
1104 esdhc_write32(&regs->autoc12err, 0); in fsl_esdhc_init()
1105 esdhc_write32(&regs->clktunectrlstatus, 0); in fsl_esdhc_init()