Searched refs:tshsl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-cadence-quadspi.c | 729 unsigned int tshsl, tchsh, tslch, tsd2d; in cqspi_delay() local 736 tshsl = calculate_ticks_for_ns(ref_clk_hz, f_pdata->tshsl_ns); in cqspi_delay() 738 if (tshsl < tsclk) in cqspi_delay() 739 tshsl = tsclk; in cqspi_delay() 745 reg = (tshsl & CQSPI_REG_DELAY_TSHSL_MASK) in cqspi_delay() 1022 if (of_property_read_u32(np, "cdns,tshsl-ns", &f_pdata->tshsl_ns)) { in cqspi_of_get_flash_pdata() 1023 dev_err(&pdev->dev, "couldn't determine tshsl-ns\n"); in cqspi_of_get_flash_pdata()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-cadence-quadspi.c | 1154 unsigned int tshsl, tchsh, tslch, tsd2d; in cqspi_delay() local 1161 tshsl = calculate_ticks_for_ns(ref_clk_hz, f_pdata->tshsl_ns); in cqspi_delay() 1163 if (tshsl < tsclk) in cqspi_delay() 1164 tshsl = tsclk; in cqspi_delay() 1170 reg = (tshsl & CQSPI_REG_DELAY_TSHSL_MASK) in cqspi_delay() 1460 if (of_property_read_u32(np, "cdns,tshsl-ns", &f_pdata->tshsl_ns)) { in cqspi_of_get_flash_pdata() 1461 dev_err(&pdev->dev, "couldn't determine tshsl-ns\n"); in cqspi_of_get_flash_pdata()
|
Completed in 5 milliseconds