Searched refs:bcm2835_pll (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/clk/bcm/ |
D | clk-bcm2835.c | 517 struct bcm2835_pll { struct 525 struct bcm2835_pll *pll = container_of(hw, struct bcm2835_pll, hw); in bcm2835_pll_is_on() argument 576 struct bcm2835_pll *pll = container_of(hw, struct bcm2835_pll, hw); in bcm2835_pll_round_rate() 590 struct bcm2835_pll *pll = container_of(hw, struct bcm2835_pll, hw); in bcm2835_pll_get_rate() 616 struct bcm2835_pll *pll = container_of(hw, struct bcm2835_pll, hw); in bcm2835_pll_off() 630 struct bcm2835_pll *pll = container_of(hw, struct bcm2835_pll, hw); in bcm2835_pll_on() 684 struct bcm2835_pll *pll = container_of(hw, struct bcm2835_pll, hw); in bcm2835_pll_set_rate() 753 struct bcm2835_pll *pll = container_of(hw, struct bcm2835_pll, hw); in bcm2835_pll_debug_init() 1342 struct bcm2835_pll *pll; in bcm2835_register_pll()
|