Home
last modified time | relevance | path

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

/components/drivers/sdio/sdhci/
A Dsdhci.c38 rt_kprintf("0x28 RT_SDHCI_HOST_CONTROL = %x \n", rt_sdhci_readb(host, 0x28)); in rt_read_reg_debug()
39 rt_kprintf("0x29 RT_SDHCI_POWER_CONTROL = %x \n", rt_sdhci_readb(host, 0x29)); in rt_read_reg_debug()
40 rt_kprintf("0x2a EMMC_BGAP_CTRL = %x \n", rt_sdhci_readb(host, 0x2a)); in rt_read_reg_debug()
42 rt_kprintf("0x2e EMMC_TOUT_CTRL = %x \n", rt_sdhci_readb(host, 0x2e)); in rt_read_reg_debug()
43 rt_kprintf("0x2f EMMC_SW_RST = %x \n", rt_sdhci_readb(host, 0x2f)); in rt_read_reg_debug()
55 rt_kprintf("0x54 EMMC_ADMA_ERR_STAT = %x \n", rt_sdhci_readb(host, 0x54)); in rt_read_reg_debug()
130 ctrl = rt_sdhci_readb(host, RT_SDHCI_HOST_CONTROL); in rt_sdhci_set_bus_width()
399 if (!(rt_sdhci_readb(host, RT_SDHCI_SOFTWARE_RESET) & mask)) in rt_sdhci_reset()
443 ctrl = rt_sdhci_readb(host, RT_SDHCI_HOST_CONTROL); in sdhci_config_dma()
3083 ctrl = rt_sdhci_readb(host, RT_SDHCI_HOST_CONTROL); in rt_sdhci_ios_set()
/components/drivers/sdio/sdhci/include/
A Dsdhci.h599 static inline rt_uint8_t rt_sdhci_readb(struct rt_sdhci_host *host, int reg) in rt_sdhci_readb() function

Completed in 12 milliseconds