Searched refs:esdhc_write32 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/mmc/ |
H A D | fsl_esdhc.c | 281 esdhc_write32(®s->dsaddr, lower_32_bits(addr)); in esdhc_setup_data() 283 esdhc_write32(®s->dsaddr, (u32)data->dest); in esdhc_setup_data() 311 esdhc_write32(®s->dsaddr, lower_32_bits(addr)); in esdhc_setup_data() 313 esdhc_write32(®s->dsaddr, (u32)data->src); in esdhc_setup_data() 318 esdhc_write32(®s->blkattr, data->blocks << 16 | data->blocksize); in esdhc_setup_data() 425 esdhc_write32(®s->irqstat, -1); in esdhc_send_cmd_common() 458 esdhc_write32(®s->irqsigen, 0); in esdhc_send_cmd_common() 461 esdhc_write32(®s->cmdarg, cmd->cmdarg); in esdhc_send_cmd_common() 463 esdhc_write32(®s->mixctrl, in esdhc_send_cmd_common() 466 esdhc_write32(®s->xfertyp, xfertyp & 0xFFFF0000); in esdhc_send_cmd_common() [all …]
|
/openbmc/u-boot/include/ |
H A D | fsl_esdhc.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
|