The xMty register class is used for flushing (emptying) FIFO registers within Eurogam Phase I VXI cards.
It is assumed that access to the FIFO register requires 32 bit VME accesses.
It is assumed that a 16 bit register contains a bit which indicates the state (empty or not) of the FIFO.
Attributes :-
-s    VXI slot number
-o    offset of FIFO register
-e    offset of register containing empty status bit
-b    bit position of empty bit
The READ operation returns the value of the FIFO empty status bit (1 = FIFO not empty).
The WRITE operation flushes the FIFO by reading it either until the FIFO empty status bit indicates that
the FIFO is empty or for 512 accesses.