Home
last modified time | relevance | path

Searched refs:cirm (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/isdn/hisax/
Dteleint.c227 cs->hw.hfc.cirm |= HFC_RESET; in reset_TeleInt()
228 byteout(cs->hw.hfc.addr | 1, cs->hw.hfc.cirm); /* Reset On */ in reset_TeleInt()
233 cs->hw.hfc.cirm &= ~HFC_RESET; in reset_TeleInt()
234 byteout(cs->hw.hfc.addr | 1, cs->hw.hfc.cirm); /* Reset Off */ in reset_TeleInt()
279 cs->hw.hfc.cirm = HFC_CIRM; in setup_TeleInt()
304 cs->hw.hfc.cirm |= HFC_INTA; in setup_TeleInt()
307 cs->hw.hfc.cirm |= HFC_INTB; in setup_TeleInt()
310 cs->hw.hfc.cirm |= HFC_INTC; in setup_TeleInt()
313 cs->hw.hfc.cirm |= HFC_INTD; in setup_TeleInt()
316 cs->hw.hfc.cirm |= HFC_INTE; in setup_TeleInt()
[all …]
Dhfcscard.c71 cs->hw.hfcD.cirm = HFCD_RESET; in reset_hfcs()
73 cs->hw.hfcD.cirm |= HFCD_MEM8K; in reset_hfcs()
74 cs->BC_Write_Reg(cs, HFCD_DATA, HFCD_CIRM, cs->hw.hfcD.cirm); /* Reset On */ in reset_hfcs()
79 cs->hw.hfcD.cirm = 0; in reset_hfcs()
81 cs->hw.hfcD.cirm |= HFCD_MEM8K; in reset_hfcs()
82 cs->BC_Write_Reg(cs, HFCD_DATA, HFCD_CIRM, cs->hw.hfcD.cirm); /* Reset Off */ in reset_hfcs()
86 cs->hw.hfcD.cirm |= HFCD_INTB; in reset_hfcs()
88 cs->hw.hfcD.cirm |= HFCD_INTA; in reset_hfcs()
89 cs->BC_Write_Reg(cs, HFCD_DATA, HFCD_CIRM, cs->hw.hfcD.cirm); in reset_hfcs()
Dhisax.h626 unsigned char cirm; member
672 unsigned char cirm; member
700 unsigned char cirm; member
727 unsigned char cirm; member
Dhfc_sx.c121 byteout(cs->hw.hfcsx.base, cs->hw.hfcsx.cirm | 0x80); /* reset cmd */ in reset_fifo()
362 cs->hw.hfcsx.cirm |= 0x10; /* only 8K of ram */ in set_fifo_size()
383 Write_hfc(cs, HFCSX_CIRM, HFCSX_RESET | cs->hw.hfcsx.cirm ); /* Reset */ in reset_hfcsx()
387 Write_hfc(cs, HFCSX_CIRM, cs->hw.hfcsx.cirm); /* Reset Off */ in reset_hfcsx()
1598 cs->hw.hfcsx.cirm = ccd_sp_irqtab[cs->irq & 0xF]; /* RAM not evaluated */ in setup_hfcsx()