Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dsoft_spi.c215 int cs_flags, clk_flags; in soft_spi_probe() local
219 clk_flags = (slave->mode & SPI_CPOL) ? GPIOD_ACTIVE_LOW : 0; in soft_spi_probe()
224 GPIOD_IS_OUT | clk_flags)) in soft_spi_probe()