Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/clk/
Dstm32mp1_clk.c237 struct stm32mp1_clk_gate { struct
238 uint16_t offset;
239 uint8_t bit;
240 uint8_t index;
241 uint8_t set_clr;
242 uint8_t secure;
243 uint8_t sel; /* Relates to enum stm32mp1_parent_sel */
244 uint8_t fixed; /* Relates to enum stm32mp1_parent_id */
347 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable
/aosp_15_r20/external/arm-trusted-firmware/drivers/st/clk/
H A Dstm32mp1_clk.c239 struct stm32mp1_clk_gate { struct
240 uint16_t offset;
241 uint8_t bit;
242 uint8_t index;
243 uint8_t set_clr;
244 uint8_t sel; /* Relates to enum stm32mp1_parent_sel */
245 uint8_t fixed; /* Relates to enum stm32mp1_parent_id */
341 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable