Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-dw-core.c29 u32 rx_sample_dly; /* RX sample delay */ member
339 if (dws->cur_rx_sample_dly != chip->rx_sample_dly) { in dw_spi_update_config()
340 dw_writel(dws, DW_SPI_RX_SAMPLE_DLY, chip->rx_sample_dly); in dw_spi_update_config()
341 dws->cur_rx_sample_dly = chip->rx_sample_dly; in dw_spi_update_config()
785 chip->rx_sample_dly = DIV_ROUND_CLOSEST(rx_sample_dly_ns, in dw_spi_setup()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-dw-core.c30 u32 rx_sample_dly; /* RX sample delay */ member
347 if (dws->cur_rx_sample_dly != chip->rx_sample_dly) { in dw_spi_update_config()
348 dw_writel(dws, DW_SPI_RX_SAMPLE_DLY, chip->rx_sample_dly); in dw_spi_update_config()
349 dws->cur_rx_sample_dly = chip->rx_sample_dly; in dw_spi_update_config()
797 chip->rx_sample_dly = DIV_ROUND_CLOSEST(rx_sample_dly_ns, in dw_spi_setup()

Completed in 3 milliseconds