Searched defs:lpc32xx_clk_mux (Results 1 – 1 of 1) sorted by relevance
341 struct lpc32xx_clk_mux { struct342 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