Searched refs:anadig (Results 1 – 4 of 4) sorted by relevance
/u-boot/board/toradex/colibri_vf/ |
A D | colibri_vf.c | 265 struct anadig_reg *anadig = (struct anadig_reg *)ANADIG_BASE_ADDR; in clock_init() local 297 clrsetbits_le32(&anadig->pll3_ctrl, ANADIG_PLL3_CTRL_BYPASS | in clock_init() 301 clrsetbits_le32(&anadig->pll7_ctrl, ANADIG_PLL7_CTRL_BYPASS | in clock_init() 307 clrsetbits_le32(&anadig->pll5_ctrl, ANADIG_PLL5_CTRL_BYPASS | in clock_init() 312 clrsetbits_le32(&anadig->pll2_ctrl, ANADIG_PLL5_CTRL_BYPASS | in clock_init() 318 clrsetbits_le32(&anadig->pll1_ctrl, ANADIG_PLL1_CTRL_POWERDOWN, in clock_init()
|
/u-boot/board/phytec/pcm052/ |
A D | pcm052.c | 220 struct anadig_reg *anadig = (struct anadig_reg *)ANADIG_BASE_ADDR; in clock_init() local 245 clrsetbits_le32(&anadig->pll2_ctrl, ANADIG_PLL2_CTRL_POWERDOWN, in clock_init() 247 clrsetbits_le32(&anadig->pll1_ctrl, ANADIG_PLL1_CTRL_POWERDOWN, in clock_init()
|
/u-boot/drivers/usb/host/ |
A D | ehci-vf.c | 63 struct anadig_reg __iomem *anadig = in usb_power_config() local 69 pll_ctrl = &anadig->pll3_ctrl; in usb_power_config() 76 pll_ctrl = &anadig->pll7_ctrl; in usb_power_config()
|
/u-boot/board/freescale/vf610twr/ |
A D | vf610twr.c | 273 struct anadig_reg *anadig = (struct anadig_reg *)ANADIG_BASE_ADDR; in clock_init() local 298 clrsetbits_le32(&anadig->pll2_ctrl, ANADIG_PLL2_CTRL_POWERDOWN, in clock_init() 300 clrsetbits_le32(&anadig->pll1_ctrl, ANADIG_PLL1_CTRL_POWERDOWN, in clock_init()
|
Completed in 6 milliseconds