ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | SB_TRUE 0 |
#define | SB_FALSE 1 |
#define | DSP_MIXER_ADDRESS_PORT 0x04 |
#define | DSP_MIXER_DATA_PORT 0x05 |
#define | DSP_RESET_PORT 0x06 |
#define | DSP_READ_DATA_PORT 0x0A |
#define | DSP_WRITE_PORT 0x0C |
#define | DSP_READ_STATUS_PORT 0x0E |
Typedefs | |
typedef unsigned char | sb_status |
Functions | |
unsigned char | read_dsp (unsigned short base) |
void | write_dsp (unsigned short base, unsigned char data) |
sb_status | detect_dsp (SB16 *sb16) |
sb_status | reset_dsp (unsigned short base_address) |
Variables | |
unsigned short | base |
unsigned char | irq |
unsigned char | dma8 |
unsigned char | dma16 |
Definition at line 38 of file dsp.c.
Referenced by sb16_getenvironment().
Definition at line 56 of file dsp.c.
Referenced by detect_dsp().
Definition at line 73 of file dsp.c.
Referenced by sb16_play().
Definition at line 13 of file dsp.h.
Referenced by AssignIrqVector(), AtapiFindController(), AtapiFindIsaController(), Disable8259AIrq(), EISA_ELCR_Read(), get_irq(), HalDisableSystemInterrupt(), HalEnableSystemInterrupt(), IOAPICSetupIrqs(), and Pin2Irq().