Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-ep93xx/
H A Dclock.c549 unsigned int clk_usb_div; in ep93xx_clock_init() local
615 clk_usb_div = (((value >> 28) & 0xf) + 1); in ep93xx_clock_init()
616 hw = clk_hw_register_fixed_factor(NULL, "usb_clk", "pll2", 0, 1, clk_usb_div); in ep93xx_clock_init()