Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/spi/ !
Dspi-ath79.c188 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.c437 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-s3c24xx.c485 master->flags = SPI_MASTER_GPIO_SS; in s3c24xx_spi_probe()
Dspi-orion.c680 master->flags = SPI_MASTER_GPIO_SS; in orion_spi_probe()
Dspi-davinci.c942 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_GPIO_SS; in davinci_spi_probe()
Dspi-dw-core.c937 master->flags = SPI_MASTER_GPIO_SS; in dw_spi_add_host()
Dspi-rockchip.c861 ctlr->flags = SPI_MASTER_GPIO_SS; in rockchip_spi_probe()
Dspi-atmel.c1475 SPI_MASTER_GPIO_SS); in atmel_spi_probe()
Dspi.c997 if ((spi->controller->flags & SPI_MASTER_GPIO_SS) && in spi_set_cs()
3010 if ((ctlr->flags & SPI_MASTER_GPIO_SS) && num_cs_gpios && in spi_get_gpio_descs()
/linux-6.1.9/include/linux/spi/ !
Dspi.h533 #define SPI_MASTER_GPIO_SS BIT(5) /* GPIO CS must select slave */ macro