diff options
Diffstat (limited to 'drivers/atm/fore200e.h')
-rw-r--r-- | drivers/atm/fore200e.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/atm/fore200e.h b/drivers/atm/fore200e.h index 7f97c09aaea5..ba34a02b717d 100644 --- a/drivers/atm/fore200e.h +++ b/drivers/atm/fore200e.h | |||
@@ -263,7 +263,7 @@ typedef enum opcode { | |||
263 | } opcode_t; | 263 | } opcode_t; |
264 | 264 | ||
265 | 265 | ||
266 | /* virtual path / virtual channel identifers */ | 266 | /* virtual path / virtual channel identifiers */ |
267 | 267 | ||
268 | typedef struct vpvc { | 268 | typedef struct vpvc { |
269 | BITFIELD3( | 269 | BITFIELD3( |
@@ -926,7 +926,7 @@ typedef struct fore200e_vcc { | |||
926 | 926 | ||
927 | #define PCA200E_PCI_LATENCY 0x40 /* maximum slave latenty */ | 927 | #define PCA200E_PCI_LATENCY 0x40 /* maximum slave latenty */ |
928 | #define PCA200E_PCI_MASTER_CTRL 0x41 /* master control */ | 928 | #define PCA200E_PCI_MASTER_CTRL 0x41 /* master control */ |
929 | #define PCA200E_PCI_THRESHOLD 0x42 /* burst / continous req threshold */ | 929 | #define PCA200E_PCI_THRESHOLD 0x42 /* burst / continuous req threshold */ |
930 | 930 | ||
931 | /* PBI master control register */ | 931 | /* PBI master control register */ |
932 | 932 | ||