Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/dts/
H A Dsocfpga_cyclone5_vining_fpga.dts85 tchsh-ns = <4>;
102 tchsh-ns = <4>;
H A Dstv0991.dts49 tchsh-ns = <4>;
H A Dsocfpga_cyclone5_sockit.dts90 tchsh-ns = <4>;
H A Dsocfpga_cyclone5_socrates.dts80 tchsh-ns = <4>;
H A Dsocfpga_cyclone5_sr1500.dts98 tchsh-ns = <4>;
H A Dsocfpga_arria5_socdk.dts100 tchsh-ns = <4>;
H A Dsocfpga_cyclone5_is1.dts99 tchsh-ns = <4>;
H A Dsocfpga_cyclone5_socdk.dts110 tchsh-ns = <4>;
H A Dkeystone-k2g-evm.dts81 tchsh-ns = <100>;
/rk3399_rockchip-uboot/doc/device-tree-bindings/spi/
H A Dspi-cadence.txt24 - tchsh-ns : Delay in master reference clocks between last bit of
/rk3399_rockchip-uboot/drivers/spi/
H A Dcadence_qspi_apb.c342 unsigned int tshsl, tchsh, tslch, tsd2d; in cadence_qspi_apb_delay() local
359 tchsh = DIV_ROUND_UP(tchsh_ns, ref_clk_ns); in cadence_qspi_apb_delay()
365 reg |= ((tchsh & CQSPI_REG_DELAY_TCHSH_MASK) in cadence_qspi_apb_delay()