Searched refs:anadig (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/board/toradex/colibri_vf/ |
H A D | colibri_vf.c | 379 struct anadig_reg *anadig = (struct anadig_reg *)ANADIG_BASE_ADDR; in clock_init() local 411 clrsetbits_le32(&anadig->pll3_ctrl, ANADIG_PLL3_CTRL_BYPASS | in clock_init() 415 clrsetbits_le32(&anadig->pll7_ctrl, ANADIG_PLL7_CTRL_BYPASS | in clock_init() 421 clrsetbits_le32(&anadig->pll5_ctrl, ANADIG_PLL5_CTRL_BYPASS | in clock_init() 426 clrsetbits_le32(&anadig->pll2_ctrl, ANADIG_PLL5_CTRL_BYPASS | in clock_init() 432 clrsetbits_le32(&anadig->pll1_ctrl, ANADIG_PLL1_CTRL_POWERDOWN, in clock_init()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-vf.c | 60 struct anadig_reg __iomem *anadig = in usb_power_config() local 66 pll_ctrl = &anadig->pll3_ctrl; in usb_power_config() 73 pll_ctrl = &anadig->pll7_ctrl; in usb_power_config()
|
/openbmc/u-boot/board/freescale/vf610twr/ |
H A D | vf610twr.c | 271 struct anadig_reg *anadig = (struct anadig_reg *)ANADIG_BASE_ADDR; in clock_init() local 296 clrsetbits_le32(&anadig->pll2_ctrl, ANADIG_PLL2_CTRL_POWERDOWN, in clock_init() 298 clrsetbits_le32(&anadig->pll1_ctrl, ANADIG_PLL1_CTRL_POWERDOWN, in clock_init()
|
/openbmc/u-boot/board/phytec/pcm052/ |
H A D | pcm052.c | 465 struct anadig_reg *anadig = (struct anadig_reg *)ANADIG_BASE_ADDR; in clock_init() local 490 clrsetbits_le32(&anadig->pll2_ctrl, ANADIG_PLL2_CTRL_POWERDOWN, in clock_init() 492 clrsetbits_le32(&anadig->pll1_ctrl, ANADIG_PLL1_CTRL_POWERDOWN, in clock_init()
|