Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | hfc_chan |
struct | hfcm_hw |
struct | hm_map |
struct | hfc_multi |
Macros | |
#define | DEBUG_HFCMULTI_FIFO 0x00010000 |
#define | DEBUG_HFCMULTI_CRC 0x00020000 |
#define | DEBUG_HFCMULTI_INIT 0x00040000 |
#define | DEBUG_HFCMULTI_PLXSD 0x00080000 |
#define | DEBUG_HFCMULTI_MODE 0x00100000 |
#define | DEBUG_HFCMULTI_MSG 0x00200000 |
#define | DEBUG_HFCMULTI_STATE 0x00400000 |
#define | DEBUG_HFCMULTI_FILL 0x00800000 |
#define | DEBUG_HFCMULTI_SYNC 0x01000000 |
#define | DEBUG_HFCMULTI_DTMF 0x02000000 |
#define | DEBUG_HFCMULTI_LOCK 0x80000000 |
#define | PCI_ENA_REGIO 0x01 |
#define | PCI_ENA_MEMIO 0x02 |
#define | XHFC_IRQ 4 /* SIU_IRQ2 */ |
#define | XHFC_MEMBASE 0xFE000000 |
#define | XHFC_MEMSIZE 0x00001000 |
#define | XHFC_OFFSET 0x00001000 |
#define | PA_XHFC_A0 0x0020 /* PA10 */ |
#define | PB_XHFC_IRQ1 0x00000100 /* PB23 */ |
#define | PB_XHFC_IRQ2 0x00000200 /* PB22 */ |
#define | PB_XHFC_IRQ3 0x00000400 /* PB21 */ |
#define | PB_XHFC_IRQ4 0x00000800 /* PB20 */ |
#define | HFC_CFG_NONCAP_TX 1 /* S/T TX interface has less capacity */ |
#define | HFC_CFG_DIS_ECHANNEL 2 /* disable E-channel processing */ |
#define | HFC_CFG_REG_ECHANNEL 3 /* register E-channel */ |
#define | HFC_CFG_OPTICAL 4 /* the E1 interface is optical */ |
#define | HFC_CFG_REPORT_LOS 5 /* the card should report loss of signal */ |
#define | HFC_CFG_REPORT_AIS 6 /* the card should report alarm ind. sign. */ |
#define | HFC_CFG_REPORT_SLIP 7 /* the card should report bit slips */ |
#define | HFC_CFG_REPORT_RDI 8 /* the card should report remote alarm */ |
#define | HFC_CFG_DTMF 9 /* enable DTMF-detection */ |
#define | HFC_CFG_CRC4 10 /* disable CRC-4 Multiframe mode, */ |
#define | HFC_TYPE_E1 1 /* controller is HFC-E1 */ |
#define | HFC_TYPE_4S 4 /* controller is HFC-4S */ |
#define | HFC_TYPE_8S 8 /* controller is HFC-8S */ |
#define | HFC_TYPE_XHFC 5 /* controller is XHFC */ |
#define | HFC_CHIP_EXRAM_128 0 /* external ram 128k */ |
#define | HFC_CHIP_EXRAM_512 1 /* external ram 256k */ |
#define | HFC_CHIP_REVISION0 2 /* old fifo handling */ |
#define | HFC_CHIP_PCM_SLAVE 3 /* PCM is slave */ |
#define | HFC_CHIP_PCM_MASTER 4 /* PCM is master */ |
#define | HFC_CHIP_RX_SYNC 5 /* disable pll sync for pcm */ |
#define | HFC_CHIP_DTMF 6 /* DTMF decoding is enabled */ |
#define | HFC_CHIP_CONF 7 /* conference handling is enabled */ |
#define | HFC_CHIP_ULAW 8 /* ULAW mode */ |
#define | HFC_CHIP_CLOCK2 9 /* double clock mode */ |
#define | HFC_CHIP_E1CLOCK_GET 10 /* always get clock from E1 interface */ |
#define | HFC_CHIP_E1CLOCK_PUT 11 /* always put clock from E1 interface */ |
#define | HFC_CHIP_WATCHDOG 12 /* whether we should send signals */ |
#define | HFC_CHIP_B410P 13 /* whether we have a b410p with echocan in */ |
#define | HFC_CHIP_PLXSD 14 /* whether we have a Speech-Design PLX */ |
#define | HFC_CHIP_EMBSD 15 /* whether we have a SD Embedded board */ |
#define | HFC_IO_MODE_PCIMEM 0x00 /* normal memory mapped IO */ |
#define | HFC_IO_MODE_REGIO 0x01 /* PCI io access */ |
#define | HFC_IO_MODE_PLXSD 0x02 /* access HFC via PLX9030 */ |
#define | HFC_IO_MODE_EMBSD 0x03 /* direct access */ |
#define | PLX_GPIO4_DIR_BIT 13 |
#define | PLX_GPIO4_BIT 14 |
#define | PLX_GPIO5_DIR_BIT 16 |
#define | PLX_GPIO5_BIT 17 |
#define | PLX_GPIO6_DIR_BIT 19 |
#define | PLX_GPIO6_BIT 20 |
#define | PLX_GPIO7_DIR_BIT 22 |
#define | PLX_GPIO7_BIT 23 |
#define | PLX_GPIO8_DIR_BIT 25 |
#define | PLX_GPIO8_BIT 26 |
#define | PLX_GPIO4 (1 << PLX_GPIO4_BIT) |
#define | PLX_GPIO5 (1 << PLX_GPIO5_BIT) |
#define | PLX_GPIO6 (1 << PLX_GPIO6_BIT) |
#define | PLX_GPIO7 (1 << PLX_GPIO7_BIT) |
#define | PLX_GPIO8 (1 << PLX_GPIO8_BIT) |
#define | PLX_GPIO4_DIR (1 << PLX_GPIO4_DIR_BIT) |
#define | PLX_GPIO5_DIR (1 << PLX_GPIO5_DIR_BIT) |
#define | PLX_GPIO6_DIR (1 << PLX_GPIO6_DIR_BIT) |
#define | PLX_GPIO7_DIR (1 << PLX_GPIO7_DIR_BIT) |
#define | PLX_GPIO8_DIR (1 << PLX_GPIO8_DIR_BIT) |
#define | PLX_TERM_ON PLX_GPIO7 |
#define | PLX_SLAVE_EN_N PLX_GPIO5 |
#define | PLX_MASTER_EN PLX_GPIO6 |
#define | PLX_SYNC_O_EN PLX_GPIO4 |
#define | PLX_DSP_RES_N PLX_GPIO8 |
#define | PLX_GPIOC_INIT |
#define | PLX_INTCSR_LINTI1_ENABLE 0x01 |
#define | PLX_INTCSR_LINTI1_STATUS 0x04 |
#define | PLX_INTCSR_LINTI2_ENABLE 0x08 |
#define | PLX_INTCSR_LINTI2_STATUS 0x20 |
#define | PLX_INTCSR_PCIINT_ENABLE 0x40 |
#define | PLX_INTCSR 0x4c |
#define | PLX_CNTRL 0x50 |
#define | PLX_GPIOC 0x54 |
#define | R_CIRM 0x00 |
#define | R_CTRL 0x01 |
#define | R_BRG_PCM_CFG 0x02 |
#define | R_RAM_ADDR0 0x08 |
#define | R_RAM_ADDR1 0x09 |
#define | R_RAM_ADDR2 0x0A |
#define | R_FIRST_FIFO 0x0B |
#define | R_RAM_SZ 0x0C |
#define | R_FIFO_MD 0x0D |
#define | R_INC_RES_FIFO 0x0E |
#define | R_FSM_IDX 0x0F |
#define | R_FIFO 0x0F |
#define | R_SLOT 0x10 |
#define | R_IRQMSK_MISC 0x11 |
#define | R_SCI_MSK 0x12 |
#define | R_IRQ_CTRL 0x13 |
#define | R_PCM_MD0 0x14 |
#define | R_PCM_MD1 0x15 |
#define | R_PCM_MD2 0x15 |
#define | R_SH0H 0x15 |
#define | R_SH1H 0x15 |
#define | R_SH0L 0x15 |
#define | R_SH1L 0x15 |
#define | R_SL_SEL0 0x15 |
#define | R_SL_SEL1 0x15 |
#define | R_SL_SEL2 0x15 |
#define | R_SL_SEL3 0x15 |
#define | R_SL_SEL4 0x15 |
#define | R_SL_SEL5 0x15 |
#define | R_SL_SEL6 0x15 |
#define | R_SL_SEL7 0x15 |
#define | R_ST_SEL 0x16 |
#define | R_ST_SYNC 0x17 |
#define | R_CONF_EN 0x18 |
#define | R_TI_WD 0x1A |
#define | R_BERT_WD_MD 0x1B |
#define | R_DTMF 0x1C |
#define | R_DTMF_N 0x1D |
#define | R_E1_WR_STA 0x20 |
#define | R_E1_RD_STA 0x20 |
#define | R_LOS0 0x22 |
#define | R_LOS1 0x23 |
#define | R_RX0 0x24 |
#define | R_RX_FR0 0x25 |
#define | R_RX_FR1 0x26 |
#define | R_TX0 0x28 |
#define | R_TX1 0x29 |
#define | R_TX_FR0 0x2C |
#define | R_TX_FR1 0x2D |
#define | R_TX_FR2 0x2E |
#define | R_JATT_ATT 0x2F /* undocumented */ |
#define | A_ST_RD_STATE 0x30 |
#define | A_ST_WR_STATE 0x30 |
#define | R_RX_OFF 0x30 |
#define | A_ST_CTRL0 0x31 |
#define | R_SYNC_OUT 0x31 |
#define | A_ST_CTRL1 0x32 |
#define | A_ST_CTRL2 0x33 |
#define | A_ST_SQ_WR 0x34 |
#define | R_TX_OFF 0x34 |
#define | R_SYNC_CTRL 0x35 |
#define | A_ST_CLK_DLY 0x37 |
#define | R_PWM0 0x38 |
#define | R_PWM1 0x39 |
#define | A_ST_B1_TX 0x3C |
#define | A_ST_B2_TX 0x3D |
#define | A_ST_D_TX 0x3E |
#define | R_GPIO_OUT0 0x40 |
#define | R_GPIO_OUT1 0x41 |
#define | R_GPIO_EN0 0x42 |
#define | R_GPIO_EN1 0x43 |
#define | R_GPIO_SEL 0x44 |
#define | R_BRG_CTRL 0x45 |
#define | R_PWM_MD 0x46 |
#define | R_BRG_MD 0x47 |
#define | R_BRG_TIM0 0x48 |
#define | R_BRG_TIM1 0x49 |
#define | R_BRG_TIM2 0x4A |
#define | R_BRG_TIM3 0x4B |
#define | R_BRG_TIM_SEL01 0x4C |
#define | R_BRG_TIM_SEL23 0x4D |
#define | R_BRG_TIM_SEL45 0x4E |
#define | R_BRG_TIM_SEL67 0x4F |
#define | A_SL_CFG 0xD0 |
#define | A_CONF 0xD1 |
#define | A_CH_MSK 0xF4 |
#define | A_CON_HDLC 0xFA |
#define | A_SUBCH_CFG 0xFB |
#define | A_CHANNEL 0xFC |
#define | A_FIFO_SEQ 0xFD |
#define | A_IRQ_MSK 0xFF |
#define | A_Z12 0x04 |
#define | A_Z1L 0x04 |
#define | A_Z1 0x04 |
#define | A_Z1H 0x05 |
#define | A_Z2L 0x06 |
#define | A_Z2 0x06 |
#define | A_Z2H 0x07 |
#define | A_F1 0x0C |
#define | A_F12 0x0C |
#define | A_F2 0x0D |
#define | R_IRQ_OVIEW 0x10 |
#define | R_IRQ_MISC 0x11 |
#define | R_IRQ_STATECH 0x12 |
#define | R_CONF_OFLOW 0x14 |
#define | R_RAM_USE 0x15 |
#define | R_CHIP_ID 0x16 |
#define | R_BERT_STA 0x17 |
#define | R_F0_CNTL 0x18 |
#define | R_F0_CNTH 0x19 |
#define | R_BERT_EC 0x1A |
#define | R_BERT_ECL 0x1A |
#define | R_BERT_ECH 0x1B |
#define | R_STATUS 0x1C |
#define | R_CHIP_RV 0x1F |
#define | R_STATE 0x20 |
#define | R_SYNC_STA 0x24 |
#define | R_RX_SL0_0 0x25 |
#define | R_RX_SL0_1 0x26 |
#define | R_RX_SL0_2 0x27 |
#define | R_JATT_DIR 0x2b /* undocumented */ |
#define | R_SLIP 0x2c |
#define | A_ST_RD_STA 0x30 |
#define | R_FAS_EC 0x30 |
#define | R_FAS_ECL 0x30 |
#define | R_FAS_ECH 0x31 |
#define | R_VIO_EC 0x32 |
#define | R_VIO_ECL 0x32 |
#define | R_VIO_ECH 0x33 |
#define | A_ST_SQ_RD 0x34 |
#define | R_CRC_EC 0x34 |
#define | R_CRC_ECL 0x34 |
#define | R_CRC_ECH 0x35 |
#define | R_E_EC 0x36 |
#define | R_E_ECL 0x36 |
#define | R_E_ECH 0x37 |
#define | R_SA6_SA13_EC 0x38 |
#define | R_SA6_SA13_ECL 0x38 |
#define | R_SA6_SA13_ECH 0x39 |
#define | R_SA6_SA23_EC 0x3A |
#define | R_SA6_SA23_ECL 0x3A |
#define | R_SA6_SA23_ECH 0x3B |
#define | A_ST_B1_RX 0x3C |
#define | A_ST_B2_RX 0x3D |
#define | A_ST_D_RX 0x3E |
#define | A_ST_E_RX 0x3F |
#define | R_GPIO_IN0 0x40 |
#define | R_GPIO_IN1 0x41 |
#define | R_GPI_IN0 0x44 |
#define | R_GPI_IN1 0x45 |
#define | R_GPI_IN2 0x46 |
#define | R_GPI_IN3 0x47 |
#define | R_INT_DATA 0x88 |
#define | R_IRQ_FIFO_BL0 0xC8 |
#define | R_IRQ_FIFO_BL1 0xC9 |
#define | R_IRQ_FIFO_BL2 0xCA |
#define | R_IRQ_FIFO_BL3 0xCB |
#define | R_IRQ_FIFO_BL4 0xCC |
#define | R_IRQ_FIFO_BL5 0xCD |
#define | R_IRQ_FIFO_BL6 0xCE |
#define | R_IRQ_FIFO_BL7 0xCF |
#define | A_FIFO_DATA0 0x80 |
#define | A_FIFO_DATA1 0x80 |
#define | A_FIFO_DATA2 0x80 |
#define | A_FIFO_DATA0_NOINC 0x84 |
#define | A_FIFO_DATA1_NOINC 0x84 |
#define | A_FIFO_DATA2_NOINC 0x84 |
#define | R_RAM_DATA 0xC0 |
#define | V_IRQ_SEL 0x01 |
#define | V_SRES 0x08 |
#define | V_HFCRES 0x10 |
#define | V_PCMRES 0x20 |
#define | V_STRES 0x40 |
#define | V_ETRES 0x40 |
#define | V_RLD_EPR 0x80 |
#define | V_FIFO_LPRIO 0x02 |
#define | V_SLOW_RD 0x04 |
#define | V_EXT_RAM 0x08 |
#define | V_CLK_OFF 0x20 |
#define | V_ST_CLK 0x40 |
#define | V_RAM_ADDR2 0x01 |
#define | V_ADDR_RES 0x40 |
#define | V_ADDR_INC 0x80 |
#define | V_RAM_SZ 0x01 |
#define | V_PWM0_16KHZ 0x10 |
#define | V_PWM1_16KHZ 0x20 |
#define | V_FZ_MD 0x80 |
#define | V_PNP_IRQ 0x01 |
#define | V_CHIP_ID 0x10 |
#define | V_FIRST_FIRO_DIR 0x01 |
#define | V_FIRST_FIFO_NUM 0x02 |
#define | V_FIFO_MD 0x01 |
#define | V_CSM_MD 0x04 |
#define | V_FSM_MD 0x08 |
#define | V_FIFO_SZ 0x10 |
#define | V_FIFO_DIR 0x01 |
#define | V_FIFO_NUM 0x02 |
#define | V_REV 0x80 |
#define | V_SL_DIR 0x01 |
#define | V_SL_NUM 0x02 |
#define | V_CH_DIR 0x01 |
#define | V_CH_SEL 0x02 |
#define | V_ROUTING 0x40 |
#define | V_IFF 0x01 |
#define | V_HDLC_TRP 0x02 |
#define | V_TRP_IRQ 0x04 |
#define | V_DATA_FLOW 0x20 |
#define | V_BIT_CNT 0x01 |
#define | V_START_BIT 0x08 |
#define | V_LOOP_FIFO 0x40 |
#define | V_INV_DATA 0x80 |
#define | V_CH_DIR0 0x01 |
#define | V_CH_NUM0 0x02 |
#define | V_NEXT_FIFO_DIR 0x01 |
#define | V_NEXT_FIFO_NUM 0x02 |
#define | V_SEQ_END 0x40 |
#define | V_INC_F 0x01 |
#define | V_RES_F 0x02 |
#define | V_RES_LOST 0x04 |
#define | V_SCI_MSK_ST0 0x01 |
#define | V_SCI_MSK_ST1 0x02 |
#define | V_SCI_MSK_ST2 0x04 |
#define | V_SCI_MSK_ST3 0x08 |
#define | V_SCI_MSK_ST4 0x10 |
#define | V_SCI_MSK_ST5 0x20 |
#define | V_SCI_MSK_ST6 0x40 |
#define | V_SCI_MSK_ST7 0x80 |
#define | V_ST_SEL 0x01 |
#define | V_MULT_ST 0x08 |
#define | V_SYNC_SEL 0x01 |
#define | V_AUTO_SYNC 0x08 |
#define | V_ST_SET_STA 0x01 |
#define | V_ST_LD_STA 0x10 |
#define | V_ST_ACT 0x20 |
#define | V_SET_G2_G3 0x80 |
#define | V_B1_EN 0x01 |
#define | V_B2_EN 0x02 |
#define | V_ST_MD 0x04 |
#define | V_D_PRIO 0x08 |
#define | V_SQ_EN 0x10 |
#define | V_96KHZ 0x20 |
#define | V_TX_LI 0x40 |
#define | V_ST_STOP 0x80 |
#define | V_G2_G3_EN 0x01 |
#define | V_D_HI 0x04 |
#define | V_E_IGNO 0x08 |
#define | V_E_LO 0x10 |
#define | V_B12_SWAP 0x80 |
#define | V_B1_RX_EN 0x01 |
#define | V_B2_RX_EN 0x02 |
#define | V_ST_TRIS 0x40 |
#define | V_ST_CK_DLY 0x01 |
#define | V_ST_SMPL 0x10 |
#define | V_ST_D_TX 0x40 |
#define | V_SCI_ST0 0x01 |
#define | V_SCI_ST1 0x02 |
#define | V_SCI_ST2 0x04 |
#define | V_SCI_ST3 0x08 |
#define | V_SCI_ST4 0x10 |
#define | V_SCI_ST5 0x20 |
#define | V_SCI_ST6 0x40 |
#define | V_SCI_ST7 0x80 |
#define | V_ST_STA 0x01 |
#define | V_FR_SYNC_ST 0x10 |
#define | V_TI2_EXP 0x20 |
#define | V_INFO0 0x40 |
#define | V_G2_G3 0x80 |
#define | V_ST_SQ 0x01 |
#define | V_MF_RX_RDY 0x10 |
#define | V_MF_TX_RDY 0x80 |
#define | V_ST_D_RX 0x40 |
#define | V_ST_E_RX 0x40 |
#define | V_E1_SET_STA 0x01 |
#define | V_E1_LD_STA 0x10 |
#define | V_RX_CODE 0x01 |
#define | V_RX_FBAUD 0x04 |
#define | V_RX_CMI 0x08 |
#define | V_RX_INV_CMI 0x10 |
#define | V_RX_INV_CLK 0x20 |
#define | V_RX_INV_DATA 0x40 |
#define | V_AIS_ITU 0x80 |
#define | V_NO_INSYNC 0x01 |
#define | V_AUTO_RESYNC 0x02 |
#define | V_AUTO_RECO 0x04 |
#define | V_SWORD_COND 0x08 |
#define | V_SYNC_LOSS 0x10 |
#define | V_XCRC_SYNC 0x20 |
#define | V_MF_RESYNC 0x40 |
#define | V_RESYNC 0x80 |
#define | V_RX_MF 0x01 |
#define | V_RX_MF_SYNC 0x02 |
#define | V_RX_SL0_RAM 0x04 |
#define | V_ERR_SIM 0x20 |
#define | V_RES_NMF 0x40 |
#define | V_TX_CODE 0x01 |
#define | V_TX_FBAUD 0x04 |
#define | V_TX_CMI_CODE 0x08 |
#define | V_TX_INV_CMI_CODE 0x10 |
#define | V_TX_INV_CLK 0x20 |
#define | V_TX_INV_DATA 0x40 |
#define | V_OUT_EN 0x80 |
#define | V_INV_CLK 0x01 |
#define | V_EXCHG_DATA_LI 0x02 |
#define | V_AIS_OUT 0x04 |
#define | V_ATX 0x20 |
#define | V_NTRI 0x40 |
#define | V_AUTO_ERR_RES 0x80 |
#define | V_TRP_FAS 0x01 |
#define | V_TRP_NFAS 0x02 |
#define | V_TRP_RAL 0x04 |
#define | V_TRP_SA 0x08 |
#define | V_TX_FAS 0x01 |
#define | V_TX_NFAS 0x02 |
#define | V_TX_RAL 0x04 |
#define | V_TX_SA 0x08 |
#define | V_TX_MF 0x01 |
#define | V_TRP_SL0 0x02 |
#define | V_TX_SL0_RAM 0x04 |
#define | V_TX_E 0x10 |
#define | V_NEG_E 0x20 |
#define | V_XS12_ON 0x40 |
#define | V_XS15_ON 0x80 |
#define | V_RX_SZ 0x01 |
#define | V_RX_INIT 0x04 |
#define | V_SYNC_E1_RX 0x01 |
#define | V_IPATS0 0x20 |
#define | V_IPATS1 0x40 |
#define | V_IPATS2 0x80 |
#define | V_TX_SZ 0x01 |
#define | V_TX_INIT 0x04 |
#define | V_EXT_CLK_SYNC 0x01 |
#define | V_SYNC_OFFS 0x02 |
#define | V_PCM_SYNC 0x04 |
#define | V_NEG_CLK 0x08 |
#define | V_HCLK 0x10 |
#define | V_JATT_OFF 0x80 |
#define | V_E1_STA 0x01 |
#define | V_ALT_FR_RX 0x40 |
#define | V_ALT_FR_TX 0x80 |
#define | V_RX_STA 0x01 |
#define | V_FR_SYNC_E1 0x04 |
#define | V_SIG_LOS 0x08 |
#define | V_MFA_STA 0x10 |
#define | V_AIS 0x40 |
#define | V_NO_MF_SYNC 0x80 |
#define | V_SI_FAS 0x01 |
#define | V_SI_NFAS 0x02 |
#define | V_A 0x04 |
#define | V_CRC_OK 0x08 |
#define | V_TX_E1 0x10 |
#define | V_TX_E2 0x20 |
#define | V_RX_E1 0x40 |
#define | V_RX_E2 0x80 |
#define | V_SLIP_RX 0x01 |
#define | V_FOSLIP_RX 0x08 |
#define | V_SLIP_TX 0x10 |
#define | V_FOSLIP_TX 0x80 |
#define | V_PCM_MD 0x01 |
#define | V_C4_POL 0x02 |
#define | V_F0_NEG 0x04 |
#define | V_F0_LEN 0x08 |
#define | V_PCM_ADDR 0x10 |
#define | V_SL_SEL0 0x01 |
#define | V_SH_SEL0 0x80 |
#define | V_SL_SEL1 0x01 |
#define | V_SH_SEL1 0x80 |
#define | V_SL_SEL2 0x01 |
#define | V_SH_SEL2 0x80 |
#define | V_SL_SEL3 0x01 |
#define | V_SH_SEL3 0x80 |
#define | V_SL_SEL4 0x01 |
#define | V_SH_SEL4 0x80 |
#define | V_SL_SEL5 0x01 |
#define | V_SH_SEL5 0x80 |
#define | V_SL_SEL6 0x01 |
#define | V_SH_SEL6 0x80 |
#define | V_SL_SEL7 0x01 |
#define | V_SH_SEL7 0x80 |
#define | V_ODEC_CON 0x01 |
#define | V_PLL_ADJ 0x04 |
#define | V_PCM_DR 0x10 |
#define | V_PCM_LOOP 0x40 |
#define | V_SYNC_PLL 0x02 |
#define | V_SYNC_SRC 0x04 |
#define | V_SYNC_OUT 0x08 |
#define | V_ICR_FR_TIME 0x40 |
#define | V_EN_PLL 0x80 |
#define | V_EXT_IRQ_EN 0x08 |
#define | V_PWM0_MD 0x10 |
#define | V_PWM1_MD 0x40 |
#define | V_CONF_EN 0x01 |
#define | V_ULAW 0x80 |
#define | V_CONF_NUM 0x01 |
#define | V_NOISE_SUPPR 0x08 |
#define | V_ATT_LEV 0x20 |
#define | V_CONF_SL 0x80 |
#define | V_CONF_OFLOW0 0x01 |
#define | V_CONF_OFLOW1 0x02 |
#define | V_CONF_OFLOW2 0x04 |
#define | V_CONF_OFLOW3 0x08 |
#define | V_CONF_OFLOW4 0x10 |
#define | V_CONF_OFLOW5 0x20 |
#define | V_CONF_OFLOW6 0x40 |
#define | V_CONF_OFLOW7 0x80 |
#define | V_DTMF_EN 0x01 |
#define | V_HARM_SEL 0x02 |
#define | V_DTMF_RX_CH 0x04 |
#define | V_DTMF_STOP 0x08 |
#define | V_CHBL_SEL 0x10 |
#define | V_RST_DTMF 0x40 |
#define | V_ULAW_SEL 0x80 |
#define | V_PAT_SEQ 0x01 |
#define | V_BERT_ERR 0x08 |
#define | V_AUTO_WD_RES 0x20 |
#define | V_WD_RES 0x80 |
#define | V_BERT_SYNC_SRC 0x01 |
#define | V_BERT_SYNC 0x10 |
#define | V_BERT_INV_DATA 0x20 |
#define | V_BRG_EN 0x01 |
#define | V_BRG_MD 0x02 |
#define | V_PCM_CLK 0x20 |
#define | V_ADDR_WRDLY 0x40 |
#define | V_BRG_CS 0x01 |
#define | V_BRG_ADDR 0x08 |
#define | V_BRG_CS_SRC 0x80 |
#define | V_BRG_MD0 0x01 |
#define | V_BRG_MD1 0x02 |
#define | V_BRG_MD2 0x04 |
#define | V_BRG_MD3 0x08 |
#define | V_BRG_MD4 0x10 |
#define | V_BRG_MD5 0x20 |
#define | V_BRG_MD6 0x40 |
#define | V_BRG_MD7 0x80 |
#define | V_BRG_TIM0_IDLE 0x01 |
#define | V_BRG_TIM0_CLK 0x10 |
#define | V_BRG_TIM1_IDLE 0x01 |
#define | V_BRG_TIM1_CLK 0x10 |
#define | V_BRG_TIM2_IDLE 0x01 |
#define | V_BRG_TIM2_CLK 0x10 |
#define | V_BRG_TIM3_IDLE 0x01 |
#define | V_BRG_TIM3_CLK 0x10 |
#define | V_BRG_WR_SEL0 0x01 |
#define | V_BRG_RD_SEL0 0x04 |
#define | V_BRG_WR_SEL1 0x10 |
#define | V_BRG_RD_SEL1 0x40 |
#define | V_BRG_WR_SEL2 0x01 |
#define | V_BRG_RD_SEL2 0x04 |
#define | V_BRG_WR_SEL3 0x10 |
#define | V_BRG_RD_SEL3 0x40 |
#define | V_BRG_WR_SEL4 0x01 |
#define | V_BRG_RD_SEL4 0x04 |
#define | V_BRG_WR_SEL5 0x10 |
#define | V_BRG_RD_SEL5 0x40 |
#define | V_BRG_WR_SEL6 0x01 |
#define | V_BRG_RD_SEL6 0x04 |
#define | V_BRG_WR_SEL7 0x10 |
#define | V_BRG_RD_SEL7 0x40 |
#define | V_STA_IRQMSK 0x01 |
#define | V_TI_IRQMSK 0x02 |
#define | V_PROC_IRQMSK 0x04 |
#define | V_DTMF_IRQMSK 0x08 |
#define | V_IRQ1S_MSK 0x10 |
#define | V_SA6_IRQMSK 0x20 |
#define | V_RX_EOMF_MSK 0x40 |
#define | V_TX_EOMF_MSK 0x80 |
#define | V_FIFO_IRQ 0x01 |
#define | V_GLOB_IRQ_EN 0x08 |
#define | V_IRQ_POL 0x10 |
#define | V_EV_TS 0x01 |
#define | V_WD_TS 0x10 |
#define | V_IRQ 0x01 |
#define | V_BERT_EN 0x02 |
#define | V_MIX_IRQ 0x04 |
#define | V_IRQ_FIFO_BL0 0x01 |
#define | V_IRQ_FIFO_BL1 0x02 |
#define | V_IRQ_FIFO_BL2 0x04 |
#define | V_IRQ_FIFO_BL3 0x08 |
#define | V_IRQ_FIFO_BL4 0x10 |
#define | V_IRQ_FIFO_BL5 0x20 |
#define | V_IRQ_FIFO_BL6 0x40 |
#define | V_IRQ_FIFO_BL7 0x80 |
#define | V_STA_IRQ 0x01 |
#define | V_TI_IRQ 0x02 |
#define | V_IRQ_PROC 0x04 |
#define | V_DTMF_IRQ 0x08 |
#define | V_IRQ1S 0x10 |
#define | V_SA6_IRQ 0x20 |
#define | V_RX_EOMF 0x40 |
#define | V_TX_EOMF 0x80 |
#define | V_BUSY 0x01 |
#define | V_PROC 0x02 |
#define | V_DTMF_STA 0x04 |
#define | V_LOST_STA 0x08 |
#define | V_SYNC_IN 0x10 |
#define | V_EXT_IRQSTA 0x20 |
#define | V_MISC_IRQSTA 0x40 |
#define | V_FR_IRQSTA 0x80 |
#define | V_IRQ_FIFO0_TX 0x01 |
#define | V_IRQ_FIFO0_RX 0x02 |
#define | V_IRQ_FIFO1_TX 0x04 |
#define | V_IRQ_FIFO1_RX 0x08 |
#define | V_IRQ_FIFO2_TX 0x10 |
#define | V_IRQ_FIFO2_RX 0x20 |
#define | V_IRQ_FIFO3_TX 0x40 |
#define | V_IRQ_FIFO3_RX 0x80 |
#define | V_IRQ_FIFO4_TX 0x01 |
#define | V_IRQ_FIFO4_RX 0x02 |
#define | V_IRQ_FIFO5_TX 0x04 |
#define | V_IRQ_FIFO5_RX 0x08 |
#define | V_IRQ_FIFO6_TX 0x10 |
#define | V_IRQ_FIFO6_RX 0x20 |
#define | V_IRQ_FIFO7_TX 0x40 |
#define | V_IRQ_FIFO7_RX 0x80 |
#define | V_IRQ_FIFO8_TX 0x01 |
#define | V_IRQ_FIFO8_RX 0x02 |
#define | V_IRQ_FIFO9_TX 0x04 |
#define | V_IRQ_FIFO9_RX 0x08 |
#define | V_IRQ_FIFO10_TX 0x10 |
#define | V_IRQ_FIFO10_RX 0x20 |
#define | V_IRQ_FIFO11_TX 0x40 |
#define | V_IRQ_FIFO11_RX 0x80 |
#define | V_IRQ_FIFO12_TX 0x01 |
#define | V_IRQ_FIFO12_RX 0x02 |
#define | V_IRQ_FIFO13_TX 0x04 |
#define | V_IRQ_FIFO13_RX 0x08 |
#define | V_IRQ_FIFO14_TX 0x10 |
#define | V_IRQ_FIFO14_RX 0x20 |
#define | V_IRQ_FIFO15_TX 0x40 |
#define | V_IRQ_FIFO15_RX 0x80 |
#define | V_IRQ_FIFO16_TX 0x01 |
#define | V_IRQ_FIFO16_RX 0x02 |
#define | V_IRQ_FIFO17_TX 0x04 |
#define | V_IRQ_FIFO17_RX 0x08 |
#define | V_IRQ_FIFO18_TX 0x10 |
#define | V_IRQ_FIFO18_RX 0x20 |
#define | V_IRQ_FIFO19_TX 0x40 |
#define | V_IRQ_FIFO19_RX 0x80 |
#define | V_IRQ_FIFO20_TX 0x01 |
#define | V_IRQ_FIFO20_RX 0x02 |
#define | V_IRQ_FIFO21_TX 0x04 |
#define | V_IRQ_FIFO21_RX 0x08 |
#define | V_IRQ_FIFO22_TX 0x10 |
#define | V_IRQ_FIFO22_RX 0x20 |
#define | V_IRQ_FIFO23_TX 0x40 |
#define | V_IRQ_FIFO23_RX 0x80 |
#define | V_IRQ_FIFO24_TX 0x01 |
#define | V_IRQ_FIFO24_RX 0x02 |
#define | V_IRQ_FIFO25_TX 0x04 |
#define | V_IRQ_FIFO25_RX 0x08 |
#define | V_IRQ_FIFO26_TX 0x10 |
#define | V_IRQ_FIFO26_RX 0x20 |
#define | V_IRQ_FIFO27_TX 0x40 |
#define | V_IRQ_FIFO27_RX 0x80 |
#define | V_IRQ_FIFO28_TX 0x01 |
#define | V_IRQ_FIFO28_RX 0x02 |
#define | V_IRQ_FIFO29_TX 0x04 |
#define | V_IRQ_FIFO29_RX 0x08 |
#define | V_IRQ_FIFO30_TX 0x10 |
#define | V_IRQ_FIFO30_RX 0x20 |
#define | V_IRQ_FIFO31_TX 0x40 |
#define | V_IRQ_FIFO31_RX 0x80 |
#define | V_GPIO_OUT0 0x01 |
#define | V_GPIO_OUT1 0x02 |
#define | V_GPIO_OUT2 0x04 |
#define | V_GPIO_OUT3 0x08 |
#define | V_GPIO_OUT4 0x10 |
#define | V_GPIO_OUT5 0x20 |
#define | V_GPIO_OUT6 0x40 |
#define | V_GPIO_OUT7 0x80 |
#define | V_GPIO_OUT8 0x01 |
#define | V_GPIO_OUT9 0x02 |
#define | V_GPIO_OUT10 0x04 |
#define | V_GPIO_OUT11 0x08 |
#define | V_GPIO_OUT12 0x10 |
#define | V_GPIO_OUT13 0x20 |
#define | V_GPIO_OUT14 0x40 |
#define | V_GPIO_OUT15 0x80 |
#define | V_GPIO_EN0 0x01 |
#define | V_GPIO_EN1 0x02 |
#define | V_GPIO_EN2 0x04 |
#define | V_GPIO_EN3 0x08 |
#define | V_GPIO_EN4 0x10 |
#define | V_GPIO_EN5 0x20 |
#define | V_GPIO_EN6 0x40 |
#define | V_GPIO_EN7 0x80 |
#define | V_GPIO_EN8 0x01 |
#define | V_GPIO_EN9 0x02 |
#define | V_GPIO_EN10 0x04 |
#define | V_GPIO_EN11 0x08 |
#define | V_GPIO_EN12 0x10 |
#define | V_GPIO_EN13 0x20 |
#define | V_GPIO_EN14 0x40 |
#define | V_GPIO_EN15 0x80 |
#define | V_GPIO_SEL0 0x01 |
#define | V_GPIO_SEL1 0x02 |
#define | V_GPIO_SEL2 0x04 |
#define | V_GPIO_SEL3 0x08 |
#define | V_GPIO_SEL4 0x10 |
#define | V_GPIO_SEL5 0x20 |
#define | V_GPIO_SEL6 0x40 |
#define | V_GPIO_SEL7 0x80 |
#define | V_GPIO_IN0 0x01 |
#define | V_GPIO_IN1 0x02 |
#define | V_GPIO_IN2 0x04 |
#define | V_GPIO_IN3 0x08 |
#define | V_GPIO_IN4 0x10 |
#define | V_GPIO_IN5 0x20 |
#define | V_GPIO_IN6 0x40 |
#define | V_GPIO_IN7 0x80 |
#define | V_GPIO_IN8 0x01 |
#define | V_GPIO_IN9 0x02 |
#define | V_GPIO_IN10 0x04 |
#define | V_GPIO_IN11 0x08 |
#define | V_GPIO_IN12 0x10 |
#define | V_GPIO_IN13 0x20 |
#define | V_GPIO_IN14 0x40 |
#define | V_GPIO_IN15 0x80 |
#define | V_GPI_IN0 0x01 |
#define | V_GPI_IN1 0x02 |
#define | V_GPI_IN2 0x04 |
#define | V_GPI_IN3 0x08 |
#define | V_GPI_IN4 0x10 |
#define | V_GPI_IN5 0x20 |
#define | V_GPI_IN6 0x40 |
#define | V_GPI_IN7 0x80 |
#define | V_GPI_IN8 0x01 |
#define | V_GPI_IN9 0x02 |
#define | V_GPI_IN10 0x04 |
#define | V_GPI_IN11 0x08 |
#define | V_GPI_IN12 0x10 |
#define | V_GPI_IN13 0x20 |
#define | V_GPI_IN14 0x40 |
#define | V_GPI_IN15 0x80 |
#define | V_GPI_IN16 0x01 |
#define | V_GPI_IN17 0x02 |
#define | V_GPI_IN18 0x04 |
#define | V_GPI_IN19 0x08 |
#define | V_GPI_IN20 0x10 |
#define | V_GPI_IN21 0x20 |
#define | V_GPI_IN22 0x40 |
#define | V_GPI_IN23 0x80 |
#define | V_GPI_IN24 0x01 |
#define | V_GPI_IN25 0x02 |
#define | V_GPI_IN26 0x04 |
#define | V_GPI_IN27 0x08 |
#define | V_GPI_IN28 0x10 |
#define | V_GPI_IN29 0x20 |
#define | V_GPI_IN30 0x40 |
#define | V_GPI_IN31 0x80 |
#define A_CH_MSK 0xF4 |
Definition at line 380 of file hfc_multi.h.
#define A_CHANNEL 0xFC |
Definition at line 383 of file hfc_multi.h.
#define A_CON_HDLC 0xFA |
Definition at line 381 of file hfc_multi.h.
#define A_CONF 0xD1 |
Definition at line 379 of file hfc_multi.h.
#define A_F1 0x0C |
Definition at line 395 of file hfc_multi.h.
#define A_F12 0x0C |
Definition at line 396 of file hfc_multi.h.
#define A_F2 0x0D |
Definition at line 397 of file hfc_multi.h.
#define A_FIFO_DATA0 0x80 |
Definition at line 460 of file hfc_multi.h.
#define A_FIFO_DATA0_NOINC 0x84 |
Definition at line 463 of file hfc_multi.h.
#define A_FIFO_DATA1 0x80 |
Definition at line 461 of file hfc_multi.h.
#define A_FIFO_DATA1_NOINC 0x84 |
Definition at line 464 of file hfc_multi.h.
#define A_FIFO_DATA2 0x80 |
Definition at line 462 of file hfc_multi.h.
#define A_FIFO_DATA2_NOINC 0x84 |
Definition at line 465 of file hfc_multi.h.
#define A_FIFO_SEQ 0xFD |
Definition at line 384 of file hfc_multi.h.
#define A_IRQ_MSK 0xFF |
Definition at line 385 of file hfc_multi.h.
#define A_SL_CFG 0xD0 |
Definition at line 378 of file hfc_multi.h.
#define A_ST_B1_RX 0x3C |
Definition at line 439 of file hfc_multi.h.
#define A_ST_B1_TX 0x3C |
Definition at line 359 of file hfc_multi.h.
#define A_ST_B2_RX 0x3D |
Definition at line 440 of file hfc_multi.h.
#define A_ST_B2_TX 0x3D |
Definition at line 360 of file hfc_multi.h.
#define A_ST_CLK_DLY 0x37 |
Definition at line 356 of file hfc_multi.h.
#define A_ST_CTRL0 0x31 |
Definition at line 349 of file hfc_multi.h.
#define A_ST_CTRL1 0x32 |
Definition at line 351 of file hfc_multi.h.
#define A_ST_CTRL2 0x33 |
Definition at line 352 of file hfc_multi.h.
#define A_ST_D_RX 0x3E |
Definition at line 441 of file hfc_multi.h.
#define A_ST_D_TX 0x3E |
Definition at line 361 of file hfc_multi.h.
#define A_ST_E_RX 0x3F |
Definition at line 442 of file hfc_multi.h.
#define A_ST_RD_STA 0x30 |
Definition at line 419 of file hfc_multi.h.
#define A_ST_RD_STATE 0x30 |
Definition at line 346 of file hfc_multi.h.
#define A_ST_SQ_RD 0x34 |
Definition at line 426 of file hfc_multi.h.
#define A_ST_SQ_WR 0x34 |
Definition at line 353 of file hfc_multi.h.
#define A_ST_WR_STATE 0x30 |
Definition at line 347 of file hfc_multi.h.
#define A_SUBCH_CFG 0xFB |
Definition at line 382 of file hfc_multi.h.
#define A_Z1 0x04 |
Definition at line 390 of file hfc_multi.h.
#define A_Z12 0x04 |
Definition at line 388 of file hfc_multi.h.
#define A_Z1H 0x05 |
Definition at line 391 of file hfc_multi.h.
#define A_Z1L 0x04 |
Definition at line 389 of file hfc_multi.h.
#define A_Z2 0x06 |
Definition at line 393 of file hfc_multi.h.
#define A_Z2H 0x07 |
Definition at line 394 of file hfc_multi.h.
#define A_Z2L 0x06 |
Definition at line 392 of file hfc_multi.h.
#define DEBUG_HFCMULTI_CRC 0x00020000 |
Definition at line 6 of file hfc_multi.h.
#define DEBUG_HFCMULTI_DTMF 0x02000000 |
Definition at line 14 of file hfc_multi.h.
#define DEBUG_HFCMULTI_FIFO 0x00010000 |
Definition at line 5 of file hfc_multi.h.
#define DEBUG_HFCMULTI_FILL 0x00800000 |
Definition at line 12 of file hfc_multi.h.
#define DEBUG_HFCMULTI_INIT 0x00040000 |
Definition at line 7 of file hfc_multi.h.
#define DEBUG_HFCMULTI_LOCK 0x80000000 |
Definition at line 15 of file hfc_multi.h.
#define DEBUG_HFCMULTI_MODE 0x00100000 |
Definition at line 9 of file hfc_multi.h.
#define DEBUG_HFCMULTI_MSG 0x00200000 |
Definition at line 10 of file hfc_multi.h.
#define DEBUG_HFCMULTI_PLXSD 0x00080000 |
Definition at line 8 of file hfc_multi.h.
#define DEBUG_HFCMULTI_STATE 0x00400000 |
Definition at line 11 of file hfc_multi.h.
#define DEBUG_HFCMULTI_SYNC 0x01000000 |
Definition at line 13 of file hfc_multi.h.
Definition at line 91 of file hfc_multi.h.
Definition at line 83 of file hfc_multi.h.
Definition at line 90 of file hfc_multi.h.
Definition at line 82 of file hfc_multi.h.
Definition at line 85 of file hfc_multi.h.
Definition at line 84 of file hfc_multi.h.
Definition at line 87 of file hfc_multi.h.
Definition at line 86 of file hfc_multi.h.
Definition at line 89 of file hfc_multi.h.
Definition at line 88 of file hfc_multi.h.
Definition at line 113 of file hfc_multi.h.
Definition at line 108 of file hfc_multi.h.
Definition at line 106 of file hfc_multi.h.
Definition at line 105 of file hfc_multi.h.
Definition at line 109 of file hfc_multi.h.
Definition at line 110 of file hfc_multi.h.
Definition at line 116 of file hfc_multi.h.
#define HFC_CHIP_EXRAM_128 0 /* external ram 128k */ |
Definition at line 99 of file hfc_multi.h.
#define HFC_CHIP_EXRAM_512 1 /* external ram 256k */ |
Definition at line 100 of file hfc_multi.h.
#define HFC_CHIP_PCM_MASTER 4 /* PCM is master */ |
Definition at line 103 of file hfc_multi.h.
Definition at line 102 of file hfc_multi.h.
Definition at line 115 of file hfc_multi.h.
#define HFC_CHIP_REVISION0 2 /* old fifo handling */ |
Definition at line 101 of file hfc_multi.h.
Definition at line 104 of file hfc_multi.h.
Definition at line 107 of file hfc_multi.h.
Definition at line 111 of file hfc_multi.h.
#define HFC_IO_MODE_EMBSD 0x03 /* direct access */ |
Definition at line 121 of file hfc_multi.h.
#define HFC_IO_MODE_PCIMEM 0x00 /* normal memory mapped IO */ |
Definition at line 118 of file hfc_multi.h.
#define HFC_IO_MODE_PLXSD 0x02 /* access HFC via PLX9030 */ |
Definition at line 120 of file hfc_multi.h.
#define HFC_IO_MODE_REGIO 0x01 /* PCI io access */ |
Definition at line 119 of file hfc_multi.h.
#define HFC_TYPE_4S 4 /* controller is HFC-4S */ |
Definition at line 95 of file hfc_multi.h.
#define HFC_TYPE_8S 8 /* controller is HFC-8S */ |
Definition at line 96 of file hfc_multi.h.
#define HFC_TYPE_E1 1 /* controller is HFC-E1 */ |
Definition at line 94 of file hfc_multi.h.
#define HFC_TYPE_XHFC 5 /* controller is XHFC */ |
Definition at line 97 of file hfc_multi.h.
#define PA_XHFC_A0 0x0020 /* PA10 */ |
Definition at line 24 of file hfc_multi.h.
#define PB_XHFC_IRQ1 0x00000100 /* PB23 */ |
Definition at line 25 of file hfc_multi.h.
#define PB_XHFC_IRQ2 0x00000200 /* PB22 */ |
Definition at line 26 of file hfc_multi.h.
#define PB_XHFC_IRQ3 0x00000400 /* PB21 */ |
Definition at line 27 of file hfc_multi.h.
#define PB_XHFC_IRQ4 0x00000800 /* PB20 */ |
Definition at line 28 of file hfc_multi.h.
#define PCI_ENA_MEMIO 0x02 |
Definition at line 18 of file hfc_multi.h.
#define PCI_ENA_REGIO 0x01 |
Definition at line 17 of file hfc_multi.h.
#define PLX_CNTRL 0x50 |
Definition at line 285 of file hfc_multi.h.
#define PLX_DSP_RES_N PLX_GPIO8 |
Definition at line 271 of file hfc_multi.h.
#define PLX_GPIO4 (1 << PLX_GPIO4_BIT) |
Definition at line 255 of file hfc_multi.h.
#define PLX_GPIO4_BIT 14 |
Definition at line 245 of file hfc_multi.h.
#define PLX_GPIO4_DIR (1 << PLX_GPIO4_DIR_BIT) |
Definition at line 261 of file hfc_multi.h.
#define PLX_GPIO4_DIR_BIT 13 |
Definition at line 244 of file hfc_multi.h.
#define PLX_GPIO5 (1 << PLX_GPIO5_BIT) |
Definition at line 256 of file hfc_multi.h.
#define PLX_GPIO5_BIT 17 |
Definition at line 247 of file hfc_multi.h.
#define PLX_GPIO5_DIR (1 << PLX_GPIO5_DIR_BIT) |
Definition at line 262 of file hfc_multi.h.
#define PLX_GPIO5_DIR_BIT 16 |
Definition at line 246 of file hfc_multi.h.
#define PLX_GPIO6 (1 << PLX_GPIO6_BIT) |
Definition at line 257 of file hfc_multi.h.
#define PLX_GPIO6_BIT 20 |
Definition at line 249 of file hfc_multi.h.
#define PLX_GPIO6_DIR (1 << PLX_GPIO6_DIR_BIT) |
Definition at line 263 of file hfc_multi.h.
#define PLX_GPIO6_DIR_BIT 19 |
Definition at line 248 of file hfc_multi.h.
#define PLX_GPIO7 (1 << PLX_GPIO7_BIT) |
Definition at line 258 of file hfc_multi.h.
#define PLX_GPIO7_BIT 23 |
Definition at line 251 of file hfc_multi.h.
#define PLX_GPIO7_DIR (1 << PLX_GPIO7_DIR_BIT) |
Definition at line 264 of file hfc_multi.h.
#define PLX_GPIO7_DIR_BIT 22 |
Definition at line 250 of file hfc_multi.h.
#define PLX_GPIO8 (1 << PLX_GPIO8_BIT) |
Definition at line 259 of file hfc_multi.h.
#define PLX_GPIO8_BIT 26 |
Definition at line 253 of file hfc_multi.h.
#define PLX_GPIO8_DIR (1 << PLX_GPIO8_DIR_BIT) |
Definition at line 265 of file hfc_multi.h.
#define PLX_GPIO8_DIR_BIT 25 |
Definition at line 252 of file hfc_multi.h.
#define PLX_GPIOC 0x54 |
Definition at line 286 of file hfc_multi.h.
#define PLX_GPIOC_INIT |
Definition at line 273 of file hfc_multi.h.
#define PLX_INTCSR 0x4c |
Definition at line 284 of file hfc_multi.h.
#define PLX_INTCSR_LINTI1_ENABLE 0x01 |
Definition at line 277 of file hfc_multi.h.
#define PLX_INTCSR_LINTI1_STATUS 0x04 |
Definition at line 278 of file hfc_multi.h.
#define PLX_INTCSR_LINTI2_ENABLE 0x08 |
Definition at line 279 of file hfc_multi.h.
#define PLX_INTCSR_LINTI2_STATUS 0x20 |
Definition at line 280 of file hfc_multi.h.
#define PLX_INTCSR_PCIINT_ENABLE 0x40 |
Definition at line 281 of file hfc_multi.h.
#define PLX_MASTER_EN PLX_GPIO6 |
Definition at line 269 of file hfc_multi.h.
#define PLX_SLAVE_EN_N PLX_GPIO5 |
Definition at line 268 of file hfc_multi.h.
#define PLX_SYNC_O_EN PLX_GPIO4 |
Definition at line 270 of file hfc_multi.h.
#define PLX_TERM_ON PLX_GPIO7 |
Definition at line 267 of file hfc_multi.h.
#define R_BERT_EC 0x1A |
Definition at line 407 of file hfc_multi.h.
#define R_BERT_ECH 0x1B |
Definition at line 409 of file hfc_multi.h.
#define R_BERT_ECL 0x1A |
Definition at line 408 of file hfc_multi.h.
#define R_BERT_STA 0x17 |
Definition at line 404 of file hfc_multi.h.
#define R_BERT_WD_MD 0x1B |
Definition at line 329 of file hfc_multi.h.
#define R_BRG_CTRL 0x45 |
Definition at line 367 of file hfc_multi.h.
#define R_BRG_MD 0x47 |
Definition at line 369 of file hfc_multi.h.
#define R_BRG_PCM_CFG 0x02 |
Definition at line 296 of file hfc_multi.h.
#define R_BRG_TIM0 0x48 |
Definition at line 370 of file hfc_multi.h.
#define R_BRG_TIM1 0x49 |
Definition at line 371 of file hfc_multi.h.
#define R_BRG_TIM2 0x4A |
Definition at line 372 of file hfc_multi.h.
#define R_BRG_TIM3 0x4B |
Definition at line 373 of file hfc_multi.h.
#define R_BRG_TIM_SEL01 0x4C |
Definition at line 374 of file hfc_multi.h.
#define R_BRG_TIM_SEL23 0x4D |
Definition at line 375 of file hfc_multi.h.
#define R_BRG_TIM_SEL45 0x4E |
Definition at line 376 of file hfc_multi.h.
#define R_BRG_TIM_SEL67 0x4F |
Definition at line 377 of file hfc_multi.h.
#define R_CHIP_ID 0x16 |
Definition at line 403 of file hfc_multi.h.
#define R_CHIP_RV 0x1F |
Definition at line 411 of file hfc_multi.h.
#define R_CIRM 0x00 |
Definition at line 294 of file hfc_multi.h.
#define R_CONF_EN 0x18 |
Definition at line 327 of file hfc_multi.h.
#define R_CONF_OFLOW 0x14 |
Definition at line 401 of file hfc_multi.h.
#define R_CRC_EC 0x34 |
Definition at line 427 of file hfc_multi.h.
#define R_CRC_ECH 0x35 |
Definition at line 429 of file hfc_multi.h.
#define R_CRC_ECL 0x34 |
Definition at line 428 of file hfc_multi.h.
#define R_CTRL 0x01 |
Definition at line 295 of file hfc_multi.h.
#define R_DTMF 0x1C |
Definition at line 330 of file hfc_multi.h.
#define R_DTMF_N 0x1D |
Definition at line 331 of file hfc_multi.h.
#define R_E1_RD_STA 0x20 |
Definition at line 333 of file hfc_multi.h.
#define R_E1_WR_STA 0x20 |
Definition at line 332 of file hfc_multi.h.
#define R_E_EC 0x36 |
Definition at line 430 of file hfc_multi.h.
#define R_E_ECH 0x37 |
Definition at line 432 of file hfc_multi.h.
#define R_E_ECL 0x36 |
Definition at line 431 of file hfc_multi.h.
#define R_F0_CNTH 0x19 |
Definition at line 406 of file hfc_multi.h.
#define R_F0_CNTL 0x18 |
Definition at line 405 of file hfc_multi.h.
#define R_FAS_EC 0x30 |
Definition at line 420 of file hfc_multi.h.
#define R_FAS_ECH 0x31 |
Definition at line 422 of file hfc_multi.h.
#define R_FAS_ECL 0x30 |
Definition at line 421 of file hfc_multi.h.
#define R_FIFO 0x0F |
Definition at line 305 of file hfc_multi.h.
#define R_FIFO_MD 0x0D |
Definition at line 302 of file hfc_multi.h.
#define R_FIRST_FIFO 0x0B |
Definition at line 300 of file hfc_multi.h.
#define R_FSM_IDX 0x0F |
Definition at line 304 of file hfc_multi.h.
#define R_GPI_IN0 0x44 |
Definition at line 445 of file hfc_multi.h.
#define R_GPI_IN1 0x45 |
Definition at line 446 of file hfc_multi.h.
#define R_GPI_IN2 0x46 |
Definition at line 447 of file hfc_multi.h.
#define R_GPI_IN3 0x47 |
Definition at line 448 of file hfc_multi.h.
#define R_GPIO_EN0 0x42 |
Definition at line 364 of file hfc_multi.h.
#define R_GPIO_EN1 0x43 |
Definition at line 365 of file hfc_multi.h.
#define R_GPIO_IN0 0x40 |
Definition at line 443 of file hfc_multi.h.
#define R_GPIO_IN1 0x41 |
Definition at line 444 of file hfc_multi.h.
#define R_GPIO_OUT0 0x40 |
Definition at line 362 of file hfc_multi.h.
#define R_GPIO_OUT1 0x41 |
Definition at line 363 of file hfc_multi.h.
#define R_GPIO_SEL 0x44 |
Definition at line 366 of file hfc_multi.h.
#define R_INC_RES_FIFO 0x0E |
Definition at line 303 of file hfc_multi.h.
#define R_INT_DATA 0x88 |
Definition at line 449 of file hfc_multi.h.
#define R_IRQ_CTRL 0x13 |
Definition at line 309 of file hfc_multi.h.
#define R_IRQ_FIFO_BL0 0xC8 |
Definition at line 450 of file hfc_multi.h.
#define R_IRQ_FIFO_BL1 0xC9 |
Definition at line 451 of file hfc_multi.h.
#define R_IRQ_FIFO_BL2 0xCA |
Definition at line 452 of file hfc_multi.h.
#define R_IRQ_FIFO_BL3 0xCB |
Definition at line 453 of file hfc_multi.h.
#define R_IRQ_FIFO_BL4 0xCC |
Definition at line 454 of file hfc_multi.h.
#define R_IRQ_FIFO_BL5 0xCD |
Definition at line 455 of file hfc_multi.h.
#define R_IRQ_FIFO_BL6 0xCE |
Definition at line 456 of file hfc_multi.h.
#define R_IRQ_FIFO_BL7 0xCF |
Definition at line 457 of file hfc_multi.h.
#define R_IRQ_MISC 0x11 |
Definition at line 399 of file hfc_multi.h.
#define R_IRQ_OVIEW 0x10 |
Definition at line 398 of file hfc_multi.h.
#define R_IRQ_STATECH 0x12 |
Definition at line 400 of file hfc_multi.h.
#define R_IRQMSK_MISC 0x11 |
Definition at line 307 of file hfc_multi.h.
#define R_JATT_ATT 0x2F /* undocumented */ |
Definition at line 345 of file hfc_multi.h.
#define R_JATT_DIR 0x2b /* undocumented */ |
Definition at line 417 of file hfc_multi.h.
#define R_LOS0 0x22 |
Definition at line 334 of file hfc_multi.h.
#define R_LOS1 0x23 |
Definition at line 335 of file hfc_multi.h.
#define R_PCM_MD0 0x14 |
Definition at line 310 of file hfc_multi.h.
#define R_PCM_MD1 0x15 |
Definition at line 311 of file hfc_multi.h.
#define R_PCM_MD2 0x15 |
Definition at line 312 of file hfc_multi.h.
#define R_PWM0 0x38 |
Definition at line 357 of file hfc_multi.h.
#define R_PWM1 0x39 |
Definition at line 358 of file hfc_multi.h.
#define R_PWM_MD 0x46 |
Definition at line 368 of file hfc_multi.h.
#define R_RAM_ADDR0 0x08 |
Definition at line 297 of file hfc_multi.h.
#define R_RAM_ADDR1 0x09 |
Definition at line 298 of file hfc_multi.h.
#define R_RAM_ADDR2 0x0A |
Definition at line 299 of file hfc_multi.h.
#define R_RAM_DATA 0xC0 |
Definition at line 466 of file hfc_multi.h.
#define R_RAM_SZ 0x0C |
Definition at line 301 of file hfc_multi.h.
#define R_RAM_USE 0x15 |
Definition at line 402 of file hfc_multi.h.
#define R_RX0 0x24 |
Definition at line 336 of file hfc_multi.h.
#define R_RX_FR0 0x25 |
Definition at line 337 of file hfc_multi.h.
#define R_RX_FR1 0x26 |
Definition at line 338 of file hfc_multi.h.
#define R_RX_OFF 0x30 |
Definition at line 348 of file hfc_multi.h.
#define R_RX_SL0_0 0x25 |
Definition at line 414 of file hfc_multi.h.
#define R_RX_SL0_1 0x26 |
Definition at line 415 of file hfc_multi.h.
#define R_RX_SL0_2 0x27 |
Definition at line 416 of file hfc_multi.h.
#define R_SA6_SA13_EC 0x38 |
Definition at line 433 of file hfc_multi.h.
#define R_SA6_SA13_ECH 0x39 |
Definition at line 435 of file hfc_multi.h.
#define R_SA6_SA13_ECL 0x38 |
Definition at line 434 of file hfc_multi.h.
#define R_SA6_SA23_EC 0x3A |
Definition at line 436 of file hfc_multi.h.
#define R_SA6_SA23_ECH 0x3B |
Definition at line 438 of file hfc_multi.h.
#define R_SA6_SA23_ECL 0x3A |
Definition at line 437 of file hfc_multi.h.
#define R_SCI_MSK 0x12 |
Definition at line 308 of file hfc_multi.h.
#define R_SH0H 0x15 |
Definition at line 313 of file hfc_multi.h.
#define R_SH0L 0x15 |
Definition at line 315 of file hfc_multi.h.
#define R_SH1H 0x15 |
Definition at line 314 of file hfc_multi.h.
#define R_SH1L 0x15 |
Definition at line 316 of file hfc_multi.h.
#define R_SL_SEL0 0x15 |
Definition at line 317 of file hfc_multi.h.
#define R_SL_SEL1 0x15 |
Definition at line 318 of file hfc_multi.h.
#define R_SL_SEL2 0x15 |
Definition at line 319 of file hfc_multi.h.
#define R_SL_SEL3 0x15 |
Definition at line 320 of file hfc_multi.h.
#define R_SL_SEL4 0x15 |
Definition at line 321 of file hfc_multi.h.
#define R_SL_SEL5 0x15 |
Definition at line 322 of file hfc_multi.h.
#define R_SL_SEL6 0x15 |
Definition at line 323 of file hfc_multi.h.
#define R_SL_SEL7 0x15 |
Definition at line 324 of file hfc_multi.h.
#define R_SLIP 0x2c |
Definition at line 418 of file hfc_multi.h.
#define R_SLOT 0x10 |
Definition at line 306 of file hfc_multi.h.
#define R_ST_SEL 0x16 |
Definition at line 325 of file hfc_multi.h.
#define R_ST_SYNC 0x17 |
Definition at line 326 of file hfc_multi.h.
#define R_STATE 0x20 |
Definition at line 412 of file hfc_multi.h.
#define R_STATUS 0x1C |
Definition at line 410 of file hfc_multi.h.
#define R_SYNC_CTRL 0x35 |
Definition at line 355 of file hfc_multi.h.
#define R_SYNC_OUT 0x31 |
Definition at line 350 of file hfc_multi.h.
#define R_SYNC_STA 0x24 |
Definition at line 413 of file hfc_multi.h.
#define R_TI_WD 0x1A |
Definition at line 328 of file hfc_multi.h.
#define R_TX0 0x28 |
Definition at line 339 of file hfc_multi.h.
#define R_TX1 0x29 |
Definition at line 340 of file hfc_multi.h.
#define R_TX_FR0 0x2C |
Definition at line 341 of file hfc_multi.h.
#define R_TX_FR1 0x2D |
Definition at line 343 of file hfc_multi.h.
#define R_TX_FR2 0x2E |
Definition at line 344 of file hfc_multi.h.
#define R_TX_OFF 0x34 |
Definition at line 354 of file hfc_multi.h.
#define R_VIO_EC 0x32 |
Definition at line 423 of file hfc_multi.h.
#define R_VIO_ECH 0x33 |
Definition at line 425 of file hfc_multi.h.
#define R_VIO_ECL 0x32 |
Definition at line 424 of file hfc_multi.h.
#define V_96KHZ 0x20 |
Definition at line 572 of file hfc_multi.h.
#define V_A 0x04 |
Definition at line 711 of file hfc_multi.h.
#define V_ADDR_INC 0x80 |
Definition at line 491 of file hfc_multi.h.
#define V_ADDR_RES 0x40 |
Definition at line 490 of file hfc_multi.h.
#define V_ADDR_WRDLY 0x40 |
Definition at line 817 of file hfc_multi.h.
#define V_AIS 0x40 |
Definition at line 706 of file hfc_multi.h.
#define V_AIS_ITU 0x80 |
Definition at line 626 of file hfc_multi.h.
#define V_AIS_OUT 0x04 |
Definition at line 653 of file hfc_multi.h.
#define V_ALT_FR_RX 0x40 |
Definition at line 699 of file hfc_multi.h.
#define V_ALT_FR_TX 0x80 |
Definition at line 700 of file hfc_multi.h.
#define V_ATT_LEV 0x20 |
Definition at line 779 of file hfc_multi.h.
#define V_ATX 0x20 |
Definition at line 654 of file hfc_multi.h.
#define V_AUTO_ERR_RES 0x80 |
Definition at line 656 of file hfc_multi.h.
#define V_AUTO_RECO 0x04 |
Definition at line 630 of file hfc_multi.h.
#define V_AUTO_RESYNC 0x02 |
Definition at line 629 of file hfc_multi.h.
#define V_AUTO_SYNC 0x08 |
Definition at line 560 of file hfc_multi.h.
#define V_AUTO_WD_RES 0x20 |
Definition at line 805 of file hfc_multi.h.
#define V_B12_SWAP 0x80 |
Definition at line 580 of file hfc_multi.h.
#define V_B1_EN 0x01 |
Definition at line 567 of file hfc_multi.h.
#define V_B1_RX_EN 0x01 |
Definition at line 582 of file hfc_multi.h.
#define V_B2_EN 0x02 |
Definition at line 568 of file hfc_multi.h.
#define V_B2_RX_EN 0x02 |
Definition at line 583 of file hfc_multi.h.
#define V_BERT_EN 0x02 |
Definition at line 883 of file hfc_multi.h.
#define V_BERT_ERR 0x08 |
Definition at line 804 of file hfc_multi.h.
#define V_BERT_INV_DATA 0x20 |
Definition at line 810 of file hfc_multi.h.
#define V_BERT_SYNC 0x10 |
Definition at line 809 of file hfc_multi.h.
#define V_BERT_SYNC_SRC 0x01 |
Definition at line 808 of file hfc_multi.h.
#define V_BIT_CNT 0x01 |
Definition at line 527 of file hfc_multi.h.
#define V_BRG_ADDR 0x08 |
Definition at line 820 of file hfc_multi.h.
#define V_BRG_CS 0x01 |
Definition at line 819 of file hfc_multi.h.
#define V_BRG_CS_SRC 0x80 |
Definition at line 821 of file hfc_multi.h.
#define V_BRG_EN 0x01 |
Definition at line 814 of file hfc_multi.h.
#define V_BRG_MD 0x02 |
Definition at line 815 of file hfc_multi.h.
#define V_BRG_MD0 0x01 |
Definition at line 823 of file hfc_multi.h.
#define V_BRG_MD1 0x02 |
Definition at line 824 of file hfc_multi.h.
#define V_BRG_MD2 0x04 |
Definition at line 825 of file hfc_multi.h.
#define V_BRG_MD3 0x08 |
Definition at line 826 of file hfc_multi.h.
#define V_BRG_MD4 0x10 |
Definition at line 827 of file hfc_multi.h.
#define V_BRG_MD5 0x20 |
Definition at line 828 of file hfc_multi.h.
#define V_BRG_MD6 0x40 |
Definition at line 829 of file hfc_multi.h.
#define V_BRG_MD7 0x80 |
Definition at line 830 of file hfc_multi.h.
#define V_BRG_RD_SEL0 0x04 |
Definition at line 845 of file hfc_multi.h.
#define V_BRG_RD_SEL1 0x40 |
Definition at line 847 of file hfc_multi.h.
#define V_BRG_RD_SEL2 0x04 |
Definition at line 850 of file hfc_multi.h.
#define V_BRG_RD_SEL3 0x40 |
Definition at line 852 of file hfc_multi.h.
#define V_BRG_RD_SEL4 0x04 |
Definition at line 855 of file hfc_multi.h.
#define V_BRG_RD_SEL5 0x40 |
Definition at line 857 of file hfc_multi.h.
#define V_BRG_RD_SEL6 0x04 |
Definition at line 860 of file hfc_multi.h.
#define V_BRG_RD_SEL7 0x40 |
Definition at line 862 of file hfc_multi.h.
#define V_BRG_TIM0_CLK 0x10 |
Definition at line 833 of file hfc_multi.h.
#define V_BRG_TIM0_IDLE 0x01 |
Definition at line 832 of file hfc_multi.h.
#define V_BRG_TIM1_CLK 0x10 |
Definition at line 836 of file hfc_multi.h.
#define V_BRG_TIM1_IDLE 0x01 |
Definition at line 835 of file hfc_multi.h.
#define V_BRG_TIM2_CLK 0x10 |
Definition at line 839 of file hfc_multi.h.
#define V_BRG_TIM2_IDLE 0x01 |
Definition at line 838 of file hfc_multi.h.
#define V_BRG_TIM3_CLK 0x10 |
Definition at line 842 of file hfc_multi.h.
#define V_BRG_TIM3_IDLE 0x01 |
Definition at line 841 of file hfc_multi.h.
#define V_BRG_WR_SEL0 0x01 |
Definition at line 844 of file hfc_multi.h.
#define V_BRG_WR_SEL1 0x10 |
Definition at line 846 of file hfc_multi.h.
#define V_BRG_WR_SEL2 0x01 |
Definition at line 849 of file hfc_multi.h.
#define V_BRG_WR_SEL3 0x10 |
Definition at line 851 of file hfc_multi.h.
#define V_BRG_WR_SEL4 0x01 |
Definition at line 854 of file hfc_multi.h.
#define V_BRG_WR_SEL5 0x10 |
Definition at line 856 of file hfc_multi.h.
#define V_BRG_WR_SEL6 0x01 |
Definition at line 859 of file hfc_multi.h.
#define V_BRG_WR_SEL7 0x10 |
Definition at line 861 of file hfc_multi.h.
#define V_BUSY 0x01 |
Definition at line 904 of file hfc_multi.h.
#define V_C4_POL 0x02 |
Definition at line 726 of file hfc_multi.h.
#define V_CH_DIR 0x01 |
Definition at line 518 of file hfc_multi.h.
#define V_CH_DIR0 0x01 |
Definition at line 532 of file hfc_multi.h.
#define V_CH_NUM0 0x02 |
Definition at line 533 of file hfc_multi.h.
#define V_CH_SEL 0x02 |
Definition at line 519 of file hfc_multi.h.
#define V_CHBL_SEL 0x10 |
Definition at line 797 of file hfc_multi.h.
#define V_CHIP_ID 0x10 |
Definition at line 499 of file hfc_multi.h.
#define V_CLK_OFF 0x20 |
Definition at line 486 of file hfc_multi.h.
#define V_CONF_EN 0x01 |
Definition at line 774 of file hfc_multi.h.
#define V_CONF_NUM 0x01 |
Definition at line 777 of file hfc_multi.h.
#define V_CONF_OFLOW0 0x01 |
Definition at line 782 of file hfc_multi.h.
#define V_CONF_OFLOW1 0x02 |
Definition at line 783 of file hfc_multi.h.
#define V_CONF_OFLOW2 0x04 |
Definition at line 784 of file hfc_multi.h.
#define V_CONF_OFLOW3 0x08 |
Definition at line 785 of file hfc_multi.h.
#define V_CONF_OFLOW4 0x10 |
Definition at line 786 of file hfc_multi.h.
#define V_CONF_OFLOW5 0x20 |
Definition at line 787 of file hfc_multi.h.
#define V_CONF_OFLOW6 0x40 |
Definition at line 788 of file hfc_multi.h.
#define V_CONF_OFLOW7 0x80 |
Definition at line 789 of file hfc_multi.h.
#define V_CONF_SL 0x80 |
Definition at line 780 of file hfc_multi.h.
#define V_CRC_OK 0x08 |
Definition at line 712 of file hfc_multi.h.
#define V_CSM_MD 0x04 |
Definition at line 507 of file hfc_multi.h.
#define V_D_HI 0x04 |
Definition at line 577 of file hfc_multi.h.
#define V_D_PRIO 0x08 |
Definition at line 570 of file hfc_multi.h.
#define V_DATA_FLOW 0x20 |
Definition at line 525 of file hfc_multi.h.
#define V_DTMF_EN 0x01 |
Definition at line 793 of file hfc_multi.h.
#define V_DTMF_IRQ 0x08 |
Definition at line 898 of file hfc_multi.h.
#define V_DTMF_IRQMSK 0x08 |
Definition at line 869 of file hfc_multi.h.
#define V_DTMF_RX_CH 0x04 |
Definition at line 795 of file hfc_multi.h.
#define V_DTMF_STA 0x04 |
Definition at line 906 of file hfc_multi.h.
#define V_DTMF_STOP 0x08 |
Definition at line 796 of file hfc_multi.h.
#define V_E1_LD_STA 0x10 |
Definition at line 618 of file hfc_multi.h.
#define V_E1_SET_STA 0x01 |
Definition at line 617 of file hfc_multi.h.
#define V_E1_STA 0x01 |
Definition at line 698 of file hfc_multi.h.
#define V_E_IGNO 0x08 |
Definition at line 578 of file hfc_multi.h.
#define V_E_LO 0x10 |
Definition at line 579 of file hfc_multi.h.
#define V_EN_PLL 0x80 |
Definition at line 764 of file hfc_multi.h.
#define V_ERR_SIM 0x20 |
Definition at line 640 of file hfc_multi.h.
#define V_ETRES 0x40 |
Definition at line 480 of file hfc_multi.h.
#define V_EV_TS 0x01 |
Definition at line 879 of file hfc_multi.h.
#define V_EXCHG_DATA_LI 0x02 |
Definition at line 652 of file hfc_multi.h.
#define V_EXT_CLK_SYNC 0x01 |
Definition at line 687 of file hfc_multi.h.
#define V_EXT_IRQ_EN 0x08 |
Definition at line 768 of file hfc_multi.h.
#define V_EXT_IRQSTA 0x20 |
Definition at line 909 of file hfc_multi.h.
#define V_EXT_RAM 0x08 |
Definition at line 485 of file hfc_multi.h.
#define V_F0_LEN 0x08 |
Definition at line 728 of file hfc_multi.h.
#define V_F0_NEG 0x04 |
Definition at line 727 of file hfc_multi.h.
#define V_FIFO_DIR 0x01 |
Definition at line 511 of file hfc_multi.h.
#define V_FIFO_IRQ 0x01 |
Definition at line 875 of file hfc_multi.h.
#define V_FIFO_LPRIO 0x02 |
Definition at line 483 of file hfc_multi.h.
#define V_FIFO_MD 0x01 |
Definition at line 506 of file hfc_multi.h.
#define V_FIFO_NUM 0x02 |
Definition at line 512 of file hfc_multi.h.
#define V_FIFO_SZ 0x10 |
Definition at line 509 of file hfc_multi.h.
#define V_FIRST_FIFO_NUM 0x02 |
Definition at line 504 of file hfc_multi.h.
#define V_FIRST_FIRO_DIR 0x01 |
Definition at line 503 of file hfc_multi.h.
#define V_FOSLIP_RX 0x08 |
Definition at line 719 of file hfc_multi.h.
#define V_FOSLIP_TX 0x80 |
Definition at line 721 of file hfc_multi.h.
#define V_FR_IRQSTA 0x80 |
Definition at line 911 of file hfc_multi.h.
#define V_FR_SYNC_E1 0x04 |
Definition at line 703 of file hfc_multi.h.
#define V_FR_SYNC_ST 0x10 |
Definition at line 601 of file hfc_multi.h.
#define V_FSM_MD 0x08 |
Definition at line 508 of file hfc_multi.h.
#define V_FZ_MD 0x80 |
Definition at line 496 of file hfc_multi.h.
#define V_G2_G3 0x80 |
Definition at line 604 of file hfc_multi.h.
#define V_G2_G3_EN 0x01 |
Definition at line 576 of file hfc_multi.h.
#define V_GLOB_IRQ_EN 0x08 |
Definition at line 876 of file hfc_multi.h.
#define V_GPI_IN0 0x01 |
Definition at line 1050 of file hfc_multi.h.
#define V_GPI_IN1 0x02 |
Definition at line 1051 of file hfc_multi.h.
#define V_GPI_IN10 0x04 |
Definition at line 1061 of file hfc_multi.h.
#define V_GPI_IN11 0x08 |
Definition at line 1062 of file hfc_multi.h.
#define V_GPI_IN12 0x10 |
Definition at line 1063 of file hfc_multi.h.
#define V_GPI_IN13 0x20 |
Definition at line 1064 of file hfc_multi.h.
#define V_GPI_IN14 0x40 |
Definition at line 1065 of file hfc_multi.h.
#define V_GPI_IN15 0x80 |
Definition at line 1066 of file hfc_multi.h.
#define V_GPI_IN16 0x01 |
Definition at line 1068 of file hfc_multi.h.
#define V_GPI_IN17 0x02 |
Definition at line 1069 of file hfc_multi.h.
#define V_GPI_IN18 0x04 |
Definition at line 1070 of file hfc_multi.h.
#define V_GPI_IN19 0x08 |
Definition at line 1071 of file hfc_multi.h.
#define V_GPI_IN2 0x04 |
Definition at line 1052 of file hfc_multi.h.
#define V_GPI_IN20 0x10 |
Definition at line 1072 of file hfc_multi.h.
#define V_GPI_IN21 0x20 |
Definition at line 1073 of file hfc_multi.h.
#define V_GPI_IN22 0x40 |
Definition at line 1074 of file hfc_multi.h.
#define V_GPI_IN23 0x80 |
Definition at line 1075 of file hfc_multi.h.
#define V_GPI_IN24 0x01 |
Definition at line 1077 of file hfc_multi.h.
#define V_GPI_IN25 0x02 |
Definition at line 1078 of file hfc_multi.h.
#define V_GPI_IN26 0x04 |
Definition at line 1079 of file hfc_multi.h.
#define V_GPI_IN27 0x08 |
Definition at line 1080 of file hfc_multi.h.
#define V_GPI_IN28 0x10 |
Definition at line 1081 of file hfc_multi.h.
#define V_GPI_IN29 0x20 |
Definition at line 1082 of file hfc_multi.h.
#define V_GPI_IN3 0x08 |
Definition at line 1053 of file hfc_multi.h.
#define V_GPI_IN30 0x40 |
Definition at line 1083 of file hfc_multi.h.
#define V_GPI_IN31 0x80 |
Definition at line 1084 of file hfc_multi.h.
#define V_GPI_IN4 0x10 |
Definition at line 1054 of file hfc_multi.h.
#define V_GPI_IN5 0x20 |
Definition at line 1055 of file hfc_multi.h.
#define V_GPI_IN6 0x40 |
Definition at line 1056 of file hfc_multi.h.
#define V_GPI_IN7 0x80 |
Definition at line 1057 of file hfc_multi.h.
#define V_GPI_IN8 0x01 |
Definition at line 1059 of file hfc_multi.h.
#define V_GPI_IN9 0x02 |
Definition at line 1060 of file hfc_multi.h.
#define V_GPIO_EN0 0x01 |
Definition at line 1005 of file hfc_multi.h.
#define V_GPIO_EN1 0x02 |
Definition at line 1006 of file hfc_multi.h.
#define V_GPIO_EN10 0x04 |
Definition at line 1016 of file hfc_multi.h.
#define V_GPIO_EN11 0x08 |
Definition at line 1017 of file hfc_multi.h.
#define V_GPIO_EN12 0x10 |
Definition at line 1018 of file hfc_multi.h.
#define V_GPIO_EN13 0x20 |
Definition at line 1019 of file hfc_multi.h.
#define V_GPIO_EN14 0x40 |
Definition at line 1020 of file hfc_multi.h.
#define V_GPIO_EN15 0x80 |
Definition at line 1021 of file hfc_multi.h.
#define V_GPIO_EN2 0x04 |
Definition at line 1007 of file hfc_multi.h.
#define V_GPIO_EN3 0x08 |
Definition at line 1008 of file hfc_multi.h.
#define V_GPIO_EN4 0x10 |
Definition at line 1009 of file hfc_multi.h.
#define V_GPIO_EN5 0x20 |
Definition at line 1010 of file hfc_multi.h.
#define V_GPIO_EN6 0x40 |
Definition at line 1011 of file hfc_multi.h.
#define V_GPIO_EN7 0x80 |
Definition at line 1012 of file hfc_multi.h.
#define V_GPIO_EN8 0x01 |
Definition at line 1014 of file hfc_multi.h.
#define V_GPIO_EN9 0x02 |
Definition at line 1015 of file hfc_multi.h.
#define V_GPIO_IN0 0x01 |
Definition at line 1032 of file hfc_multi.h.
#define V_GPIO_IN1 0x02 |
Definition at line 1033 of file hfc_multi.h.
#define V_GPIO_IN10 0x04 |
Definition at line 1043 of file hfc_multi.h.
#define V_GPIO_IN11 0x08 |
Definition at line 1044 of file hfc_multi.h.
#define V_GPIO_IN12 0x10 |
Definition at line 1045 of file hfc_multi.h.
#define V_GPIO_IN13 0x20 |
Definition at line 1046 of file hfc_multi.h.
#define V_GPIO_IN14 0x40 |
Definition at line 1047 of file hfc_multi.h.
#define V_GPIO_IN15 0x80 |
Definition at line 1048 of file hfc_multi.h.
#define V_GPIO_IN2 0x04 |
Definition at line 1034 of file hfc_multi.h.
#define V_GPIO_IN3 0x08 |
Definition at line 1035 of file hfc_multi.h.
#define V_GPIO_IN4 0x10 |
Definition at line 1036 of file hfc_multi.h.
#define V_GPIO_IN5 0x20 |
Definition at line 1037 of file hfc_multi.h.
#define V_GPIO_IN6 0x40 |
Definition at line 1038 of file hfc_multi.h.
#define V_GPIO_IN7 0x80 |
Definition at line 1039 of file hfc_multi.h.
#define V_GPIO_IN8 0x01 |
Definition at line 1041 of file hfc_multi.h.
#define V_GPIO_IN9 0x02 |
Definition at line 1042 of file hfc_multi.h.
#define V_GPIO_OUT0 0x01 |
Definition at line 987 of file hfc_multi.h.
#define V_GPIO_OUT1 0x02 |
Definition at line 988 of file hfc_multi.h.
#define V_GPIO_OUT10 0x04 |
Definition at line 998 of file hfc_multi.h.
#define V_GPIO_OUT11 0x08 |
Definition at line 999 of file hfc_multi.h.
#define V_GPIO_OUT12 0x10 |
Definition at line 1000 of file hfc_multi.h.
#define V_GPIO_OUT13 0x20 |
Definition at line 1001 of file hfc_multi.h.
#define V_GPIO_OUT14 0x40 |
Definition at line 1002 of file hfc_multi.h.
#define V_GPIO_OUT15 0x80 |
Definition at line 1003 of file hfc_multi.h.
#define V_GPIO_OUT2 0x04 |
Definition at line 989 of file hfc_multi.h.
#define V_GPIO_OUT3 0x08 |
Definition at line 990 of file hfc_multi.h.
#define V_GPIO_OUT4 0x10 |
Definition at line 991 of file hfc_multi.h.
#define V_GPIO_OUT5 0x20 |
Definition at line 992 of file hfc_multi.h.
#define V_GPIO_OUT6 0x40 |
Definition at line 993 of file hfc_multi.h.
#define V_GPIO_OUT7 0x80 |
Definition at line 994 of file hfc_multi.h.
#define V_GPIO_OUT8 0x01 |
Definition at line 996 of file hfc_multi.h.
#define V_GPIO_OUT9 0x02 |
Definition at line 997 of file hfc_multi.h.
#define V_GPIO_SEL0 0x01 |
Definition at line 1023 of file hfc_multi.h.
#define V_GPIO_SEL1 0x02 |
Definition at line 1024 of file hfc_multi.h.
#define V_GPIO_SEL2 0x04 |
Definition at line 1025 of file hfc_multi.h.
#define V_GPIO_SEL3 0x08 |
Definition at line 1026 of file hfc_multi.h.
#define V_GPIO_SEL4 0x10 |
Definition at line 1027 of file hfc_multi.h.
#define V_GPIO_SEL5 0x20 |
Definition at line 1028 of file hfc_multi.h.
#define V_GPIO_SEL6 0x40 |
Definition at line 1029 of file hfc_multi.h.
#define V_GPIO_SEL7 0x80 |
Definition at line 1030 of file hfc_multi.h.
#define V_HARM_SEL 0x02 |
Definition at line 794 of file hfc_multi.h.
#define V_HCLK 0x10 |
Definition at line 691 of file hfc_multi.h.
#define V_HDLC_TRP 0x02 |
Definition at line 523 of file hfc_multi.h.
#define V_HFCRES 0x10 |
Definition at line 477 of file hfc_multi.h.
#define V_ICR_FR_TIME 0x40 |
Definition at line 763 of file hfc_multi.h.
#define V_IFF 0x01 |
Definition at line 522 of file hfc_multi.h.
#define V_INC_F 0x01 |
Definition at line 541 of file hfc_multi.h.
#define V_INFO0 0x40 |
Definition at line 603 of file hfc_multi.h.
#define V_INV_CLK 0x01 |
Definition at line 651 of file hfc_multi.h.
#define V_INV_DATA 0x80 |
Definition at line 530 of file hfc_multi.h.
#define V_IPATS0 0x20 |
Definition at line 680 of file hfc_multi.h.
#define V_IPATS1 0x40 |
Definition at line 681 of file hfc_multi.h.
#define V_IPATS2 0x80 |
Definition at line 682 of file hfc_multi.h.
#define V_IRQ 0x01 |
Definition at line 882 of file hfc_multi.h.
#define V_IRQ1S 0x10 |
Definition at line 899 of file hfc_multi.h.
#define V_IRQ1S_MSK 0x10 |
Definition at line 870 of file hfc_multi.h.
#define V_IRQ_FIFO0_RX 0x02 |
Definition at line 914 of file hfc_multi.h.
#define V_IRQ_FIFO0_TX 0x01 |
Definition at line 913 of file hfc_multi.h.
#define V_IRQ_FIFO10_RX 0x20 |
Definition at line 936 of file hfc_multi.h.
#define V_IRQ_FIFO10_TX 0x10 |
Definition at line 935 of file hfc_multi.h.
#define V_IRQ_FIFO11_RX 0x80 |
Definition at line 938 of file hfc_multi.h.
#define V_IRQ_FIFO11_TX 0x40 |
Definition at line 937 of file hfc_multi.h.
#define V_IRQ_FIFO12_RX 0x02 |
Definition at line 941 of file hfc_multi.h.
#define V_IRQ_FIFO12_TX 0x01 |
Definition at line 940 of file hfc_multi.h.
#define V_IRQ_FIFO13_RX 0x08 |
Definition at line 943 of file hfc_multi.h.
#define V_IRQ_FIFO13_TX 0x04 |
Definition at line 942 of file hfc_multi.h.
#define V_IRQ_FIFO14_RX 0x20 |
Definition at line 945 of file hfc_multi.h.
#define V_IRQ_FIFO14_TX 0x10 |
Definition at line 944 of file hfc_multi.h.
#define V_IRQ_FIFO15_RX 0x80 |
Definition at line 947 of file hfc_multi.h.
#define V_IRQ_FIFO15_TX 0x40 |
Definition at line 946 of file hfc_multi.h.
#define V_IRQ_FIFO16_RX 0x02 |
Definition at line 950 of file hfc_multi.h.
#define V_IRQ_FIFO16_TX 0x01 |
Definition at line 949 of file hfc_multi.h.
#define V_IRQ_FIFO17_RX 0x08 |
Definition at line 952 of file hfc_multi.h.
#define V_IRQ_FIFO17_TX 0x04 |
Definition at line 951 of file hfc_multi.h.
#define V_IRQ_FIFO18_RX 0x20 |
Definition at line 954 of file hfc_multi.h.
#define V_IRQ_FIFO18_TX 0x10 |
Definition at line 953 of file hfc_multi.h.
#define V_IRQ_FIFO19_RX 0x80 |
Definition at line 956 of file hfc_multi.h.
#define V_IRQ_FIFO19_TX 0x40 |
Definition at line 955 of file hfc_multi.h.
#define V_IRQ_FIFO1_RX 0x08 |
Definition at line 916 of file hfc_multi.h.
#define V_IRQ_FIFO1_TX 0x04 |
Definition at line 915 of file hfc_multi.h.
#define V_IRQ_FIFO20_RX 0x02 |
Definition at line 959 of file hfc_multi.h.
#define V_IRQ_FIFO20_TX 0x01 |
Definition at line 958 of file hfc_multi.h.
#define V_IRQ_FIFO21_RX 0x08 |
Definition at line 961 of file hfc_multi.h.
#define V_IRQ_FIFO21_TX 0x04 |
Definition at line 960 of file hfc_multi.h.
#define V_IRQ_FIFO22_RX 0x20 |
Definition at line 963 of file hfc_multi.h.
#define V_IRQ_FIFO22_TX 0x10 |
Definition at line 962 of file hfc_multi.h.
#define V_IRQ_FIFO23_RX 0x80 |
Definition at line 965 of file hfc_multi.h.
#define V_IRQ_FIFO23_TX 0x40 |
Definition at line 964 of file hfc_multi.h.
#define V_IRQ_FIFO24_RX 0x02 |
Definition at line 968 of file hfc_multi.h.
#define V_IRQ_FIFO24_TX 0x01 |
Definition at line 967 of file hfc_multi.h.
#define V_IRQ_FIFO25_RX 0x08 |
Definition at line 970 of file hfc_multi.h.
#define V_IRQ_FIFO25_TX 0x04 |
Definition at line 969 of file hfc_multi.h.
#define V_IRQ_FIFO26_RX 0x20 |
Definition at line 972 of file hfc_multi.h.
#define V_IRQ_FIFO26_TX 0x10 |
Definition at line 971 of file hfc_multi.h.
#define V_IRQ_FIFO27_RX 0x80 |
Definition at line 974 of file hfc_multi.h.
#define V_IRQ_FIFO27_TX 0x40 |
Definition at line 973 of file hfc_multi.h.
#define V_IRQ_FIFO28_RX 0x02 |
Definition at line 977 of file hfc_multi.h.
#define V_IRQ_FIFO28_TX 0x01 |
Definition at line 976 of file hfc_multi.h.
#define V_IRQ_FIFO29_RX 0x08 |
Definition at line 979 of file hfc_multi.h.
#define V_IRQ_FIFO29_TX 0x04 |
Definition at line 978 of file hfc_multi.h.
#define V_IRQ_FIFO2_RX 0x20 |
Definition at line 918 of file hfc_multi.h.
#define V_IRQ_FIFO2_TX 0x10 |
Definition at line 917 of file hfc_multi.h.
#define V_IRQ_FIFO30_RX 0x20 |
Definition at line 981 of file hfc_multi.h.
#define V_IRQ_FIFO30_TX 0x10 |
Definition at line 980 of file hfc_multi.h.
#define V_IRQ_FIFO31_RX 0x80 |
Definition at line 983 of file hfc_multi.h.
#define V_IRQ_FIFO31_TX 0x40 |
Definition at line 982 of file hfc_multi.h.
#define V_IRQ_FIFO3_RX 0x80 |
Definition at line 920 of file hfc_multi.h.
#define V_IRQ_FIFO3_TX 0x40 |
Definition at line 919 of file hfc_multi.h.
#define V_IRQ_FIFO4_RX 0x02 |
Definition at line 923 of file hfc_multi.h.
#define V_IRQ_FIFO4_TX 0x01 |
Definition at line 922 of file hfc_multi.h.
#define V_IRQ_FIFO5_RX 0x08 |
Definition at line 925 of file hfc_multi.h.
#define V_IRQ_FIFO5_TX 0x04 |
Definition at line 924 of file hfc_multi.h.
#define V_IRQ_FIFO6_RX 0x20 |
Definition at line 927 of file hfc_multi.h.
#define V_IRQ_FIFO6_TX 0x10 |
Definition at line 926 of file hfc_multi.h.
#define V_IRQ_FIFO7_RX 0x80 |
Definition at line 929 of file hfc_multi.h.
#define V_IRQ_FIFO7_TX 0x40 |
Definition at line 928 of file hfc_multi.h.
#define V_IRQ_FIFO8_RX 0x02 |
Definition at line 932 of file hfc_multi.h.
#define V_IRQ_FIFO8_TX 0x01 |
Definition at line 931 of file hfc_multi.h.
#define V_IRQ_FIFO9_RX 0x08 |
Definition at line 934 of file hfc_multi.h.
#define V_IRQ_FIFO9_TX 0x04 |
Definition at line 933 of file hfc_multi.h.
#define V_IRQ_FIFO_BL0 0x01 |
Definition at line 886 of file hfc_multi.h.
#define V_IRQ_FIFO_BL1 0x02 |
Definition at line 887 of file hfc_multi.h.
#define V_IRQ_FIFO_BL2 0x04 |
Definition at line 888 of file hfc_multi.h.
#define V_IRQ_FIFO_BL3 0x08 |
Definition at line 889 of file hfc_multi.h.
#define V_IRQ_FIFO_BL4 0x10 |
Definition at line 890 of file hfc_multi.h.
#define V_IRQ_FIFO_BL5 0x20 |
Definition at line 891 of file hfc_multi.h.
#define V_IRQ_FIFO_BL6 0x40 |
Definition at line 892 of file hfc_multi.h.
#define V_IRQ_FIFO_BL7 0x80 |
Definition at line 893 of file hfc_multi.h.
#define V_IRQ_POL 0x10 |
Definition at line 877 of file hfc_multi.h.
#define V_IRQ_PROC 0x04 |
Definition at line 897 of file hfc_multi.h.
#define V_IRQ_SEL 0x01 |
Definition at line 475 of file hfc_multi.h.
#define V_JATT_OFF 0x80 |
Definition at line 696 of file hfc_multi.h.
#define V_LOOP_FIFO 0x40 |
Definition at line 529 of file hfc_multi.h.
#define V_LOST_STA 0x08 |
Definition at line 907 of file hfc_multi.h.
#define V_MF_RESYNC 0x40 |
Definition at line 634 of file hfc_multi.h.
#define V_MF_RX_RDY 0x10 |
Definition at line 607 of file hfc_multi.h.
#define V_MF_TX_RDY 0x80 |
Definition at line 608 of file hfc_multi.h.
#define V_MFA_STA 0x10 |
Definition at line 705 of file hfc_multi.h.
#define V_MISC_IRQSTA 0x40 |
Definition at line 910 of file hfc_multi.h.
#define V_MIX_IRQ 0x04 |
Definition at line 884 of file hfc_multi.h.
#define V_MULT_ST 0x08 |
Definition at line 557 of file hfc_multi.h.
#define V_NEG_CLK 0x08 |
Definition at line 690 of file hfc_multi.h.
#define V_NEG_E 0x20 |
Definition at line 672 of file hfc_multi.h.
#define V_NEXT_FIFO_DIR 0x01 |
Definition at line 535 of file hfc_multi.h.
#define V_NEXT_FIFO_NUM 0x02 |
Definition at line 536 of file hfc_multi.h.
#define V_NO_INSYNC 0x01 |
Definition at line 628 of file hfc_multi.h.
#define V_NO_MF_SYNC 0x80 |
Definition at line 707 of file hfc_multi.h.
#define V_NOISE_SUPPR 0x08 |
Definition at line 778 of file hfc_multi.h.
#define V_NTRI 0x40 |
Definition at line 655 of file hfc_multi.h.
#define V_ODEC_CON 0x01 |
Definition at line 755 of file hfc_multi.h.
#define V_OUT_EN 0x80 |
Definition at line 649 of file hfc_multi.h.
#define V_PAT_SEQ 0x01 |
Definition at line 803 of file hfc_multi.h.
#define V_PCM_ADDR 0x10 |
Definition at line 729 of file hfc_multi.h.
#define V_PCM_CLK 0x20 |
Definition at line 816 of file hfc_multi.h.
#define V_PCM_DR 0x10 |
Definition at line 757 of file hfc_multi.h.
#define V_PCM_LOOP 0x40 |
Definition at line 758 of file hfc_multi.h.
#define V_PCM_MD 0x01 |
Definition at line 725 of file hfc_multi.h.
#define V_PCM_SYNC 0x04 |
Definition at line 689 of file hfc_multi.h.
#define V_PCMRES 0x20 |
Definition at line 478 of file hfc_multi.h.
#define V_PLL_ADJ 0x04 |
Definition at line 756 of file hfc_multi.h.
#define V_PNP_IRQ 0x01 |
Definition at line 498 of file hfc_multi.h.
#define V_PROC 0x02 |
Definition at line 905 of file hfc_multi.h.
#define V_PROC_IRQMSK 0x04 |
Definition at line 868 of file hfc_multi.h.
#define V_PWM0_16KHZ 0x10 |
Definition at line 494 of file hfc_multi.h.
#define V_PWM0_MD 0x10 |
Definition at line 769 of file hfc_multi.h.
#define V_PWM1_16KHZ 0x20 |
Definition at line 495 of file hfc_multi.h.
#define V_PWM1_MD 0x40 |
Definition at line 770 of file hfc_multi.h.
#define V_RAM_ADDR2 0x01 |
Definition at line 489 of file hfc_multi.h.
#define V_RAM_SZ 0x01 |
Definition at line 493 of file hfc_multi.h.
#define V_RES_F 0x02 |
Definition at line 542 of file hfc_multi.h.
#define V_RES_LOST 0x04 |
Definition at line 543 of file hfc_multi.h.
#define V_RES_NMF 0x40 |
Definition at line 641 of file hfc_multi.h.
#define V_RESYNC 0x80 |
Definition at line 635 of file hfc_multi.h.
#define V_REV 0x80 |
Definition at line 513 of file hfc_multi.h.
#define V_RLD_EPR 0x80 |
Definition at line 481 of file hfc_multi.h.
#define V_ROUTING 0x40 |
Definition at line 520 of file hfc_multi.h.
#define V_RST_DTMF 0x40 |
Definition at line 798 of file hfc_multi.h.
#define V_RX_CMI 0x08 |
Definition at line 622 of file hfc_multi.h.
#define V_RX_CODE 0x01 |
Definition at line 620 of file hfc_multi.h.
#define V_RX_E1 0x40 |
Definition at line 715 of file hfc_multi.h.
#define V_RX_E2 0x80 |
Definition at line 716 of file hfc_multi.h.
#define V_RX_EOMF 0x40 |
Definition at line 901 of file hfc_multi.h.
#define V_RX_EOMF_MSK 0x40 |
Definition at line 872 of file hfc_multi.h.
#define V_RX_FBAUD 0x04 |
Definition at line 621 of file hfc_multi.h.
#define V_RX_INIT 0x04 |
Definition at line 677 of file hfc_multi.h.
#define V_RX_INV_CLK 0x20 |
Definition at line 624 of file hfc_multi.h.
#define V_RX_INV_CMI 0x10 |
Definition at line 623 of file hfc_multi.h.
#define V_RX_INV_DATA 0x40 |
Definition at line 625 of file hfc_multi.h.
#define V_RX_MF 0x01 |
Definition at line 637 of file hfc_multi.h.
#define V_RX_MF_SYNC 0x02 |
Definition at line 638 of file hfc_multi.h.
#define V_RX_SL0_RAM 0x04 |
Definition at line 639 of file hfc_multi.h.
#define V_RX_STA 0x01 |
Definition at line 702 of file hfc_multi.h.
#define V_RX_SZ 0x01 |
Definition at line 676 of file hfc_multi.h.
#define V_SA6_IRQ 0x20 |
Definition at line 900 of file hfc_multi.h.
#define V_SA6_IRQMSK 0x20 |
Definition at line 871 of file hfc_multi.h.
#define V_SCI_MSK_ST0 0x01 |
Definition at line 547 of file hfc_multi.h.
#define V_SCI_MSK_ST1 0x02 |
Definition at line 548 of file hfc_multi.h.
#define V_SCI_MSK_ST2 0x04 |
Definition at line 549 of file hfc_multi.h.
#define V_SCI_MSK_ST3 0x08 |
Definition at line 550 of file hfc_multi.h.
#define V_SCI_MSK_ST4 0x10 |
Definition at line 551 of file hfc_multi.h.
#define V_SCI_MSK_ST5 0x20 |
Definition at line 552 of file hfc_multi.h.
#define V_SCI_MSK_ST6 0x40 |
Definition at line 553 of file hfc_multi.h.
#define V_SCI_MSK_ST7 0x80 |
Definition at line 554 of file hfc_multi.h.
#define V_SCI_ST0 0x01 |
Definition at line 591 of file hfc_multi.h.
#define V_SCI_ST1 0x02 |
Definition at line 592 of file hfc_multi.h.
#define V_SCI_ST2 0x04 |
Definition at line 593 of file hfc_multi.h.
#define V_SCI_ST3 0x08 |
Definition at line 594 of file hfc_multi.h.
#define V_SCI_ST4 0x10 |
Definition at line 595 of file hfc_multi.h.
#define V_SCI_ST5 0x20 |
Definition at line 596 of file hfc_multi.h.
#define V_SCI_ST6 0x40 |
Definition at line 597 of file hfc_multi.h.
#define V_SCI_ST7 0x80 |
Definition at line 598 of file hfc_multi.h.
#define V_SEQ_END 0x40 |
Definition at line 537 of file hfc_multi.h.
#define V_SET_G2_G3 0x80 |
Definition at line 565 of file hfc_multi.h.
#define V_SH_SEL0 0x80 |
Definition at line 732 of file hfc_multi.h.
#define V_SH_SEL1 0x80 |
Definition at line 735 of file hfc_multi.h.
#define V_SH_SEL2 0x80 |
Definition at line 738 of file hfc_multi.h.
#define V_SH_SEL3 0x80 |
Definition at line 741 of file hfc_multi.h.
#define V_SH_SEL4 0x80 |
Definition at line 744 of file hfc_multi.h.
#define V_SH_SEL5 0x80 |
Definition at line 747 of file hfc_multi.h.
#define V_SH_SEL6 0x80 |
Definition at line 750 of file hfc_multi.h.
#define V_SH_SEL7 0x80 |
Definition at line 753 of file hfc_multi.h.
#define V_SI_FAS 0x01 |
Definition at line 709 of file hfc_multi.h.
#define V_SI_NFAS 0x02 |
Definition at line 710 of file hfc_multi.h.
#define V_SIG_LOS 0x08 |
Definition at line 704 of file hfc_multi.h.
#define V_SL_DIR 0x01 |
Definition at line 515 of file hfc_multi.h.
#define V_SL_NUM 0x02 |
Definition at line 516 of file hfc_multi.h.
#define V_SL_SEL0 0x01 |
Definition at line 731 of file hfc_multi.h.
#define V_SL_SEL1 0x01 |
Definition at line 734 of file hfc_multi.h.
#define V_SL_SEL2 0x01 |
Definition at line 737 of file hfc_multi.h.
#define V_SL_SEL3 0x01 |
Definition at line 740 of file hfc_multi.h.
#define V_SL_SEL4 0x01 |
Definition at line 743 of file hfc_multi.h.
#define V_SL_SEL5 0x01 |
Definition at line 746 of file hfc_multi.h.
#define V_SL_SEL6 0x01 |
Definition at line 749 of file hfc_multi.h.
#define V_SL_SEL7 0x01 |
Definition at line 752 of file hfc_multi.h.
#define V_SLIP_RX 0x01 |
Definition at line 718 of file hfc_multi.h.
#define V_SLIP_TX 0x10 |
Definition at line 720 of file hfc_multi.h.
#define V_SLOW_RD 0x04 |
Definition at line 484 of file hfc_multi.h.
#define V_SQ_EN 0x10 |
Definition at line 571 of file hfc_multi.h.
#define V_SRES 0x08 |
Definition at line 476 of file hfc_multi.h.
#define V_ST_ACT 0x20 |
Definition at line 564 of file hfc_multi.h.
#define V_ST_CK_DLY 0x01 |
Definition at line 586 of file hfc_multi.h.
#define V_ST_CLK 0x40 |
Definition at line 487 of file hfc_multi.h.
#define V_ST_D_RX 0x40 |
Definition at line 610 of file hfc_multi.h.
#define V_ST_D_TX 0x40 |
Definition at line 589 of file hfc_multi.h.
#define V_ST_E_RX 0x40 |
Definition at line 612 of file hfc_multi.h.
#define V_ST_LD_STA 0x10 |
Definition at line 563 of file hfc_multi.h.
#define V_ST_MD 0x04 |
Definition at line 569 of file hfc_multi.h.
#define V_ST_SEL 0x01 |
Definition at line 556 of file hfc_multi.h.
#define V_ST_SET_STA 0x01 |
Definition at line 562 of file hfc_multi.h.
#define V_ST_SMPL 0x10 |
Definition at line 587 of file hfc_multi.h.
#define V_ST_SQ 0x01 |
Definition at line 606 of file hfc_multi.h.
#define V_ST_STA 0x01 |
Definition at line 600 of file hfc_multi.h.
#define V_ST_STOP 0x80 |
Definition at line 574 of file hfc_multi.h.
#define V_ST_TRIS 0x40 |
Definition at line 584 of file hfc_multi.h.
#define V_STA_IRQ 0x01 |
Definition at line 895 of file hfc_multi.h.
#define V_STA_IRQMSK 0x01 |
Definition at line 866 of file hfc_multi.h.
#define V_START_BIT 0x08 |
Definition at line 528 of file hfc_multi.h.
#define V_STRES 0x40 |
Definition at line 479 of file hfc_multi.h.
#define V_SWORD_COND 0x08 |
Definition at line 631 of file hfc_multi.h.
#define V_SYNC_E1_RX 0x01 |
Definition at line 679 of file hfc_multi.h.
#define V_SYNC_IN 0x10 |
Definition at line 908 of file hfc_multi.h.
#define V_SYNC_LOSS 0x10 |
Definition at line 632 of file hfc_multi.h.
#define V_SYNC_OFFS 0x02 |
Definition at line 688 of file hfc_multi.h.
#define V_SYNC_OUT 0x08 |
Definition at line 762 of file hfc_multi.h.
#define V_SYNC_PLL 0x02 |
Definition at line 760 of file hfc_multi.h.
#define V_SYNC_SEL 0x01 |
Definition at line 559 of file hfc_multi.h.
#define V_SYNC_SRC 0x04 |
Definition at line 761 of file hfc_multi.h.
#define V_TI2_EXP 0x20 |
Definition at line 602 of file hfc_multi.h.
#define V_TI_IRQ 0x02 |
Definition at line 896 of file hfc_multi.h.
#define V_TI_IRQMSK 0x02 |
Definition at line 867 of file hfc_multi.h.
#define V_TRP_FAS 0x01 |
Definition at line 658 of file hfc_multi.h.
#define V_TRP_IRQ 0x04 |
Definition at line 524 of file hfc_multi.h.
#define V_TRP_NFAS 0x02 |
Definition at line 659 of file hfc_multi.h.
#define V_TRP_RAL 0x04 |
Definition at line 660 of file hfc_multi.h.
#define V_TRP_SA 0x08 |
Definition at line 661 of file hfc_multi.h.
#define V_TRP_SL0 0x02 |
Definition at line 669 of file hfc_multi.h.
#define V_TX_CMI_CODE 0x08 |
Definition at line 645 of file hfc_multi.h.
#define V_TX_CODE 0x01 |
Definition at line 643 of file hfc_multi.h.
#define V_TX_E 0x10 |
Definition at line 671 of file hfc_multi.h.
#define V_TX_E1 0x10 |
Definition at line 713 of file hfc_multi.h.
#define V_TX_E2 0x20 |
Definition at line 714 of file hfc_multi.h.
#define V_TX_EOMF 0x80 |
Definition at line 902 of file hfc_multi.h.
#define V_TX_EOMF_MSK 0x80 |
Definition at line 873 of file hfc_multi.h.
#define V_TX_FAS 0x01 |
Definition at line 663 of file hfc_multi.h.
#define V_TX_FBAUD 0x04 |
Definition at line 644 of file hfc_multi.h.
#define V_TX_INIT 0x04 |
Definition at line 685 of file hfc_multi.h.
#define V_TX_INV_CLK 0x20 |
Definition at line 647 of file hfc_multi.h.
#define V_TX_INV_CMI_CODE 0x10 |
Definition at line 646 of file hfc_multi.h.
#define V_TX_INV_DATA 0x40 |
Definition at line 648 of file hfc_multi.h.
#define V_TX_LI 0x40 |
Definition at line 573 of file hfc_multi.h.
#define V_TX_MF 0x01 |
Definition at line 668 of file hfc_multi.h.
#define V_TX_NFAS 0x02 |
Definition at line 664 of file hfc_multi.h.
#define V_TX_RAL 0x04 |
Definition at line 665 of file hfc_multi.h.
#define V_TX_SA 0x08 |
Definition at line 666 of file hfc_multi.h.
#define V_TX_SL0_RAM 0x04 |
Definition at line 670 of file hfc_multi.h.
#define V_TX_SZ 0x01 |
Definition at line 684 of file hfc_multi.h.
#define V_ULAW 0x80 |
Definition at line 775 of file hfc_multi.h.
#define V_ULAW_SEL 0x80 |
Definition at line 799 of file hfc_multi.h.
#define V_WD_RES 0x80 |
Definition at line 806 of file hfc_multi.h.
#define V_WD_TS 0x10 |
Definition at line 880 of file hfc_multi.h.
#define V_XCRC_SYNC 0x20 |
Definition at line 633 of file hfc_multi.h.
#define V_XS12_ON 0x40 |
Definition at line 673 of file hfc_multi.h.
#define V_XS15_ON 0x80 |
Definition at line 674 of file hfc_multi.h.
#define XHFC_IRQ 4 /* SIU_IRQ2 */ |
Definition at line 20 of file hfc_multi.h.
#define XHFC_MEMBASE 0xFE000000 |
Definition at line 21 of file hfc_multi.h.
#define XHFC_MEMSIZE 0x00001000 |
Definition at line 22 of file hfc_multi.h.
#define XHFC_OFFSET 0x00001000 |
Definition at line 23 of file hfc_multi.h.