Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spi/
Dspi-geni-qcom.c558 u32 spi_tx_cfg, fifo_disable; in spi_geni_init() local
614 spi_tx_cfg = readl(se->base + SE_SPI_TRANS_CFG); in spi_geni_init()
615 spi_tx_cfg &= ~CS_TOGGLE; in spi_geni_init()
616 writel(spi_tx_cfg, se->base + SE_SPI_TRANS_CFG); in spi_geni_init()