Home
last modified time | relevance | path

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

/openbmc/linux/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()