Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-bitbang.c362 (ctlr->flags & SPI_CONTROLLER_GPIO_SS)); in spi_bitbang_init()
H A Dspi-gpio.c423 host->flags |= SPI_CONTROLLER_GPIO_SS; in spi_gpio_probe()
H A Dspi-dw-core.c947 host->flags = SPI_CONTROLLER_GPIO_SS; in dw_spi_add_host()
H A Dspi-davinci.c935 host->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_GPIO_SS; in davinci_spi_probe()
H A Dspi-imx.c1854 controller->flags |= SPI_CONTROLLER_GPIO_SS; in spi_imx_probe()
H A Dspi.c1115 if ((spi->controller->flags & SPI_CONTROLLER_GPIO_SS) && in spi_set_cs()
3202 if ((ctlr->flags & SPI_CONTROLLER_GPIO_SS) && num_cs_gpios && in spi_get_gpio_descs()
/linux/include/linux/spi/
H A Dspi.h594 #define SPI_CONTROLLER_GPIO_SS BIT(5) /* GPIO CS must select slave */ macro