Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/clk/
H A Dstm32mp1_clk.c478 struct stm32mp1_clk_gate { struct
479 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