Home
last modified time | relevance | path

Searched refs:sd_switch (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp15xx-dhcor-testbench.dtsi20 sd_switch: regulator-sd_switch { label
22 regulator-name = "sd_switch";
133 vqmmc-supply = <&sd_switch>;
H A Dstm32mp157a-stinger96.dtsi65 sd_switch: regulator-sd_switch { label
67 regulator-name = "sd_switch";
273 vqmmc-supply = <&sd_switch>;
H A Dstm32mp157c-ed1.dts74 sd_switch: regulator-sd_switch { label
76 regulator-name = "sd_switch";
349 vqmmc-supply = <&sd_switch>;
H A Dstm32mp15xx-dhcor-avenger96.dtsi74 sd_switch: regulator-sd_switch { label
76 regulator-name = "sd_switch";
404 vqmmc-supply = <&sd_switch>;
/openbmc/u-boot/arch/arm/dts/
H A Dstm32mp157c-ed1.dts25 sd_switch: regulator-sd_switch { label
27 regulator-name = "sd_switch";
336 vqmmc-supply = <&sd_switch>;
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c1179 static int sd_switch(struct mmc *mmc, int mode, int group, u8 value, u8 *resp) in sd_switch() function
1276 err = sd_switch(mmc, SD_SWITCH_CHECK, 0, 1, in sd_get_capabilities()
1351 err = sd_switch(mmc, SD_SWITCH_SWITCH, 0, speed, (u8 *)switch_status); in sd_set_card_speed()