pllb_arm 43 drivers/clk/bcm/clk-raspberrypi.c struct clk_hw *pllb_arm; pllb_arm 231 drivers/clk/bcm/clk-raspberrypi.c rpi->pllb_arm = clk_hw_register_fixed_factor(rpi->dev, pllb_arm 235 drivers/clk/bcm/clk-raspberrypi.c if (IS_ERR(rpi->pllb_arm)) { pllb_arm 237 drivers/clk/bcm/clk-raspberrypi.c return PTR_ERR(rpi->pllb_arm); pllb_arm 240 drivers/clk/bcm/clk-raspberrypi.c rpi->pllb_arm_lookup = clkdev_hw_create(rpi->pllb_arm, NULL, "cpu0"); pllb_arm 243 drivers/clk/bcm/clk-raspberrypi.c clk_hw_unregister_fixed_factor(rpi->pllb_arm);