Searched defs:stm32mp1_clk_gate (Results 1 – 1 of 1) sorted by relevance
196 struct stm32mp1_clk_gate { struct197 uint16_t offset;198 uint8_t bit;199 uint8_t clock_id;200 uint8_t set_clr;201 uint8_t secure;202 uint8_t sel; /* Relates to enum stm32mp1_parent_sel */203 uint8_t fixed; /* Relates to enum stm32mp1_parent_id */331 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable