Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/
H A Dclk_stm32mp1.c375 struct stm32mp1_clk_gate { struct
376 u16 offset;
377 u8 bit;
378 u8 index;
379 u8 set_clr;
380 u8 sel;
381 u8 fixed;
496 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable