Searched refs:tchsh_ns (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/spi/ |
H A D | cadence_qspi.h | 30 u32 tchsh_ns; member 75 unsigned int tchsh_ns, unsigned int tslch_ns);
|
H A D | cadence_qspi_apb.c | 339 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 D | cadence_qspi.c | 33 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 D | spi-cadence-quadspi.c | 63 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()
|