Searched defs:stm32mp1_clk_gate (Results 1 – 1 of 1) sorted by relevance
365 struct stm32mp1_clk_gate { struct366 u16 offset;367 u8 bit;368 u8 index;369 u8 set_clr;370 u8 sel;371 u8 fixed;486 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable