Searched refs:pllb_arm (Results 1 – 1 of 1) sorted by relevance
43 struct clk_hw *pllb_arm; member231 rpi->pllb_arm = clk_hw_register_fixed_factor(rpi->dev, in raspberrypi_register_pllb_arm()235 if (IS_ERR(rpi->pllb_arm)) { in raspberrypi_register_pllb_arm()237 return PTR_ERR(rpi->pllb_arm); in raspberrypi_register_pllb_arm()240 rpi->pllb_arm_lookup = clkdev_hw_create(rpi->pllb_arm, NULL, "cpu0"); in raspberrypi_register_pllb_arm()243 clk_hw_unregister_fixed_factor(rpi->pllb_arm); in raspberrypi_register_pllb_arm()