Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/nxp/
H A Dclk-lpc32xx.c341 struct lpc32xx_clk_mux { struct
342 struct clk_hw hw;
343 u32 reg;
344 u32 mask;
345 u8 shift;
369 #define to_lpc32xx_mux(_hw) container_of(_hw, struct lpc32xx_clk_mux, hw) argument