Lines Matching refs:cfg
146 u32 fdiv, cfg; in xlp_spi_setup() local
162 cfg = xlp_spi_reg_read(xspi, cs, XLP_SPI_CONFIG); in xlp_spi_setup()
164 cfg |= XLP_SPI_CPHA; in xlp_spi_setup()
166 cfg &= ~XLP_SPI_CPHA; in xlp_spi_setup()
168 cfg |= XLP_SPI_CPOL; in xlp_spi_setup()
170 cfg &= ~XLP_SPI_CPOL; in xlp_spi_setup()
172 cfg |= XLP_SPI_CS_POL; in xlp_spi_setup()
174 cfg &= ~XLP_SPI_CS_POL; in xlp_spi_setup()
176 cfg |= XLP_SPI_CS_LSBFE; in xlp_spi_setup()
178 cfg &= ~XLP_SPI_CS_LSBFE; in xlp_spi_setup()
180 cfg |= XLP_SPI_TXMOSI_EN | XLP_SPI_RXMISO_EN; in xlp_spi_setup()
182 cfg |= XLP_SPI_RXCAP_EN; in xlp_spi_setup()
183 xlp_spi_reg_write(xspi, cs, XLP_SPI_CONFIG, cfg); in xlp_spi_setup()