Go to the source code of this file.
#define A32D24 0xf0000000 |
Definition at line 62 of file sis3803.h.
Referenced by sis3803_all_clear(), sis3803_all_disable(), sis3803_all_enable(), sis3803_all_read(), sis3803_all_read_clear(), sis3803_channel_disable(), sis3803_channel_enable(), sis3803_counter_read(), sis3803_CSR_read(), sis3803_CSR_write(), sis3803_grp1_clear(), sis3803_grp1_read(), sis3803_grp2_clear(), sis3803_grp2_read(), sis3803_input_mode(), sis3803_int_attach(), sis3803_int_clear(), sis3803_int_source(), sis3803_int_source_disable(), sis3803_int_source_enable(), sis3803_IRQ_REG_read(), sis3803_IRQ_REG_write(), sis3803_module_ID(), sis3803_module_reset(), sis3803_OVFL_grp1_read(), sis3803_OVFL_grp2_read(), sis3803_ref1(), sis3803_single_clear(), sis3803_single_OVFL_clear(), sis3803_test_disable(), and sis3803_test_enable().
#define ALL_CLEAR 0x020 |
#define COUNTER_CLEAR 0x100 |
#define COUNTER_GRP1_CLEAR 0x040 |
#define COUNTER_GRP2_CLEAR 0x044 |
#define COUNTER_GRP2_READ 0x2A0 |
#define COUNTER_READ 0x280 |
Definition at line 108 of file sis3803.h.
Referenced by sis3803_all_read(), sis3803_counter_read(), and sis3803_grp1_read().
#define COUNTER_READ_CLEAR 0x300 |
#define DISABLE_GBL_COUNT 0x02C |
#define DISABLE_IRQ_DI_BS0 0x10000000 |
Definition at line 86 of file sis3803.h.
Referenced by sis3803_int_clear(), sis3803_int_source(), and sis3803_int_source_disable().
#define DISABLE_IRQ_DI_BS1 0x20000000 |
Definition at line 87 of file sis3803.h.
Referenced by sis3803_int_clear(), sis3803_int_source(), and sis3803_int_source_disable().
#define DISABLE_IRQ_DI_BS2 0x40000000 |
Definition at line 88 of file sis3803.h.
Referenced by sis3803_int_clear(), sis3803_int_source(), and sis3803_int_source_disable().
#define DISABLE_REF_CH1 0x054 |
#define DISABLE_TEST_PULSE 0x00003000 |
#define ENABLE_GBL_COUNT 0x028 |
#define ENABLE_IRQ_EN_BS0 0x00100000 |
Definition at line 83 of file sis3803.h.
Referenced by sis3803_int_clear(), sis3803_int_source(), and sis3803_int_source_enable().
#define ENABLE_IRQ_EN_BS1 0x00200000 |
Definition at line 84 of file sis3803.h.
Referenced by sis3803_int_clear(), sis3803_int_source(), and sis3803_int_source_enable().
#define ENABLE_IRQ_EN_BS2 0x00400000 |
Definition at line 85 of file sis3803.h.
Referenced by sis3803_int_clear(), sis3803_int_source(), and sis3803_int_source_enable().
#define ENABLE_REF_CH1 0x050 |
#define ENABLE_TEST_PULSE 0x00000030 |
#define IRQ_REG 0x004 |
Definition at line 92 of file sis3803.h.
Referenced by sis3803_int_attach(), sis3803_IRQ_REG_read(), and sis3803_IRQ_REG_write().
#define IS_GBL_ENABLE 0x00008000 |
#define IS_GBL_OVFL 0x00004000 |
#define IS_IRQ_BS0 0x10000000 |
#define IS_IRQ_BS1 0x20000000 |
#define IS_IRQ_BS2 0x40000000 |
#define IS_IRQ_EN_BS0 0x00100000 |
#define IS_IRQ_EN_BS1 0x00200000 |
#define IS_IRQ_EN_BS2 0x00400000 |
#define MODULE_ID 0x004 |
#define MODULE_RESET 0x060 |
#define OVERFLOW_CLEAR 0x180 |
#define OVERFLOW_REG1_8 0x380 |
#define OVERFLOW_REG9_16 0x3A0 |
#define SELECT_COUNT_DIS_REG 0x00C |
Definition at line 93 of file sis3803.h.
Referenced by sis3803_channel_disable(), and sis3803_channel_enable().
void myStub_sis3803 | ( | void | ) |
INLINE void sis3803_all_enable | ( | const DWORD | b | ) |
Definition at line 408 of file sis3803.c.
Referenced by SIS3803_all_read(), and SIS3803_all_read_clear().
void SIS3803_CSR_read | ( | const DWORD | base_adr | ) |
Definition at line 199 of file sis3803.c.
Referenced by SIS3803_CSR_read(), and sis3803_CSR_write().
INLINE void sis3803_int_clear | ( | const DWORD | base_adr, | |
const int | intnum | |||
) |
INLINE void sis3803_int_source_disable | ( | const DWORD | base_adr, | |
const int | intnum | |||
) |
INLINE void sis3803_int_source_enable | ( | const DWORD | base_adr, | |
const int | intnum | |||
) |
INLINE void sis3803_module_reset | ( | const DWORD | b | ) |
void sis3803_setup | ( | const DWORD | base_adr, | |
int | mode, | |||
int | dsp | |||
) |