Searched refs:cm_idlest_dpll (Results 1 – 8 of 8) sorted by relevance
/u-boot/arch/arm/mach-omap2/am33xx/ |
A 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,
|
A 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,
|
A D | clock.c | 46 (void *)dpll_regs->cm_idlest_dpll, LDELAY)) { in wait_for_lock() 63 (void *)dpll_regs->cm_idlest_dpll, LDELAY)) { in wait_for_bypass()
|
/u-boot/arch/arm/include/asm/arch-am33xx/ |
A D | clock.h | 93 u32 cm_idlest_dpll; member
|
/u-boot/arch/arm/mach-omap2/ |
A D | clocks-common.c | 117 if (!wait_on_value(ST_DPLL_CLK_MASK, 0, &dpll_regs->cm_idlest_dpll, in wait_for_bypass() 137 &dpll_regs->cm_idlest_dpll, LDELAY)) { in wait_for_lock() 146 u32 lock = readl(&dpll_regs->cm_idlest_dpll) & ST_DPLL_CLK_MASK; in check_for_lock()
|
/u-boot/board/siemens/pxm2/ |
A D | board.c | 363 .cm_idlest_dpll = CM_WKUP + 0x48,
|
/u-boot/board/siemens/rut/ |
A D | board.c | 357 .cm_idlest_dpll = CM_WKUP + 0x48,
|
/u-boot/arch/arm/include/asm/ |
A D | omap_common.h | 506 u32 cm_idlest_dpll; member
|
Completed in 14 milliseconds