Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/spi/
Dspi-geni-qcom.c661 u32 spi_tx_cfg, fifo_disable; in spi_geni_init() local
727 spi_tx_cfg = readl(se->base + SE_SPI_TRANS_CFG); in spi_geni_init()
728 spi_tx_cfg &= ~CS_TOGGLE; in spi_geni_init()
729 writel(spi_tx_cfg, se->base + SE_SPI_TRANS_CFG); in spi_geni_init()