Changeset a333b7f in mainline for uspace/drv/audio/hdaudio/spec/regs.h
- Timestamp:
- 2014-08-25T09:28:39Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 932e2f5
- Parents:
- 1412a184
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/hdaudio/spec/regs.h
r1412a184 ra333b7f 196 196 197 197 typedef enum { 198 /** Global Interrupt Enable */ 199 intctl_gie = 31, 200 /** Controller Interrupt Enable */ 201 intctl_cie = 30, 202 /** Stream Interrupt Enable */ 203 intctl_sie = 29 204 } hda_intctl_bits_t; 205 206 typedef enum { 198 207 /** CORB Read Pointer Reset */ 199 208 corbrp_rst = 15, … … 248 257 249 258 typedef enum { 259 /** Response Overrun Interrupt Status */ 260 rirbsts_ois = 2, 261 /** Response Interrupt */ 262 rirbsts_intfl = 0 263 } hda_rirbsts_bits_t; 264 265 typedef enum { 250 266 /** RIRB Size Capability (H) */ 251 267 rirbsize_cap_h = 7,
Note:
See TracChangeset
for help on using the changeset viewer.