aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/pci/bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/pci/bridge.h')
-rw-r--r--arch/mips/include/asm/pci/bridge.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/mips/include/asm/pci/bridge.h b/arch/mips/include/asm/pci/bridge.h
index 8d7a63b52ac7..3206245d1ed6 100644
--- a/arch/mips/include/asm/pci/bridge.h
+++ b/arch/mips/include/asm/pci/bridge.h
@@ -269,16 +269,16 @@ typedef struct bridge_err_cmdword_s {
269 union { 269 union {
270 u32 cmd_word; 270 u32 cmd_word;
271 struct { 271 struct {
272 u32 didn:4, /* Destination ID */ 272 u32 didn:4, /* Destination ID */
273 sidn:4, /* Source ID */ 273 sidn:4, /* Source ID */
274 pactyp:4, /* Packet type */ 274 pactyp:4, /* Packet type */
275 tnum:5, /* Trans Number */ 275 tnum:5, /* Trans Number */
276 coh:1, /* Coh Transacti */ 276 coh:1, /* Coh Transaction */
277 ds:2, /* Data size */ 277 ds:2, /* Data size */
278 gbr:1, /* GBR enable */ 278 gbr:1, /* GBR enable */
279 vbpm:1, /* VBPM message */ 279 vbpm:1, /* VBPM message */
280 error:1, /* Error occurred */ 280 error:1, /* Error occurred */
281 barr:1, /* Barrier op */ 281 barr:1, /* Barrier op */
282 rsvd:8; 282 rsvd:8;
283 } berr_st; 283 } berr_st;
284 } berr_un; 284 } berr_un;