Searched refs:SDHCI_TIMEOUT_CONTROL (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-pxav2.c | 133 tmp = readw(host->ioaddr + SDHCI_TIMEOUT_CONTROL); in pxav1_request_done() 135 writew(tmp, host->ioaddr + SDHCI_TIMEOUT_CONTROL); in pxav1_request_done()
|
H A D | sdhci-esdhc-mcf.c | 188 SDHCI_TIMEOUT_CONTROL); in esdhc_mcf_set_timeout()
|
H A D | sdhci.h | 129 #define SDHCI_TIMEOUT_CONTROL 0x2E macro
|
H A D | sdhci-of-esdhc.c | 1091 sdhci_writeb(host, 0xe, SDHCI_TIMEOUT_CONTROL); in esdhc_execute_tuning()
|
H A D | sdhci-esdhc-imx.c | 1371 SDHCI_TIMEOUT_CONTROL); in esdhc_set_timeout()
|
H A D | sdhci.c | 77 sdhci_readb(host, SDHCI_TIMEOUT_CONTROL), in sdhci_dumpregs() 1066 sdhci_writeb(host, count, SDHCI_TIMEOUT_CONTROL); in __sdhci_set_timeout()
|
H A D | sdhci-msm.c | 2024 count = sdhci_readb(host, SDHCI_TIMEOUT_CONTROL); in sdhci_msm_set_timeout()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | sdhci.c | 212 sdhci_writeb(host, 0xe, SDHCI_TIMEOUT_CONTROL); 254 sdhci_writeb(host, 0xe, SDHCI_TIMEOUT_CONTROL);
|
/openbmc/u-boot/include/ |
H A D | sdhci.h | 104 #define SDHCI_TIMEOUT_CONTROL 0x2E macro
|