Searched refs:SDXC_REG_FIFO (Results 1 – 2 of 2) sorted by relevance
413 buf_temp[j] = mci_readl(host, SDXC_REG_FIFO); in __mci_trans_by_ahb()426 buf_temp[j] = (uint16_t)mci_readl(host, SDXC_REG_FIFO); in __mci_trans_by_ahb()428 buf_temp[j] = (uint8_t)mci_readl(host, SDXC_REG_FIFO); in __mci_trans_by_ahb()442 mci_writel(buf_temp[j], host, SDXC_REG_FIFO); in __mci_trans_by_ahb()455 mci_writel((uint16_t)buf_temp[j], host, SDXC_REG_FIFO); in __mci_trans_by_ahb()457 mci_writel((uint8_t)buf_temp[j], host, SDXC_REG_FIFO); in __mci_trans_by_ahb()
404 #define SDXC_REG_FIFO (0x200) /* SMC FIFO Access Address */ macro
Completed in 10 milliseconds