Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-geni-qcom.c345 u32 spi_tx_cfg; in spi_geni_init() local
379 spi_tx_cfg = readl(se->base + SE_SPI_TRANS_CFG); in spi_geni_init()
380 spi_tx_cfg &= ~CS_TOGGLE; in spi_geni_init()
381 writel(spi_tx_cfg, se->base + SE_SPI_TRANS_CFG); in spi_geni_init()