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-davinci.c994 host->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_GPIO_SS; in davinci_spi_probe()
H A Dspi-dw-core.c981 ctlr->flags = SPI_CONTROLLER_GPIO_SS; in dw_spi_add_controller()
H A Dspi-atmel.c1543 SPI_CONTROLLER_GPIO_SS); in atmel_spi_probe()
H A Dspi.c1100 if ((spi->controller->flags & SPI_CONTROLLER_GPIO_SS) && in spi_set_cs()
3331 if ((ctlr->flags & SPI_CONTROLLER_GPIO_SS) && num_cs_gpios && in spi_get_gpio_descs()
H A Dspi-imx.c2299 controller->flags |= SPI_CONTROLLER_GPIO_SS; in spi_imx_probe()
/linux/include/linux/spi/
H A Dspi.h623 #define SPI_CONTROLLER_GPIO_SS BIT(5) /* GPIO CS must select target device */ macro