Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/spi/ !
Dspi-ath79.c188 host->flags = SPI_CONTROLLER_GPIO_SS; in ath79_spi_probe()
Dspi-bitbang.c356 (master->flags & SPI_CONTROLLER_GPIO_SS)); in spi_bitbang_init()
Dspi-sifive.c382 host->flags = SPI_CONTROLLER_MUST_TX | SPI_CONTROLLER_GPIO_SS; in sifive_spi_probe()
Dspi-gpio.c436 host->flags |= SPI_CONTROLLER_GPIO_SS; in spi_gpio_probe()
Dspi-orion.c679 host->flags = SPI_CONTROLLER_GPIO_SS; in orion_spi_probe()
Dspi-davinci.c932 host->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_GPIO_SS; in davinci_spi_probe()
Dspi-dw-core.c935 host->flags = SPI_CONTROLLER_GPIO_SS; in dw_spi_add_host()
Dspi-rockchip.c861 ctlr->flags = SPI_CONTROLLER_GPIO_SS; in rockchip_spi_probe()
Dspi-atmel.c1553 SPI_CONTROLLER_GPIO_SS); in atmel_spi_probe()
Dspi.c989 if ((spi->controller->flags & SPI_CONTROLLER_GPIO_SS) && in spi_set_cs()
3042 if ((ctlr->flags & SPI_CONTROLLER_GPIO_SS) && num_cs_gpios && in spi_get_gpio_descs()
Dspi-imx.c1794 controller->flags |= SPI_CONTROLLER_GPIO_SS; in spi_imx_probe()
/linux-6.6.21/include/linux/spi/ !
Dspi.h568 #define SPI_CONTROLLER_GPIO_SS BIT(5) /* GPIO CS must select slave */ macro