Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/spi/
H A Dsoft_spi.c214 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()
221 cs_flags = GPIOD_ACTIVE_LOW; in soft_spi_probe()
225 if (gpio_request_by_name(dev, "cs-gpios", 0, &plat->cs, GPIOD_IS_OUT | cs_flags) || in soft_spi_probe()