Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186512
b: refs/heads/master
c: 3cb1b8a
h: refs/heads/master
v: v3
  • Loading branch information
Martyn Welch authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent bb33487 commit 50ed1a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 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: ead1f3e301e2d886ef89f8d0c82b4d495f2a81c2
refs/heads/master: 3cb1b8a77402df3091ba7ecaede9b22484bf51b9
32 changes: 0 additions & 32 deletions trunk/drivers/staging/vme/vme_bridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,36 +229,4 @@ struct vmeArbiterCfg {
};
typedef struct vmeArbiterCfg vmeArbiterCfg_t;


/*
* VMEbus RMW Configuration Data
*/
struct vmeRmwCfg {
unsigned int targetAddrU; /* VME Address (Upper) to trigger RMW cycle */
unsigned int targetAddr; /* VME Address (Lower) to trigger RMW cycle */
vme_address_t addrSpace; /* VME Address Space */
int enableMask; /* Bit mask defining the bits of interest */
int compareData; /* Data to be compared with the data read */
int swapData; /* Data written to the VMEbus on success */
int maxAttempts; /* Maximum times to try */
int numAttempts; /* Number of attempts before success */
int reserved; /* For future use */

};
typedef struct vmeRmwCfg vmeRmwCfg_t;

/*
* VMEbus Location Monitor Arg Structure
*/
struct vmeLmCfg {
unsigned int addrU; /* Location Monitor Address upper */
unsigned int addr; /* Location Monitor Address lower */
vme_address_t addrSpace; /* Address Space */
int userAccessType; /* User/Supervisor Access Type */
int dataAccessType; /* Data/Program Access Type */
int lmWait; /* Time to wait for access */
int lmEvents; /* Lm event mask */
int reserved; /* For future use */
};
typedef struct vmeLmCfg vmeLmCfg_t;
#endif

0 comments on commit 50ed1a7

Please sign in to comment.