Home
last modified time | relevance | path

Searched full:ckin (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Darm,pl18x.yaml145 st,use-ckin:
147 description: ST Micro-specific property, use CKIN pin from an external
161 st,ckin-gpios:
164 The GPIO matching the CKIN pin.
167 st,cmd-gpios: [ "st,use-ckin" ]
168 st,ck-gpios: [ "st,use-ckin" ]
169 st,ckin-gpios: [ "st,use-ckin" ]
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32h743i-eval.dts141 st,use-ckin;
H A Dstm32mp15xx-dhcor-testbench.dtsi130 st,use-ckin;
H A Dstm32mp15xx-dhcom-som.dtsi487 st,use-ckin;
490 st,ckin-gpios = <&gpioe 4 0>;
H A Dstm32mp157a-stinger96.dtsi270 st,use-ckin;
H A Dstm32mp157c-ed1.dts346 st,use-ckin;
H A Dstm32mp15xx-dhcor-avenger96.dtsi401 st,use-ckin;
H A Dstm32f746.dtsi70 clk_i2s_ckin: clk-i2s-ckin {
H A Dstm32f429.dtsi75 clk_i2s_ckin: i2s-ckin {
/openbmc/linux/drivers/mmc/host/
H A Dmmci.c2064 * Assume the level translator is present if st,use-ckin is set. in mmci_probe_level_translator()
2077 ckin_gpio = gpiod_get(dev, "st,ckin", GPIOD_IN); in mmci_probe_level_translator()
2083 /* Sample CKIN */ in mmci_probe_level_translator()
2089 /* Sample CKIN */ in mmci_probe_level_translator()
2096 /* Level translator is present if CK signal is propagated to CKIN */ in mmci_probe_level_translator()
2100 "Level translator inoperable, CK signal not detected on CKIN, disabling.\n"); in mmci_probe_level_translator()
2137 if (of_property_read_bool(np, "st,use-ckin")) in mmci_of_parse()
/openbmc/u-boot/arch/arm/dts/
H A Dstm32mp157c-ed1.dts333 st,pin-ckin;
H A Dstm32f429.dtsi69 clk_i2s_ckin: i2s-ckin {
/openbmc/u-boot/drivers/mmc/
H A Dstm32_sdmmc2.c592 if (dev_read_bool(dev, "st,pin-ckin")) in stm32_sdmmc2_probe()