diff options
Diffstat (limited to 'include/linux/can/platform/sja1000.h')
-rw-r--r-- | include/linux/can/platform/sja1000.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/can/platform/sja1000.h b/include/linux/can/platform/sja1000.h index 37966e630ff5..01ee2aeb048d 100644 --- a/include/linux/can/platform/sja1000.h +++ b/include/linux/can/platform/sja1000.h | |||
@@ -13,6 +13,7 @@ | |||
13 | #define OCR_MODE_TEST 0x01 | 13 | #define OCR_MODE_TEST 0x01 |
14 | #define OCR_MODE_NORMAL 0x02 | 14 | #define OCR_MODE_NORMAL 0x02 |
15 | #define OCR_MODE_CLOCK 0x03 | 15 | #define OCR_MODE_CLOCK 0x03 |
16 | #define OCR_MODE_MASK 0x07 | ||
16 | #define OCR_TX0_INVERT 0x04 | 17 | #define OCR_TX0_INVERT 0x04 |
17 | #define OCR_TX0_PULLDOWN 0x08 | 18 | #define OCR_TX0_PULLDOWN 0x08 |
18 | #define OCR_TX0_PULLUP 0x10 | 19 | #define OCR_TX0_PULLUP 0x10 |
@@ -21,6 +22,8 @@ | |||
21 | #define OCR_TX1_PULLDOWN 0x40 | 22 | #define OCR_TX1_PULLDOWN 0x40 |
22 | #define OCR_TX1_PULLUP 0x80 | 23 | #define OCR_TX1_PULLUP 0x80 |
23 | #define OCR_TX1_PUSHPULL 0xc0 | 24 | #define OCR_TX1_PUSHPULL 0xc0 |
25 | #define OCR_TX_MASK 0xfc | ||
26 | #define OCR_TX_SHIFT 2 | ||
24 | 27 | ||
25 | struct sja1000_platform_data { | 28 | struct sja1000_platform_data { |
26 | u32 clock; /* CAN bus oscillator frequency in Hz */ | 29 | u32 clock; /* CAN bus oscillator frequency in Hz */ |