Searched refs:cm_idlest_dpll (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/arch/arm/mach-omap2/am33xx/ |
D | clock_am33xx.c | 26 .cm_idlest_dpll = CM_WKUP + 0x20, 33 .cm_idlest_dpll = CM_WKUP + 0x5C, 42 .cm_idlest_dpll = CM_WKUP + 0x70, 49 .cm_idlest_dpll = CM_WKUP + 0x34, 56 .cm_idlest_dpll = CM_WKUP + 0x48,
|
D | clock_am43xx.c | 24 .cm_idlest_dpll = CM_WKUP + 0x564, 31 .cm_idlest_dpll = CM_WKUP + 0x524, 40 .cm_idlest_dpll = CM_WKUP + 0x5E4, 47 .cm_idlest_dpll = CM_WKUP + 0x5A4,
|
D | clock.c | 43 (void *)dpll_regs->cm_idlest_dpll, LDELAY)) { in wait_for_lock() 60 (void *)dpll_regs->cm_idlest_dpll, LDELAY)) { in wait_for_bypass()
|
/external/u-boot/arch/arm/include/asm/arch-am33xx/ |
D | clock.h | 92 u32 cm_idlest_dpll; member
|
/external/u-boot/arch/arm/mach-omap2/ |
D | clocks-common.c | 114 if (!wait_on_value(ST_DPLL_CLK_MASK, 0, &dpll_regs->cm_idlest_dpll, in wait_for_bypass() 134 &dpll_regs->cm_idlest_dpll, LDELAY)) { in wait_for_lock() 143 u32 lock = readl(&dpll_regs->cm_idlest_dpll) & ST_DPLL_CLK_MASK; in check_for_lock()
|
/external/u-boot/board/siemens/rut/ |
D | board.c | 352 .cm_idlest_dpll = CM_WKUP + 0x48,
|
/external/u-boot/board/siemens/pxm2/ |
D | board.c | 359 .cm_idlest_dpll = CM_WKUP + 0x48,
|
/external/u-boot/arch/arm/include/asm/ |
D | omap_common.h | 504 u32 cm_idlest_dpll; member
|