Linux Kernel
3.7.1
|
#include <mach/addr-map.h>
Go to the source code of this file.
Macros | |
#define | APBC_APBCLK (1 << 0) /* APB Bus Clock Enable */ |
#define | APBC_FNCLK (1 << 1) /* Functional Clock Enable */ |
#define | APBC_RST (1 << 2) /* Reset Generation */ |
#define | APBC_FNCLKSEL(x) (((x) & 0xf) << 4) |
#define APBC_APBCLK (1 << 0) /* APB Bus Clock Enable */ |
Definition at line 17 of file regs-apbc.h.
#define APBC_FNCLK (1 << 1) /* Functional Clock Enable */ |
Definition at line 18 of file regs-apbc.h.
Definition at line 22 of file regs-apbc.h.
#define APBC_RST (1 << 2) /* Reset Generation */ |
Definition at line 19 of file regs-apbc.h.