Searched refs:PM_BASE (Results 1 – 4 of 4) sorted by relevance
42 SUNXI_R_PIO_BANK_BASE(PM_BASE, 1),49 SUNXI_R_PIO_BANK_BASE(PM_BASE, 1),
143 #define PM_BASE (PER_BASE + GPIO_PAD_OFFSET) macro144 #define PM_RSTC HWREG32(PM_BASE + 0x001C)145 #define PM_RSTS HWREG32(PM_BASE + 0x0020)146 #define PM_WDOG HWREG32(PM_BASE + 0x0024)
147 #define PM_BASE (PER_BASE + GPIO_PAD_OFFSET) macro148 #define PM_RSTC __REG32(PM_BASE + 0x001C)149 #define PM_RSTS __REG32(PM_BASE + 0x0020)150 #define PM_WDOG __REG32(PM_BASE + 0x0024)
53 #define PM_BASE 384 macro70 #define GPIOM(n) (PM_BASE + (n))
Completed in 12 milliseconds