Searched defs:stm32mp1_clk_gate (Results 1 – 1 of 1) sorted by relevance
478 struct stm32mp1_clk_gate { struct479 uint16_t offset;480 uint8_t bit;481 uint8_t index;482 uint8_t set_clr;483 uint8_t secure;484 uint8_t sel; /* Relates to enum stm32mp1_parent_sel */485 uint8_t fixed; /* Relates to enum stm32mp1_parent_id */588 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable