Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
cc770.h File Reference

Go to the source code of this file.

Data Structures

struct  cc770_platform_data
 

Macros

#define CPUIF_CEN   0x01 /* Clock Out Enable */
 
#define CPUIF_MUX   0x04 /* Multiplex */
 
#define CPUIF_SLP   0x08 /* Sleep */
 
#define CPUIF_PWD   0x10 /* Power Down Mode */
 
#define CPUIF_DMC   0x20 /* Divide Memory Clock */
 
#define CPUIF_DSC   0x40 /* Divide System Clock */
 
#define CPUIF_RST   0x80 /* Hardware Reset Status */
 
#define CLKOUT_CD_MASK   0x0f /* Clock Divider mask */
 
#define CLKOUT_SL_MASK   0x30 /* Slew Rate mask */
 
#define CLKOUT_SL_SHIFT   4
 
#define BUSCFG_DR0   0x01 /* Disconnect RX0 Input / Select RX input */
 
#define BUSCFG_DR1   0x02 /* Disconnect RX1 Input / Silent mode */
 
#define BUSCFG_DT1   0x08 /* Disconnect TX1 Output */
 
#define BUSCFG_POL   0x20 /* Polarity dominant or recessive */
 
#define BUSCFG_CBY   0x40 /* Input Comparator Bypass */
 

Macro Definition Documentation

#define BUSCFG_CBY   0x40 /* Input Comparator Bypass */

Definition at line 23 of file cc770.h.

#define BUSCFG_DR0   0x01 /* Disconnect RX0 Input / Select RX input */

Definition at line 19 of file cc770.h.

#define BUSCFG_DR1   0x02 /* Disconnect RX1 Input / Silent mode */

Definition at line 20 of file cc770.h.

#define BUSCFG_DT1   0x08 /* Disconnect TX1 Output */

Definition at line 21 of file cc770.h.

#define BUSCFG_POL   0x20 /* Polarity dominant or recessive */

Definition at line 22 of file cc770.h.

#define CLKOUT_CD_MASK   0x0f /* Clock Divider mask */

Definition at line 14 of file cc770.h.

#define CLKOUT_SL_MASK   0x30 /* Slew Rate mask */

Definition at line 15 of file cc770.h.

#define CLKOUT_SL_SHIFT   4

Definition at line 16 of file cc770.h.

#define CPUIF_CEN   0x01 /* Clock Out Enable */

Definition at line 5 of file cc770.h.

#define CPUIF_DMC   0x20 /* Divide Memory Clock */

Definition at line 9 of file cc770.h.

#define CPUIF_DSC   0x40 /* Divide System Clock */

Definition at line 10 of file cc770.h.

#define CPUIF_MUX   0x04 /* Multiplex */

Definition at line 6 of file cc770.h.

#define CPUIF_PWD   0x10 /* Power Down Mode */

Definition at line 8 of file cc770.h.

#define CPUIF_RST   0x80 /* Hardware Reset Status */

Definition at line 11 of file cc770.h.

#define CPUIF_SLP   0x08 /* Sleep */

Definition at line 7 of file cc770.h.