Searched defs:stm32mp1_clk_gate (Results 1 – 1 of 1) sorted by relevance
375 struct stm32mp1_clk_gate { struct376 u16 offset;377 u8 bit;378 u8 index;379 u8 set_clr;380 u8 sel;381 u8 fixed;496 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable