Home
last modified time | relevance | path

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

/external/u-boot/drivers/spi/
Dsoft_spi.c215 int cs_flags, clk_flags; in soft_spi_probe() local
218 cs_flags = (slave->mode & SPI_CS_HIGH) ? 0 : GPIOD_ACTIVE_LOW; in soft_spi_probe()
222 GPIOD_IS_OUT | cs_flags) || in soft_spi_probe()