Searched full:ckin (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | arm,pl18x.yaml | 145 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 D | stm32h743i-eval.dts | 141 st,use-ckin;
|
H A D | stm32mp15xx-dhcor-testbench.dtsi | 130 st,use-ckin;
|
H A D | stm32mp15xx-dhcom-som.dtsi | 487 st,use-ckin; 490 st,ckin-gpios = <&gpioe 4 0>;
|
H A D | stm32mp157a-stinger96.dtsi | 270 st,use-ckin;
|
H A D | stm32mp157c-ed1.dts | 346 st,use-ckin;
|
H A D | stm32mp15xx-dhcor-avenger96.dtsi | 401 st,use-ckin;
|
H A D | stm32f746.dtsi | 70 clk_i2s_ckin: clk-i2s-ckin {
|
H A D | stm32f429.dtsi | 75 clk_i2s_ckin: i2s-ckin {
|
/openbmc/linux/drivers/mmc/host/ |
H A D | mmci.c | 2064 * 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 D | stm32mp157c-ed1.dts | 333 st,pin-ckin;
|
H A D | stm32f429.dtsi | 69 clk_i2s_ckin: i2s-ckin {
|
/openbmc/u-boot/drivers/mmc/ |
H A D | stm32_sdmmc2.c | 592 if (dev_read_bool(dev, "st,pin-ckin")) in stm32_sdmmc2_probe()
|