Searched refs:esdhc_write32 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | fsl_esdhc.c | 249 esdhc_write32(®s->dsaddr, lower_32_bits(addr)); in esdhc_setup_data() 251 esdhc_write32(®s->dsaddr, (u32)data->dest); in esdhc_setup_data() 278 esdhc_write32(®s->dsaddr, lower_32_bits(addr)); in esdhc_setup_data() 280 esdhc_write32(®s->dsaddr, (u32)data->src); in esdhc_setup_data() 285 esdhc_write32(®s->blkattr, data->blocks << 16 | data->blocksize); in esdhc_setup_data() 370 esdhc_write32(®s->irqstat, -1); in esdhc_send_cmd_common() 403 esdhc_write32(®s->irqsigen, 0); in esdhc_send_cmd_common() 406 esdhc_write32(®s->cmdarg, cmd->cmdarg); in esdhc_send_cmd_common() 408 esdhc_write32(®s->mixctrl, in esdhc_send_cmd_common() 411 esdhc_write32(®s->xfertyp, xfertyp & 0xFFFF0000); in esdhc_send_cmd_common() [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fsl_esdhc.h | 188 #define esdhc_write32 out_le32 macro 194 #define esdhc_write32 out_be32 macro 200 #define esdhc_write32 out_le32 macro 206 #define esdhc_write32 out_be32 macro
|