Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-ath79.c159 master->flags = SPI_MASTER_GPIO_SS; in ath79_spi_probe()
H A Dspi-bitbang.c353 (master->flags & SPI_MASTER_GPIO_SS)); in spi_bitbang_init()
H A Dspi-gpio.c403 master->flags |= SPI_MASTER_GPIO_SS; in spi_gpio_probe()
H A Dspi-sifive.c382 master->flags = SPI_CONTROLLER_MUST_TX | SPI_MASTER_GPIO_SS; in sifive_spi_probe()
H A Dspi-orion.c627 master->flags = SPI_MASTER_GPIO_SS; in orion_spi_probe()
H A Dspi-davinci.c947 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_GPIO_SS; in davinci_spi_probe()
H A Dspi-dw-core.c883 master->flags = SPI_MASTER_GPIO_SS; in dw_spi_add_host()
H A Dspi-rockchip.c1118 ctlr->flags = SPI_MASTER_GPIO_SS; in rockchip_spi_probe()
H A Dspi.c848 if ((spi->controller->flags & SPI_MASTER_GPIO_SS) && in spi_set_cs()
2620 if ((ctlr->flags & SPI_MASTER_GPIO_SS) && num_cs_gpios && in spi_get_gpio_descs()
/OK3568_Linux_fs/kernel/include/linux/spi/
H A Dspi.h518 #define SPI_MASTER_GPIO_SS BIT(5) /* GPIO CS must select slave */ macro