Searched defs:stm32mp1_clk_gate (Results 1 – 1 of 1) sorted by relevance
237 struct stm32mp1_clk_gate { struct238 uint16_t offset;239 uint8_t bit;240 uint8_t index;241 uint8_t set_clr;242 uint8_t sel; /* Relates to enum stm32mp1_parent_sel */243 uint8_t fixed; /* Relates to enum stm32mp1_parent_id */339 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable