Home
last modified time | relevance | path

Searched refs:PMU (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-l7200/include/mach/
Dpmu.h36 #define PMU ((volatile pmu_interface *)(PMU_BASE)) macro
54 #define CFG_NEXT_CLOCKRECOVERY ((PMU->NEXT >> 18) & 0x7f) /* Bits 24-18 */
55 #define CFG_NEXT_INTRET ((PMU->NEXT >> 17) & 0x01)
56 #define CFG_NEXT_SDR_STOP ((PMU->NEXT >> 6) & 0x01)
57 #define CFG_NEXT_SYSCLKEN ((PMU->NEXT >> 5) & 0x01)
120 #define GET_SDRREFFQ ((PMU->SDRAM >> 0) & 0x01)
121 #define GET_SDRREFACK ((PMU->SDRAM >> 1) & 0x01) /* Read-only */
122 #define GET_SDRSTOPRQ ((PMU->SDRAM >> 2) & 0x01)
123 #define GET_SDRSTOPACK ((PMU->SDRAM >> 3) & 0x01) /* Read-only */
124 #define GET_PICEN ((PMU->SDRAM >> 4) & 0x01)
[all …]
/arch/arm/
DKconfig708 # bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER