Changeset 9dd79bc7 in mainline for uspace/drv/audio/sb16/registers.h
- Timestamp:
- 2011-09-24T16:32:12Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 61013bd
- Parents:
- b956810
- File:
-
- 1 edited
-
uspace/drv/audio/sb16/registers.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/sb16/registers.h
rb956810 r9dd79bc7 46 46 ioport8_t fm_address_status2; 47 47 ioport8_t fm_data2; 48 constioport8_t dsp_data_read;48 ioport8_t dsp_data_read; 49 49 ioport8_t dsp_write; /* Both command and data, bit 7 is write status */ 50 const ioport8_t dsp_read_status; /* Bit 7 */ 50 #define DSP_WRITE_READY (1 << 7) 51 ioport8_t dsp_read_status; /* Bit 7 */ 52 #define DSP_READ_READY (1 << 7) 51 53 ioport8_t reserved; 52 54 ioport8_t cd_command_data;
Note:
See TracChangeset
for help on using the changeset viewer.
