Home
last modified time | relevance | path

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

/linux/drivers/spi/
A Dspi-ath79.c155 master->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.c403 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.c913 master->flags = SPI_MASTER_GPIO_SS; in dw_spi_add_host()
A Dspi-rockchip.c761 ctlr->flags = SPI_MASTER_GPIO_SS; in rockchip_spi_probe()
A Dspi.c988 if ((spi->controller->flags & SPI_MASTER_GPIO_SS) && in spi_set_cs()
2841 if ((ctlr->flags & SPI_MASTER_GPIO_SS) && num_cs_gpios && in spi_get_gpio_descs()
A Dspi-atmel.c1481 SPI_MASTER_GPIO_SS); in atmel_spi_probe()
/linux/include/linux/spi/
A Dspi.h512 #define SPI_MASTER_GPIO_SS BIT(5) /* GPIO CS must select slave */ macro

Completed in 27 milliseconds