Searched refs:SDXC_REG_STAS (Results 1 – 2 of 2) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | hal_sdhost.c | 407 while ((mci_readl(host, SDXC_REG_STAS) & SDXC_FIFOEmpty) && in __mci_trans_by_ahb() 409 if(mci_readl(host, SDXC_REG_STAS) & SDXC_FIFOEmpty){ in __mci_trans_by_ahb() 418 while ((mci_readl(host, SDXC_REG_STAS) & SDXC_FIFOEmpty) && in __mci_trans_by_ahb() 420 if(mci_readl(host, SDXC_REG_STAS) & SDXC_FIFOEmpty){ in __mci_trans_by_ahb() 435 while ((mci_readl(host, SDXC_REG_STAS) & SDXC_FIFOFull) && in __mci_trans_by_ahb() 437 if(mci_readl(host, SDXC_REG_STAS) & SDXC_FIFOFull){ in __mci_trans_by_ahb() 447 while ((mci_readl(host, SDXC_REG_STAS) & SDXC_FIFOFull) && in __mci_trans_by_ahb() 449 if(mci_readl(host, SDXC_REG_STAS) & SDXC_FIFOFull){ in __mci_trans_by_ahb() 1180 return mci_readl(host, SDXC_REG_STAS) & SDXC_CardBusy; in HAL_SDC_Is_Busy() 1187 if(!(mci_readl(host, SDXC_REG_STAS) & SDXC_CardBusy)){ in __mci_check_busy_over() [all …]
|
| A D | _sdhost.h | 376 #define SDXC_REG_STAS (0x3C) /* SMC Status Register */ macro
|
Completed in 11 milliseconds