Home
last modified time | relevance | path

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

/external/u-boot/drivers/clk/
Dclk_stm32mp1.c365 struct stm32mp1_clk_gate { struct
366 u16 offset;
367 u8 bit;
368 u8 index;
369 u8 set_clr;
370 u8 sel;
371 u8 fixed;
486 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable