Searched refs:clk_flags (Results 1 – 6 of 6) sorted by relevance
215 int cs_flags, clk_flags; in soft_spi_probe() local219 clk_flags = (slave->mode & SPI_CPOL) ? GPIOD_ACTIVE_LOW : 0; in soft_spi_probe()224 GPIOD_IS_OUT | clk_flags)) in soft_spi_probe()
41 unsigned long clk_flags; member84 data->clk_flags | CLK_SET_RATE_PARENT, in st_of_clkgen_mux_setup()
403 unsigned long clk_flags, rate = req->rate; in _freq_tbl_determine_rate() local415 clk_flags = clk_hw_get_flags(hw); in _freq_tbl_determine_rate()417 if (clk_flags & CLK_SET_RATE_PARENT) { in _freq_tbl_determine_rate()
210 unsigned long clk_flags, rate = req->rate; in _freq_tbl_determine_rate() local233 clk_flags = clk_hw_get_flags(hw); in _freq_tbl_determine_rate()238 if (clk_flags & CLK_SET_RATE_PARENT) { in _freq_tbl_determine_rate()
343 u8 width, u64 denom, u32 clk_flags, spinlock_t *lock) in xgene_register_clk_pmd() argument363 fd->flags = clk_flags; in xgene_register_clk_pmd()
3492 } clk_flags[] = { variable3515 for (i = 0; flags && i < ARRAY_SIZE(clk_flags); i++) { in clk_flags_show()3516 if (flags & clk_flags[i].flag) { in clk_flags_show()3517 seq_printf(s, "%s\n", clk_flags[i].name); in clk_flags_show()3518 flags &= ~clk_flags[i].flag; in clk_flags_show()3528 DEFINE_SHOW_ATTRIBUTE(clk_flags);