Searched refs:tchsh (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/Documentation/devicetree/bindings/mtd/ |
| D | cadence-quadspi.txt | 33 - cdns,tchsh-ns : Delay in nanoseconds between last bit of current 64 cdns,tchsh-ns = <4>;
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | socfpga_arria10_socdk_qspi.dts | 25 cdns,tchsh-ns = <4>;
|
| D | socfpga_cyclone5_vining_fpga.dts | 237 cdns,tchsh-ns = <4>; 254 cdns,tchsh-ns = <4>;
|
| D | socfpga_cyclone5_socrates.dts | 90 cdns,tchsh-ns = <4>;
|
| D | socfpga_cyclone5_sodia.dts | 129 cdns,tchsh-ns = <4>;
|
| D | socfpga_arria5_socdk.dts | 132 cdns,tchsh-ns = <4>;
|
| D | socfpga_cyclone5_socdk.dts | 137 cdns,tchsh-ns = <4>;
|
| D | socfpga_cyclone5_sockit.dts | 182 cdns,tchsh-ns = <4>;
|
| D | keystone-k2g-evm.dts | 284 cdns,tchsh-ns = <119>;
|
| D | keystone-k2g-ice.dts | 339 cdns,tchsh-ns = <119>;
|
| /Linux-v5.4/arch/arm64/boot/dts/altera/ |
| D | socfpga_stratix10_socdk.dts | 171 cdns,tchsh-ns = <4>;
|
| /Linux-v5.4/drivers/mtd/spi-nor/ |
| D | cadence-quadspi.c | 782 unsigned int tshsl, tchsh, tslch, tsd2d; in cqspi_delay() local 794 tchsh = calculate_ticks_for_ns(ref_clk_hz, f_pdata->tchsh_ns); in cqspi_delay() 800 reg |= (tchsh & CQSPI_REG_DELAY_TCHSH_MASK) in cqspi_delay()
|