Searched refs:tchsh_ns (Results 1 – 3 of 3) sorted by relevance
35 u32 tchsh_ns; member82 unsigned int tchsh_ns, unsigned int tslch_ns);
39 plat->tchsh_ns, plat->tslch_ns); in cadence_spi_write_speed()321 plat->tchsh_ns = ofnode_read_u32_default(subnode, "cdns,tchsh-ns", 20); in cadence_spi_of_to_plat()
342 unsigned int tchsh_ns, unsigned int tslch_ns) in cadence_qspi_apb_delay() argument360 if (tchsh_ns >= sclk_ns + 3 * ref_clk_ns) in cadence_qspi_apb_delay()361 tchsh_ns -= sclk_ns + 3 * ref_clk_ns; in cadence_qspi_apb_delay()363 tchsh = DIV_ROUND_UP(tchsh_ns, ref_clk_ns); in cadence_qspi_apb_delay()
Completed in 4 milliseconds