diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2010-06-12 14:34:50 -0400 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2010-06-19 07:01:41 -0400 |
commit | c8a94ded57e9cc2498d401b2f5c856213a3e19fb (patch) | |
tree | 8fd6a196ff953270c03700dd682108baf3ee369b /include/linux/firewire.h | |
parent | db3c9cc105ee844f6cd7a1beb9926fb8e9a093ae (diff) |
firewire: normalize STATE_CLEAR/SET CSR access interface
Push the maintenance of STATE_CLEAR/SET.abdicate down into the card
driver. This way, the read/write_csr_reg driver method works uniformly
across all CSR offsets.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'include/linux/firewire.h')
-rw-r--r-- | include/linux/firewire.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/firewire.h b/include/linux/firewire.h index 5acb5fc19180..5553018d45d6 100644 --- a/include/linux/firewire.h +++ b/include/linux/firewire.h | |||
@@ -119,8 +119,7 @@ struct fw_card { | |||
119 | int bm_retries; | 119 | int bm_retries; |
120 | int bm_generation; | 120 | int bm_generation; |
121 | __be32 bm_transaction_data[2]; | 121 | __be32 bm_transaction_data[2]; |
122 | bool bm_abdicate; /* value of csr_abdicate before last bus reset */ | 122 | bool bm_abdicate; |
123 | bool csr_abdicate; /* visible in CSR STATE_CLEAR/SET registers */ | ||
124 | 123 | ||
125 | bool priority_budget_implemented; /* controller feature */ | 124 | bool priority_budget_implemented; /* controller feature */ |
126 | bool broadcast_channel_auto_allocated; /* controller feature */ | 125 | bool broadcast_channel_auto_allocated; /* controller feature */ |