Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-ath79.c188 host->flags = SPI_CONTROLLER_GPIO_SS; in ath79_spi_probe()
H A Dspi-bitbang.c357 (ctlr->flags & SPI_CONTROLLER_GPIO_SS)); in spi_bitbang_init()
H A Dspi-sifive.c382 host->flags = SPI_CONTROLLER_MUST_TX | SPI_CONTROLLER_GPIO_SS; in sifive_spi_probe()
H A Dspi-gpio.c436 host->flags |= SPI_CONTROLLER_GPIO_SS; in spi_gpio_probe()
H A Dspi-orion.c679 host->flags = SPI_CONTROLLER_GPIO_SS; in orion_spi_probe()
H A Dspi-davinci.c929 host->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_GPIO_SS; in davinci_spi_probe()
H A Dspi-dw-core.c947 host->flags = SPI_CONTROLLER_GPIO_SS; in dw_spi_add_host()
H A Dspi-rockchip.c840 ctlr->flags = SPI_CONTROLLER_GPIO_SS; in rockchip_spi_probe()
H A Dspi-atmel.c1546 SPI_CONTROLLER_GPIO_SS); in atmel_spi_probe()
H A Dspi-imx.c1794 controller->flags |= SPI_CONTROLLER_GPIO_SS; in spi_imx_probe()
H A Dspi.c1106 if ((spi->controller->flags & SPI_CONTROLLER_GPIO_SS) && in spi_set_cs()
3230 if ((ctlr->flags & SPI_CONTROLLER_GPIO_SS) && num_cs_gpios && in spi_get_gpio_descs()
/linux/include/linux/spi/
H A Dspi.h595 #define SPI_CONTROLLER_GPIO_SS BIT(5) /* GPIO CS must select slave */ macro