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

Go to the source code of this file.

Data Structures

struct  intersil_dt
 
struct  intersil_7170
 

Macros

#define INTERSIL_FREQ_32K   0x00
 
#define INTERSIL_FREQ_1M   0x01
 
#define INTERSIL_FREQ_2M   0x02
 
#define INTERSIL_FREQ_4M   0x03
 
#define INTERSIL_12H_MODE   0x00
 
#define INTERSIL_24H_MODE   0x04
 
#define INTERSIL_STOP   0x00
 
#define INTERSIL_RUN   0x08
 
#define INTERSIL_INT_ENABLE   0x10
 
#define INTERSIL_INT_DISABLE   0x00
 
#define INTERSIL_MODE_NORMAL   0x00
 
#define INTERSIL_MODE_TEST   0x20
 
#define INTERSIL_HZ_100_MASK   0x02
 
#define intersil_clock   ((volatile struct intersil_7170 *) clock_va)
 
#define intersil_clear()   (void)intersil_clock->int_reg
 

Variables

volatile charclock_va
 

Macro Definition Documentation

#define INTERSIL_12H_MODE   0x00

Definition at line 10 of file intersil.h.

#define INTERSIL_24H_MODE   0x04

Definition at line 11 of file intersil.h.

#define intersil_clear ( )    (void)intersil_clock->int_reg

Definition at line 47 of file intersil.h.

#define intersil_clock   ((volatile struct intersil_7170 *) clock_va)

Definition at line 46 of file intersil.h.

#define INTERSIL_FREQ_1M   0x01

Definition at line 5 of file intersil.h.

#define INTERSIL_FREQ_2M   0x02

Definition at line 6 of file intersil.h.

#define INTERSIL_FREQ_32K   0x00

Definition at line 4 of file intersil.h.

#define INTERSIL_FREQ_4M   0x03

Definition at line 7 of file intersil.h.

#define INTERSIL_HZ_100_MASK   0x02

Definition at line 25 of file intersil.h.

#define INTERSIL_INT_DISABLE   0x00

Definition at line 19 of file intersil.h.

#define INTERSIL_INT_ENABLE   0x10

Definition at line 18 of file intersil.h.

#define INTERSIL_MODE_NORMAL   0x00

Definition at line 22 of file intersil.h.

#define INTERSIL_MODE_TEST   0x20

Definition at line 23 of file intersil.h.

#define INTERSIL_RUN   0x08

Definition at line 15 of file intersil.h.

#define INTERSIL_STOP   0x00

Definition at line 14 of file intersil.h.

Variable Documentation

volatile char* clock_va

Definition at line 44 of file config.c.