Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dfsl_esdhc_imx.c286 esdhc_write32(&regs->dsaddr, lower_32_bits(addr)); in esdhc_setup_data()
288 esdhc_write32(&regs->dsaddr, (u32)data->dest); in esdhc_setup_data()
322 esdhc_write32(&regs->dsaddr, lower_32_bits(addr)); in esdhc_setup_data()
324 esdhc_write32(&regs->dsaddr, (u32)data->src); in esdhc_setup_data()
329 esdhc_write32(&regs->blkattr, data->blocks << 16 | data->blocksize); in esdhc_setup_data()
435 esdhc_write32(&regs->irqstat, -1); in esdhc_send_cmd_common()
468 esdhc_write32(&regs->irqsigen, 0); in esdhc_send_cmd_common()
471 esdhc_write32(&regs->cmdarg, cmd->cmdarg); in esdhc_send_cmd_common()
473 esdhc_write32(&regs->mixctrl, in esdhc_send_cmd_common()
476 esdhc_write32(&regs->xfertyp, xfertyp & 0xFFFF0000); in esdhc_send_cmd_common()
[all …]
Dfsl_esdhc.c218 esdhc_write32(&regs->dsaddr, lower_32_bits(addr)); in esdhc_setup_data()
220 esdhc_write32(&regs->dsaddr, (u32)data->dest); in esdhc_setup_data()
245 esdhc_write32(&regs->dsaddr, lower_32_bits(addr)); in esdhc_setup_data()
247 esdhc_write32(&regs->dsaddr, (u32)data->src); in esdhc_setup_data()
252 esdhc_write32(&regs->blkattr, data->blocks << 16 | data->blocksize); in esdhc_setup_data()
339 esdhc_write32(&regs->irqstat, -1); in esdhc_send_cmd_common()
372 esdhc_write32(&regs->irqsigen, 0); in esdhc_send_cmd_common()
375 esdhc_write32(&regs->cmdarg, cmd->cmdarg); in esdhc_send_cmd_common()
376 esdhc_write32(&regs->xfertyp, xfertyp); in esdhc_send_cmd_common()
465 esdhc_write32(&regs->sysctl, esdhc_read32(&regs->sysctl) | in esdhc_send_cmd_common()
[all …]
/external/u-boot/include/
Dfsl_esdhc.h178 #define esdhc_write32 out_le32 macro
184 #define esdhc_write32 out_be32 macro
190 #define esdhc_write32 out_le32 macro
196 #define esdhc_write32 out_be32 macro
Dfsl_esdhc_imx.h234 #define esdhc_write32 out_le32 macro
240 #define esdhc_write32 out_be32 macro
246 #define esdhc_write32 out_le32 macro
252 #define esdhc_write32 out_be32 macro