Home
last modified time | relevance | path

Searched refs:SPI_MASTER_GPIO_SS (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/drivers/spi/
Dspi-ath79.c155 master->flags = SPI_MASTER_GPIO_SS; in ath79_spi_probe()
Dspi-bitbang.c356 (master->flags & SPI_MASTER_GPIO_SS)); in spi_bitbang_init()
Dspi-gpio.c403 master->flags |= SPI_MASTER_GPIO_SS; in spi_gpio_probe()
Dspi-sifive.c382 master->flags = SPI_CONTROLLER_MUST_TX | SPI_MASTER_GPIO_SS; in sifive_spi_probe()
Dspi-orion.c680 master->flags = SPI_MASTER_GPIO_SS; in orion_spi_probe()
Dspi-rockchip.c761 ctlr->flags = SPI_MASTER_GPIO_SS; in rockchip_spi_probe()
Dspi-davinci.c942 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_GPIO_SS; in davinci_spi_probe()
Dspi-dw-core.c913 master->flags = SPI_MASTER_GPIO_SS; in dw_spi_add_host()
Dspi-atmel.c1481 SPI_MASTER_GPIO_SS); in atmel_spi_probe()
Dspi.c868 if ((spi->controller->flags & SPI_MASTER_GPIO_SS) && in spi_set_cs()
2721 if ((ctlr->flags & SPI_MASTER_GPIO_SS) && num_cs_gpios && in spi_get_gpio_descs()
/Linux-v5.15/include/linux/spi/
Dspi.h516 #define SPI_MASTER_GPIO_SS BIT(5) /* GPIO CS must select slave */ macro