Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dcadence_qspi.h30 u32 tchsh_ns; member
75 unsigned int tchsh_ns, unsigned int tslch_ns);
H A Dcadence_qspi_apb.c339 unsigned int tchsh_ns, unsigned int tslch_ns) in cadence_qspi_apb_delay() argument
357 if (tchsh_ns >= sclk_ns + 3 * ref_clk_ns) in cadence_qspi_apb_delay()
358 tchsh_ns -= sclk_ns + 3 * ref_clk_ns; in cadence_qspi_apb_delay()
360 tchsh = DIV_ROUND_UP(tchsh_ns, ref_clk_ns); in cadence_qspi_apb_delay()
H A Dcadence_qspi.c33 plat->tchsh_ns, plat->tslch_ns); in cadence_spi_write_speed()
311 plat->tchsh_ns = fdtdec_get_uint(blob, subnode, "cdns,tchsh-ns", 20); in cadence_spi_ofdata_to_platdata()
/openbmc/linux/drivers/spi/
H A Dspi-cadence-quadspi.c63 u32 tchsh_ns; member
1166 tchsh = calculate_ticks_for_ns(ref_clk_hz, f_pdata->tchsh_ns); in cqspi_delay()
1470 if (of_property_read_u32(np, "cdns,tchsh-ns", &f_pdata->tchsh_ns)) { in cqspi_of_get_flash_pdata()