Lines Matching refs:bcm2835_pll_data
336 struct bcm2835_pll_data { struct
394 static const struct bcm2835_pll_data bcm2835_plla_data = {
411 static const struct bcm2835_pll_data bcm2835_pllb_data = {
433 static const struct bcm2835_pll_data bcm2835_pllc_data = {
455 static const struct bcm2835_pll_data bcm2835_plld_data = {
477 static const struct bcm2835_pll_data bcm2835_pllh_data = {
495 const struct bcm2835_pll_data *source_pll;
813 const struct bcm2835_pll_data *data;
820 const struct bcm2835_pll_data *data = pll->data; in bcm2835_pll_is_on()
867 const struct bcm2835_pll_data *data = pll->data; in bcm2835_pll_get_rate()
891 const struct bcm2835_pll_data *data = pll->data; in bcm2835_pll_off()
907 const struct bcm2835_pll_data *data = pll->data; in bcm2835_pll_on()
955 const struct bcm2835_pll_data *data = pll->data; in bcm2835_pll_set_rate()
1324 const struct bcm2835_pll_data *data) in bcm2835_register_pll()