Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
regs-apbc.h File Reference
#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)
 

Macro Definition Documentation

#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.

#define APBC_FNCLKSEL (   x)    (((x) & 0xf) << 4)

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.