Skip to content

Commit

Permalink
Staging: vme: Remove old structures for implemented features
Browse files Browse the repository at this point in the history
Functionality for master RMW and location monitors has been implemented.
Remove the commented out structures from the original codebase.

Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Martyn Welch authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent ead1f3e commit 3cb1b8a
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions 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 3cb1b8a

Please sign in to comment.