Home
last modified time | relevance | path

Searched defs:stm32mp1_clk_gate (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/clk/
H A Dclk-stm32mp15.c196 struct stm32mp1_clk_gate { struct
197 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