/[openvortex]/alsa/pci/au88x0/au8820.h
ViewVC logotype

Diff of /alsa/pci/au88x0/au8820.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by mjander, Mon May 5 05:52:37 2003 UTC revision 1.8 by mjander, Sat May 24 03:16:46 2003 UTC
# Line 139  Line 139 
139  #define         FIFO_EMPTY      0x00000020  #define         FIFO_EMPTY      0x00000020
140  #define         FIFO_U0         0x00001000 /* Unknown. */  #define         FIFO_U0         0x00001000 /* Unknown. */
141  #define         FIFO_U1         0x00010000  #define         FIFO_U1         0x00010000
142  #define         FIFO_MASK       0x3f    /* at shift left 0xc */  #define         FIFO_SIZE_BITS 5
143  #define         FIFO_SIZE       0x20  #define         FIFO_SIZE       (1<<FIFO_SIZE_BITS) // 0x20
144  //#define       ADBFIFO_RESET   (FIFO_U0 | FIFO_U1)  #define         FIFO_MASK       (FIFO_SIZE-1) //0x1f    /* at shift left 0xc */
 //#define       WTFIFO_RESET    0x1000  
145  #define VORTEX_FIFO_ADBDATA 0xe000  #define VORTEX_FIFO_ADBDATA 0xe000
146  #define VORTEX_FIFO_WTDATA 0xe800  #define VORTEX_FIFO_WTDATA 0xe800
147    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26