You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
332 B
13 lines
332 B
17 years ago
|
#define PFX "rdc321x: "
|
||
|
|
||
|
/* General purpose configuration and data registers */
|
||
|
#define RDC3210_CFGREG_ADDR 0x0CF8
|
||
|
#define RDC3210_CFGREG_DATA 0x0CFC
|
||
17 years ago
|
|
||
|
#define RDC321X_GPIO_CTRL_REG1 0x48
|
||
|
#define RDC321X_GPIO_CTRL_REG2 0x84
|
||
|
#define RDC321X_GPIO_DATA_REG1 0x4c
|
||
|
#define RDC321X_GPIO_DATA_REG2 0x88
|
||
|
|
||
|
#define RDC321X_MAX_GPIO 58
|