Searched refs:cm_clkmode_dpll (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/arch/arm/mach-omap2/am33xx/ |
D | clock_am33xx.c | 25 .cm_clkmode_dpll = CM_WKUP + 0x88, 32 .cm_clkmode_dpll = CM_WKUP + 0x90, 41 .cm_clkmode_dpll = CM_WKUP + 0x8C, 48 .cm_clkmode_dpll = CM_WKUP + 0x94, 55 .cm_clkmode_dpll = CM_WKUP + 0x98,
|
D | clock_am43xx.c | 23 .cm_clkmode_dpll = CM_WKUP + 0x560, 30 .cm_clkmode_dpll = CM_WKUP + 0x520, 39 .cm_clkmode_dpll = CM_WKUP + 0x5E0, 46 .cm_clkmode_dpll = CM_WKUP + 0x5A0,
|
D | clock.c | 35 clrsetbits_le32(dpll_regs->cm_clkmode_dpll, in do_lock_dpll() 45 dpll_regs->cm_clkmode_dpll); in wait_for_lock() 52 clrsetbits_le32(dpll_regs->cm_clkmode_dpll, in do_bypass_dpll() 62 dpll_regs->cm_clkmode_dpll); in wait_for_bypass()
|
/external/u-boot/arch/arm/include/asm/arch-am33xx/ |
D | clock.h | 91 u32 cm_clkmode_dpll; member
|
/external/u-boot/board/siemens/rut/ |
D | board.c | 351 .cm_clkmode_dpll = CM_WKUP + 0x98,
|
/external/u-boot/board/siemens/pxm2/ |
D | board.c | 358 .cm_clkmode_dpll = CM_WKUP + 0x98,
|
/external/u-boot/arch/arm/mach-omap2/ |
D | clocks-common.c | 104 clrsetbits_le32(&dpll_regs->cm_clkmode_dpll, in do_bypass_dpll() 124 clrsetbits_le32(&dpll_regs->cm_clkmode_dpll, in do_lock_dpll()
|
/external/u-boot/arch/arm/include/asm/ |
D | omap_common.h | 503 u32 cm_clkmode_dpll; member
|