Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/spi/
Dspi-dw-core.c32 u32 rx_sample_dly; /* RX sample delay */ member
349 if (dws->cur_rx_sample_dly != chip->rx_sample_dly) { in dw_spi_update_config()
350 dw_writel(dws, DW_SPI_RX_SAMPLE_DLY, chip->rx_sample_dly); in dw_spi_update_config()
351 dws->cur_rx_sample_dly = chip->rx_sample_dly; in dw_spi_update_config()
795 chip->rx_sample_dly = DIV_ROUND_CLOSEST(rx_sample_dly_ns, in dw_spi_setup()