Searched defs:lpc32xx_clk_mux (Results 1 – 1 of 1) sorted by relevance
340 struct lpc32xx_clk_mux { struct341 struct clk_hw hw;342 u32 reg;343 u32 mask;344 u8 shift;368 #define to_lpc32xx_mux(_hw) container_of(_hw, struct lpc32xx_clk_mux, hw) argument