Changeset a333b7f in mainline for uspace/drv/audio/hdaudio/spec/regs.h


Ignore:
Timestamp:
2014-08-25T09:28:39Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
932e2f5
Parents:
1412a184
Message:

Interrupt handling - RIRB interrupts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/hdaudio/spec/regs.h

    r1412a184 ra333b7f  
    196196
    197197typedef 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
     206typedef enum {
    198207        /** CORB Read Pointer Reset */
    199208        corbrp_rst = 15,
     
    248257
    249258typedef enum {
     259        /** Response Overrun Interrupt Status */
     260        rirbsts_ois = 2,
     261        /** Response Interrupt */
     262        rirbsts_intfl = 0
     263} hda_rirbsts_bits_t;
     264
     265typedef enum {
    250266        /** RIRB Size Capability (H) */
    251267        rirbsize_cap_h = 7,
Note: See TracChangeset for help on using the changeset viewer.