Searched refs:tchsh (Results 1 – 12 of 12) sorted by relevance
| /Linux-v4.19/Documentation/devicetree/bindings/mtd/ |
| D | cadence-quadspi.txt | 32 - cdns,tchsh-ns : Delay in nanoseconds between last bit of current 58 cdns,tchsh-ns = <4>;
|
| /Linux-v4.19/arch/arm/boot/dts/ |
| D | socfpga_arria10_socdk_qspi.dts | 36 cdns,tchsh-ns = <4>;
|
| D | socfpga_cyclone5_socrates.dts | 97 cdns,tchsh-ns = <4>;
|
| D | socfpga_cyclone5_vining_fpga.dts | 262 cdns,tchsh-ns = <4>; 279 cdns,tchsh-ns = <4>;
|
| D | socfpga_cyclone5_sodia.dts | 141 cdns,tchsh-ns = <4>;
|
| D | socfpga_arria5_socdk.dts | 144 cdns,tchsh-ns = <4>;
|
| D | socfpga_cyclone5_socdk.dts | 149 cdns,tchsh-ns = <4>;
|
| D | socfpga_cyclone5_sockit.dts | 194 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-v4.19/arch/arm64/boot/dts/altera/ |
| D | socfpga_stratix10_socdk.dts | 165 cdns,tchsh-ns = <4>;
|
| /Linux-v4.19/drivers/mtd/spi-nor/ |
| D | cadence-quadspi.c | 767 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()
|