Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175155
b: refs/heads/master
c: 4ea30f8
h: refs/heads/master
i:
  175153: 8b9d0db
  175151: 565e427
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 792e575 commit e1b26bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cc5dc29c65575125a694ed67bbdee7895c7055f9
refs/heads/master: 4ea30f84c5d28fb17ef6ac91f1952545db6774c3
15 changes: 2 additions & 13 deletions trunk/drivers/staging/et131x/et1310_address_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -1389,19 +1389,8 @@ typedef struct _RXMAC_t { /* Location: */
/*
* structure for Test reg in mac address map.
* located at address 0x501C
* test: bits 0-2, rest unused
*/
typedef union _MAC_TEST_t {
u32 value;
struct {
#ifdef _BIT_FIELDS_HTOL
u32 unused:29; /* bits 3-31 */
u32 mac_test:3; /* bits 0-2 */
#else
u32 mac_test:3; /* bits 0-2 */
u32 unused:29; /* bits 3-31 */
#endif
} bits;
} MAC_TEST_t, *PMAC_TEST_t;

/*
* structure for MII Management Configuration reg in mac address map.
Expand Down Expand Up @@ -1643,7 +1632,7 @@ typedef struct _MAC_t { /* Location: */
u32 max_fm_len; /* 0x5010 */
u32 rsv1; /* 0x5014 */
u32 rsv2; /* 0x5018 */
MAC_TEST_t mac_test; /* 0x501C */
u32 mac_test; /* 0x501C */
u32 mii_mgmt_cfg; /* 0x5020 */
MII_MGMT_CMD_t mii_mgmt_cmd; /* 0x5024 */
MII_MGMT_ADDR_t mii_mgmt_addr; /* 0x5028 */
Expand Down

0 comments on commit e1b26bd

Please sign in to comment.