Searched refs:tchsh (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 741 tchsh = calculate_ticks_for_ns(ref_clk_hz, f_pdata->tchsh_ns); in cqspi_delay() 747 reg |= (tchsh & CQSPI_REG_DELAY_TCHSH_MASK) in cqspi_delay() 1032 if (of_property_read_u32(np, "cdns,tchsh-ns", &f_pdata->tchsh_ns)) { in cqspi_of_get_flash_pdata() 1033 dev_err(&pdev->dev, "couldn't determine tchsh-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 1166 tchsh = calculate_ticks_for_ns(ref_clk_hz, f_pdata->tchsh_ns); in cqspi_delay() 1172 reg |= (tchsh & CQSPI_REG_DELAY_TCHSH_MASK) in cqspi_delay() 1470 if (of_property_read_u32(np, "cdns,tchsh-ns", &f_pdata->tchsh_ns)) { in cqspi_of_get_flash_pdata() 1471 dev_err(&pdev->dev, "couldn't determine tchsh-ns\n"); in cqspi_of_get_flash_pdata()
|
Completed in 6 milliseconds