18#ifndef __LIBARCH_ARM_SUNXI_SUNXIPOWERMANAGEMENT_H
19#define __LIBARCH_ARM_SUNXI_SUNXIPOWERMANAGEMENT_H
21#include <FreeNOS/System.h>
Input/Output operations specific to the ARM architecture.
Allwinner Power, Reset and Clock Management (PRCM) module.
Result powerOnCore(const Size coreId)
Power on a processor.
static const Size NumberOfCores
Total number of cores supported.
Registers
Hardware registers.
static const Address IOBase
Physical base memory address of the PRCM module.
Result initialize()
Perform initialization.
Arch::IO m_io
Memory I/O object.
unsigned long Address
A memory address.
unsigned int Size
Any sane size indicator cannot go negative.