Home
last modified time | relevance | path

Searched refs:tchsh (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/Documentation/devicetree/bindings/mtd/
Dcadence-quadspi.txt32 - cdns,tchsh-ns : Delay in nanoseconds between last bit of current
58 cdns,tchsh-ns = <4>;
/Linux-v4.19/arch/arm/boot/dts/
Dsocfpga_arria10_socdk_qspi.dts36 cdns,tchsh-ns = <4>;
Dsocfpga_cyclone5_socrates.dts97 cdns,tchsh-ns = <4>;
Dsocfpga_cyclone5_vining_fpga.dts262 cdns,tchsh-ns = <4>;
279 cdns,tchsh-ns = <4>;
Dsocfpga_cyclone5_sodia.dts141 cdns,tchsh-ns = <4>;
Dsocfpga_arria5_socdk.dts144 cdns,tchsh-ns = <4>;
Dsocfpga_cyclone5_socdk.dts149 cdns,tchsh-ns = <4>;
Dsocfpga_cyclone5_sockit.dts194 cdns,tchsh-ns = <4>;
Dkeystone-k2g-evm.dts284 cdns,tchsh-ns = <119>;
Dkeystone-k2g-ice.dts339 cdns,tchsh-ns = <119>;
/Linux-v4.19/arch/arm64/boot/dts/altera/
Dsocfpga_stratix10_socdk.dts165 cdns,tchsh-ns = <4>;
/Linux-v4.19/drivers/mtd/spi-nor/
Dcadence-quadspi.c767 unsigned int tshsl, tchsh, tslch, tsd2d; in cqspi_delay() local
779 tchsh = calculate_ticks_for_ns(ref_clk_hz, f_pdata->tchsh_ns); in cqspi_delay()
785 reg |= (tchsh & CQSPI_REG_DELAY_TCHSH_MASK) in cqspi_delay()