Searched refs:clk_flags (Results 1 – 1 of 1) sorted by relevance
214 int cs_flags, clk_flags; in soft_spi_probe() local219 clk_flags = (slave->mode & SPI_CPOL) ? GPIOD_ACTIVE_LOW : 0; in soft_spi_probe()222 clk_flags = 0; in soft_spi_probe()226 (gpio_request_by_name(dev, "gpio-sck", 0, &plat->sclk, GPIOD_IS_OUT | clk_flags) && in soft_spi_probe()227 gpio_request_by_name(dev, "sck-gpios", 0, &plat->sclk, GPIOD_IS_OUT | clk_flags))) in soft_spi_probe()