Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/spi/
A Dspi-ath79.c188 host->flags = SPI_MASTER_GPIO_SS; in ath79_spi_probe()
A Dspi-bitbang.c356 (master->flags & SPI_MASTER_GPIO_SS)); in spi_bitbang_init()
A Dspi-gpio.c437 master->flags |= SPI_MASTER_GPIO_SS; in spi_gpio_probe()
A Dspi-sifive.c382 master->flags = SPI_CONTROLLER_MUST_TX | SPI_MASTER_GPIO_SS; in sifive_spi_probe()
A Dspi-orion.c680 master->flags = SPI_MASTER_GPIO_SS; in orion_spi_probe()
A Dspi-davinci.c942 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_GPIO_SS; in davinci_spi_probe()
A Dspi-dw-core.c937 master->flags = SPI_MASTER_GPIO_SS; in dw_spi_add_host()
A Dspi-rockchip.c861 ctlr->flags = SPI_MASTER_GPIO_SS; in rockchip_spi_probe()
A Dspi-atmel.c1475 SPI_MASTER_GPIO_SS); in atmel_spi_probe()
A Dspi.c1008 if ((spi->controller->flags & SPI_MASTER_GPIO_SS) && in spi_set_cs()
3060 if ((ctlr->flags & SPI_MASTER_GPIO_SS) && num_cs_gpios && in spi_get_gpio_descs()
/linux-6.3-rc2/include/linux/spi/
A Dspi.h556 #define SPI_MASTER_GPIO_SS BIT(5) /* GPIO CS must select slave */ macro

Completed in 28 milliseconds