Home
last modified time | relevance | path

Searched refs:SDHCI_CAN_DO_8BIT (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-npcm.c56 if (caps & SDHCI_CAN_DO_8BIT) in npcm_sdhci_probe()
H A Dsdhci_f_sdh30.c185 if (reg & SDHCI_CAN_DO_8BIT) in sdhci_f_sdh30_probe()
H A Dsdhci.h219 #define SDHCI_CAN_DO_8BIT 0x00040000 macro
H A Dsdhci-pci-o2micro.c743 if (caps & SDHCI_CAN_DO_8BIT) in sdhci_pci_o2_probe_slot()
H A Dsdhci-msm.c2579 config |= SDHCI_CAN_VDD_300 | SDHCI_CAN_DO_8BIT; in sdhci_msm_probe()
/openbmc/u-boot/drivers/mmc/
H A Dmsm_sdhci.c140 caps |= SDHCI_CAN_VDD_300 | SDHCI_CAN_DO_8BIT; in msm_sdc_probe()
H A Dsdhci.c663 if (!(caps & SDHCI_CAN_DO_8BIT))
/openbmc/u-boot/include/
H A Dsdhci.h162 #define SDHCI_CAN_DO_8BIT BIT(18) macro