Go to the documentation of this file.
11 #ifndef __ASM_MACH_REGS_APBC_H
12 #define __ASM_MACH_REGS_APBC_H
14 #include <mach/addr-map.h>
17 #define APBC_APBCLK (1 << 0)
18 #define APBC_FNCLK (1 << 1)
19 #define APBC_RST (1 << 2)
22 #define APBC_FNCLKSEL(x) (((x) & 0xf) << 4)