Home
last modified time | relevance | path

Searched refs:SDHCI_TRNS_BLK_CNT_EN (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/
H A Dsdhci.h31 #define SDHCI_TRNS_BLK_CNT_EN BIT(1) macro
/openbmc/linux/drivers/mmc/host/
H A Dsdhci.h39 #define SDHCI_TRNS_BLK_CNT_EN 0x02 macro
H A Dsdhci-pci-gli.c121 SDHCI_TRNS_BLK_CNT_EN | \
H A Dsdhci-esdhc-imx.c1563 mode |= SDHCI_TRNS_BLK_CNT_EN; in esdhc_cqe_enable()
H A Dsdhci-tegra.c134 SDHCI_TRNS_BLK_CNT_EN | \
H A Dsdhci.c1474 mode = SDHCI_TRNS_BLK_CNT_EN; in sdhci_set_transfer_mode()
1477 mode = SDHCI_TRNS_BLK_CNT_EN | SDHCI_TRNS_MULTI; in sdhci_set_transfer_mode()
/openbmc/u-boot/drivers/mmc/
H A Dsdhci.c213 mode = SDHCI_TRNS_BLK_CNT_EN;