Lines Matching refs:esdhc_write32

249 			esdhc_write32(&regs->dsaddr, lower_32_bits(addr));  in esdhc_setup_data()
251 esdhc_write32(&regs->dsaddr, (u32)data->dest); in esdhc_setup_data()
278 esdhc_write32(&regs->dsaddr, lower_32_bits(addr)); in esdhc_setup_data()
280 esdhc_write32(&regs->dsaddr, (u32)data->src); in esdhc_setup_data()
285 esdhc_write32(&regs->blkattr, data->blocks << 16 | data->blocksize); in esdhc_setup_data()
370 esdhc_write32(&regs->irqstat, -1); in esdhc_send_cmd_common()
403 esdhc_write32(&regs->irqsigen, 0); in esdhc_send_cmd_common()
406 esdhc_write32(&regs->cmdarg, cmd->cmdarg); in esdhc_send_cmd_common()
408 esdhc_write32(&regs->mixctrl, in esdhc_send_cmd_common()
411 esdhc_write32(&regs->xfertyp, xfertyp & 0xFFFF0000); in esdhc_send_cmd_common()
413 esdhc_write32(&regs->xfertyp, xfertyp); in esdhc_send_cmd_common()
506 esdhc_write32(&regs->sysctl, esdhc_read32(&regs->sysctl) | in esdhc_send_cmd_common()
512 esdhc_write32(&regs->sysctl, in esdhc_send_cmd_common()
524 esdhc_write32(&regs->irqstat, -1); in esdhc_send_cmd_common()
588 esdhc_write32(&regs->sysctl, value); in esdhc_clock_control()
644 esdhc_write32(&regs->mmcboot, 0x0); in esdhc_init_common()
646 esdhc_write32(&regs->mixctrl, 0x0); in esdhc_init_common()
647 esdhc_write32(&regs->clktunectrlstatus, 0x0); in esdhc_init_common()
650 esdhc_write32(&regs->vendorspec, VENDORSPEC_INIT); in esdhc_init_common()
653 esdhc_write32(&regs->dllctrl, 0x0); in esdhc_init_common()
658 esdhc_write32(&regs->scr, 0x00000040); in esdhc_init_common()
674 esdhc_write32(&regs->proctl, PROCTL_INIT); in esdhc_init_common()