Searched refs:esdhc_write32 (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/mmc/ |
D | fsl_esdhc_imx.c | 286 esdhc_write32(®s->dsaddr, lower_32_bits(addr)); in esdhc_setup_data() 288 esdhc_write32(®s->dsaddr, (u32)data->dest); in esdhc_setup_data() 322 esdhc_write32(®s->dsaddr, lower_32_bits(addr)); in esdhc_setup_data() 324 esdhc_write32(®s->dsaddr, (u32)data->src); in esdhc_setup_data() 329 esdhc_write32(®s->blkattr, data->blocks << 16 | data->blocksize); in esdhc_setup_data() 435 esdhc_write32(®s->irqstat, -1); in esdhc_send_cmd_common() 468 esdhc_write32(®s->irqsigen, 0); in esdhc_send_cmd_common() 471 esdhc_write32(®s->cmdarg, cmd->cmdarg); in esdhc_send_cmd_common() 473 esdhc_write32(®s->mixctrl, in esdhc_send_cmd_common() 476 esdhc_write32(®s->xfertyp, xfertyp & 0xFFFF0000); in esdhc_send_cmd_common() [all …]
|
D | fsl_esdhc.c | 218 esdhc_write32(®s->dsaddr, lower_32_bits(addr)); in esdhc_setup_data() 220 esdhc_write32(®s->dsaddr, (u32)data->dest); in esdhc_setup_data() 245 esdhc_write32(®s->dsaddr, lower_32_bits(addr)); in esdhc_setup_data() 247 esdhc_write32(®s->dsaddr, (u32)data->src); in esdhc_setup_data() 252 esdhc_write32(®s->blkattr, data->blocks << 16 | data->blocksize); in esdhc_setup_data() 339 esdhc_write32(®s->irqstat, -1); in esdhc_send_cmd_common() 372 esdhc_write32(®s->irqsigen, 0); in esdhc_send_cmd_common() 375 esdhc_write32(®s->cmdarg, cmd->cmdarg); in esdhc_send_cmd_common() 376 esdhc_write32(®s->xfertyp, xfertyp); in esdhc_send_cmd_common() 465 esdhc_write32(®s->sysctl, esdhc_read32(®s->sysctl) | in esdhc_send_cmd_common() [all …]
|
/external/u-boot/include/ |
D | fsl_esdhc.h | 178 #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
|
D | fsl_esdhc_imx.h | 234 #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
|