Home
last modified time | relevance | path

Searched refs:hs400 (Results 1 – 25 of 124) sorted by relevance

12345

/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dmtk-sd.txt39 - hs400-ds-delay: HS400 DS delay setting
43 - mediatek,hs400-cmd-int-delay: HS400 command internal delay setting
46 - mediatek,hs400-cmd-resp-sel-rising: HS400 command response sample selection
71 hs400-ds-delay = <0x14015>;
73 mediatek,hs400-cmd-int-delay = <14>;
74 mediatek,hs400-cmd-resp-sel-rising;
H A Dmtk-sd.yaml94 hs400-ds-delay:
110 mediatek,hs400-cmd-int-delay:
119 mediatek,hs400-cmd-resp-sel-rising:
126 mediatek,hs400-ds-dly3:
335 hs400-ds-delay = <0x14015>;
337 mediatek,hs400-cmd-int-delay = <14>;
338 mediatek,hs400-cmd-resp-sel-rising;
H A Dbrcm,sdhci-brcmstb.txt39 mmc-hs400-1_8v;
40 mmc-hs400-enhanced-strobe;
H A Dbrcm,sdhci-brcmstb.yaml108 mmc-hs400-1_8v;
109 mmc-hs400-enhanced-strobe;
H A Dexynos-dw-mshc.txt41 * samsung,dw-mshc-hs400-timing: Specifies the value of CIU TX and RX clock phase
42 shift value for hs400 mode operation.
91 samsung,dw-mshc-hs400-timing = <0 2>;
H A Dsdhci-am654.txt32 - ti,otap-del-sel-hs400
59 ti,otap-del-sel-hs400 = <0x0>;
H A Dsamsung,exynos-dw-mshc.yaml70 See also samsung,dw-mshc-hs400-timing property.
72 samsung,dw-mshc-hs400-timing:
104 See also samsung,dw-mshc-hs400-timing property.
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt7986a-bananapi-bpi-r3-emmc.dtso20 mmc-hs400-1_8v;
21 hs400-ds-delay = <0x14014>;
H A Dmt6795-sony-xperia-m5.dts215 mediatek,latch-ck = <0x14>; /* hs400 */
217 mediatek,hs400-cmd-int-delay = <1>;
218 mediatek,hs400-ds-dly3 = <0x1a>;
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588s-khadas-edge2.dts27 mmc-hs400-1_8v;
28 mmc-hs400-enhanced-strobe;
H A Drk3588-edgeble-neu6a.dtsi28 mmc-hs400-1_8v;
29 mmc-hs400-enhanced-strobe;
H A Drk3399-nanopc-t4.dts113 mmc-hs400-1_8v;
114 mmc-hs400-enhanced-strobe;
/freebsd/sys/contrib/device-tree/src/arm64/exynos/
H A Dexynos7885-jackpotlte.dts67 mmc-hs400-1_8v;
70 mmc-hs400-enhanced-strobe;
77 samsung,dw-mshc-hs400-timing = <0 2>;
H A Dexynos850-e850-96.dts185 mmc-hs400-1_8v;
188 mmc-hs400-enhanced-strobe;
195 samsung,dw-mshc-hs400-timing = <0 2>;
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dipq9574-rdp418.dts24 mmc-hs400-1_8v;
25 mmc-hs400-enhanced-strobe;
H A Dipq9574-rdp433.dts23 mmc-hs400-1_8v;
24 mmc-hs400-enhanced-strobe;
H A Dipq9574-al02-c7.dts37 mmc-hs400-1_8v;
38 mmc-hs400-enhanced-strobe;
/freebsd/sys/dev/mmc/
H A Dmmcbrvar.h127 mmcbr_tune(device_t dev, bool hs400) in mmcbr_tune() argument
130 return (MMCBR_TUNE(device_get_parent(dev), dev, hs400)); in mmcbr_tune()
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dr8a77980a-condor-i.dts18 mmc-hs400-1_8v;
H A Dr8a774e1-hihope-rzg2h.dts40 mmc-hs400-1_8v;
H A Dr8a774b1-hihope-rzg2n-rev2.dts40 mmc-hs400-1_8v;
H A Dr8a774b1-hihope-rzg2n.dts40 mmc-hs400-1_8v;
/freebsd/sys/contrib/device-tree/src/arm64/sprd/
H A Dwhale2.dtsi148 sprd,phy-delay-mmc-hs400 = <0x44 0x7f 0x2e 0x2e>;
158 mmc-hs400-enhanced-strobe;
159 mmc-hs400-1_8v;
/freebsd/sys/contrib/device-tree/src/riscv/thead/
H A Dth1520-lichee-module-4a.dtsi47 mmc-hs400-1_8v;
/freebsd/sys/dev/sdhci/
H A Dsdhci_fsl_fdt.c1142 device_t child, bool hs400, uint32_t wnd_start, uint32_t wnd_end) in sdhci_fsl_sw_tuning() argument
1179 error = sdhci_generic_tune(bus, child, hs400); in sdhci_fsl_sw_tuning()
1189 sdhci_fsl_fdt_tune(device_t bus, device_t child, bool hs400) in sdhci_fsl_fdt_tune() argument
1214 if (hs400) in sdhci_fsl_fdt_tune()
1262 error = sdhci_generic_tune(bus, child, hs400); in sdhci_fsl_fdt_tune()
1285 error = sdhci_fsl_sw_tuning(sc, bus, child, hs400, wnd_start, in sdhci_fsl_fdt_tune()
1295 if (hs400) { in sdhci_fsl_fdt_tune()

12345