Home
last modified time | relevance | path

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

/linux/arch/arm64/boot/dts/broadcom/bcmbca/
H A Dbcm4908.dtsi645 pins_emmc_ctrl: emmc_ctrl-pins {
646 function = "emmc_ctrl";
/linux/drivers/mmc/host/
H A Dsdhci-of-dwcmshc.c473 u16 emmc_ctrl; in th1520_sdhci_set_phy() local
478 emmc_ctrl = sdhci_readw(host, priv->vendor_specific_area1 + DWCMSHC_EMMC_CONTROL); in th1520_sdhci_set_phy()
479 emmc_ctrl |= DWCMSHC_CARD_IS_EMMC; in th1520_sdhci_set_phy()
480 sdhci_writew(host, emmc_ctrl, priv->vendor_specific_area1 + DWCMSHC_EMMC_CONTROL); in th1520_sdhci_set_phy()