Searched defs:stm32mp1_clk_gate (Results 1 – 2 of 2) 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 secure;243 uint8_t sel; /* Relates to enum stm32mp1_parent_sel */244 uint8_t fixed; /* Relates to enum stm32mp1_parent_id */347 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable
239 struct stm32mp1_clk_gate { struct240 uint16_t offset;241 uint8_t bit;242 uint8_t index;243 uint8_t set_clr;244 uint8_t sel; /* Relates to enum stm32mp1_parent_sel */245 uint8_t fixed; /* Relates to enum stm32mp1_parent_id */341 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable