Home
last modified time | relevance | path

Searched refs:SDXC_REG_FIFO (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A Dhal_sdhost.c413 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()
A D_sdhost.h404 #define SDXC_REG_FIFO (0x200) /* SMC FIFO Access Address */ macro

Completed in 10 milliseconds