Searched refs:esdhc_write32 (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/mmc/ |
D | fsl_esdhc.c | 279 esdhc_write32(®s->dsaddr, lower_32_bits(addr)); in esdhc_setup_data() 281 esdhc_write32(®s->dsaddr, (u32)data->dest); in esdhc_setup_data() 309 esdhc_write32(®s->dsaddr, lower_32_bits(addr)); in esdhc_setup_data() 311 esdhc_write32(®s->dsaddr, (u32)data->src); in esdhc_setup_data() 316 esdhc_write32(®s->blkattr, data->blocks << 16 | data->blocksize); in esdhc_setup_data() 403 esdhc_write32(®s->irqstat, -1); in esdhc_send_cmd_common() 436 esdhc_write32(®s->irqsigen, 0); in esdhc_send_cmd_common() 439 esdhc_write32(®s->cmdarg, cmd->cmdarg); in esdhc_send_cmd_common() 441 esdhc_write32(®s->mixctrl, in esdhc_send_cmd_common() 444 esdhc_write32(®s->xfertyp, xfertyp & 0xFFFF0000); in esdhc_send_cmd_common() [all …]
|
/external/u-boot/include/ |
D | fsl_esdhc.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
|