Searched defs:stm32mp1_clk_gate (Results 1 – 1 of 1) sorted by relevance
207 struct stm32mp1_clk_gate { struct208 uint16_t offset;209 uint8_t bit;210 uint8_t clock_id;211 uint8_t set_clr;212 uint8_t secure;213 uint8_t sel; /* Relates to enum stm32mp1_parent_sel */214 uint8_t fixed; /* Relates to enum stm32mp1_parent_id */342 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable
Completed in 6 milliseconds