Home
last modified time | relevance | path

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

/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Dbrcm,bcm4908-pinctrl.yaml34 hs_uart, i2c, i2s, nand_ctrl, nand_data, emmc_ctrl, usb0_pwr,
/linux-6.15/arch/arm64/boot/dts/broadcom/bcmbca/
H A Dbcm4908.dtsi554 pins_emmc_ctrl: emmc_ctrl-pins {
555 function = "emmc_ctrl";
/linux-6.15/drivers/mmc/host/
H A Dsdhci-of-dwcmshc.c397 u16 emmc_ctrl; in th1520_sdhci_set_phy() local
402 emmc_ctrl = sdhci_readw(host, priv->vendor_specific_area1 + DWCMSHC_EMMC_CONTROL); in th1520_sdhci_set_phy()
403 emmc_ctrl |= DWCMSHC_CARD_IS_EMMC; in th1520_sdhci_set_phy()
404 sdhci_writew(host, emmc_ctrl, priv->vendor_specific_area1 + DWCMSHC_EMMC_CONTROL); in th1520_sdhci_set_phy()