Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-gpio.c391 host->flags |= SPI_CONTROLLER_GPIO_SS; in spi_gpio_probe()
H A Dspi-dw-core.c1348 ctlr->flags = SPI_CONTROLLER_GPIO_SS; in dw_spi_add_controller()
H A Dspi.c1305 if ((spi->controller->flags & SPI_CONTROLLER_GPIO_SS) && in spi_set_cs()
3587 if ((ctlr->flags & SPI_CONTROLLER_GPIO_SS) && num_cs_gpios && in spi_get_gpio_descs()
H A Dspi-imx.c2297 controller->flags |= SPI_CONTROLLER_GPIO_SS; in spi_imx_probe()
/linux/include/linux/spi/
H A Dspi.h636 #define SPI_CONTROLLER_GPIO_SS BIT(5) /* GPIO CS must select target device */ macro