Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/stm32/
Dclk-stm32-core.h11 struct stm32_mux_cfg { struct
12 u16 offset;
13 u8 shift;
14 u8 width;
15 u8 flags;
16 u32 *table;
17 u8 ready;
Dclk-stm32mp1.c378 struct stm32_mux_cfg { struct
388 const struct stm32_mux_cfg *mux; argument