Home
last modified time | relevance | path

Searched refs:tchsh_ns (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dcadence_qspi.h31 u32 tchsh_ns; member
76 unsigned int tchsh_ns, unsigned int tslch_ns);
H A Dcadence_qspi_apb.c338 unsigned int tchsh_ns, unsigned int tslch_ns) in cadence_qspi_apb_delay() argument
356 if (tchsh_ns >= sclk_ns + 3 * ref_clk_ns) in cadence_qspi_apb_delay()
357 tchsh_ns -= sclk_ns + 3 * ref_clk_ns; in cadence_qspi_apb_delay()
359 tchsh = DIV_ROUND_UP(tchsh_ns, ref_clk_ns); in cadence_qspi_apb_delay()
H A Dcadence_qspi.c34 plat->tchsh_ns, plat->tslch_ns); in cadence_spi_write_speed()
321 plat->tchsh_ns = fdtdec_get_uint(blob, subnode, "cdns,tchsh-ns", 20); in cadence_spi_ofdata_to_platdata()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-cadence-quadspi.c50 u32 tchsh_ns; member
741 tchsh = calculate_ticks_for_ns(ref_clk_hz, f_pdata->tchsh_ns); in cqspi_delay()
1032 if (of_property_read_u32(np, "cdns,tchsh-ns", &f_pdata->tchsh_ns)) { in cqspi_of_get_flash_pdata()