Home
last modified time | relevance | path

Searched refs:calculate_ticks_for_ns (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-cadence-quadspi.c713 static unsigned int calculate_ticks_for_ns(const unsigned int ref_clk_hz, in calculate_ticks_for_ns() function
736 tshsl = calculate_ticks_for_ns(ref_clk_hz, f_pdata->tshsl_ns); in cqspi_delay()
741 tchsh = calculate_ticks_for_ns(ref_clk_hz, f_pdata->tchsh_ns); in cqspi_delay()
742 tslch = calculate_ticks_for_ns(ref_clk_hz, f_pdata->tslch_ns); in cqspi_delay()
743 tsd2d = calculate_ticks_for_ns(ref_clk_hz, f_pdata->tsd2d_ns); in cqspi_delay()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-cadence-quadspi.c1138 static unsigned int calculate_ticks_for_ns(const unsigned int ref_clk_hz, in calculate_ticks_for_ns() function
1161 tshsl = calculate_ticks_for_ns(ref_clk_hz, f_pdata->tshsl_ns); in cqspi_delay()
1166 tchsh = calculate_ticks_for_ns(ref_clk_hz, f_pdata->tchsh_ns); in cqspi_delay()
1167 tslch = calculate_ticks_for_ns(ref_clk_hz, f_pdata->tslch_ns); in cqspi_delay()
1168 tsd2d = calculate_ticks_for_ns(ref_clk_hz, f_pdata->tsd2d_ns); in cqspi_delay()

Completed in 6 milliseconds