Searched refs:SPI_CS_HIGH (Results 1 – 7 of 7) sorted by relevance
101 reg_val |= SPI_CS_HIGH; in spi_set_chipselect_mode()
841 SPIM_CHCFG_REG |= SPI_CS_HIGH; in tls_spi_read()927 SPIM_CHCFG_REG |= SPI_CS_HIGH; in tls_spi_write()
254 bool cs_asserted = spi->mode & SPI_CS_HIGH ? enable : !enable; in rockchip_spi_set_cs()550 if (spi->mode & SPI_CS_HIGH) { in rockchip_spi_config()894 ctlr->mode_bits |= SPI_CS_HIGH; in rockchip_spi_probe()
61 …(SPI_CPHA | SPI_CPOL | SPI_CS_HIGH | SPI_LSB_FIRST | SPI_3WIRE | SPI_LOOP | SPI_NO_CS | SPI_READY …398 tmp |= SPI_CS_HIGH; in spidev_ioctl()
371 #define SPI_CS_HIGH (1U << 2) macro
2570 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH in sunxi_spi_probe()
57859 + bool cs_asserted = spi->mode & SPI_CS_HIGH ? enable : !enable;57996 + if (spi->mode & SPI_CS_HIGH)58113 + if (spi->mode & SPI_CS_HIGH)58148 + ctlr->mode_bits |= SPI_CS_HIGH;