Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46574
b: refs/heads/master
c: 1ee6dd7
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle authored and Jeff Garzik committed Feb 5, 2007
1 parent 0246afa commit 9a164fb
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 352 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: a113ae066de6fc7ed33a6f420ea7dd2716a1920a
refs/heads/master: 1ee6dd770b2302e32fdae489f4fc58c374399da4
6 changes: 3 additions & 3 deletions trunk/drivers/net/s2io-regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#define TBD 0

typedef struct _XENA_dev_config {
struct XENA_dev_config {
/* Convention: mHAL_XXX is mask, vHAL_XXX is value */

/* General Control-Status Registers */
Expand Down Expand Up @@ -852,9 +852,9 @@ typedef struct _XENA_dev_config {
#define SPI_CONTROL_DONE BIT(6)
u64 spi_data;
#define SPI_DATA_WRITE(data,len) vBIT(data,0,len)
} XENA_dev_config_t;
};

#define XENA_REG_SPACE sizeof(XENA_dev_config_t)
#define XENA_REG_SPACE sizeof(struct XENA_dev_config)
#define XENA_EEPROM_SPACE (0x01 << 11)

#endif /* _REGS_H */
Loading

0 comments on commit 9a164fb

Please sign in to comment.