Home
last modified time | relevance | path

Searched refs:pic32_periph_clk (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/clk/microchip/
H A Dclk-core.c88 struct pic32_periph_clk { struct
94 #define clkhw_to_pbclk(_hw) container_of(_hw, struct pic32_periph_clk, hw) argument
98 struct pic32_periph_clk *pb = clkhw_to_pbclk(hw); in pbclk_is_enabled()
105 struct pic32_periph_clk *pb = clkhw_to_pbclk(hw); in pbclk_enable()
113 struct pic32_periph_clk *pb = clkhw_to_pbclk(hw); in pbclk_disable()
144 static inline u32 pbclk_read_pbdiv(struct pic32_periph_clk *pb) in pbclk_read_pbdiv()
152 struct pic32_periph_clk *pb = clkhw_to_pbclk(hw); in pbclk_recalc_rate()
169 struct pic32_periph_clk *pb = clkhw_to_pbclk(hw); in pbclk_set_rate()
218 struct pic32_periph_clk *pbclk; in pic32_periph_clk_register()