Home
last modified time | relevance | path

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

/drivers/isdn/hisax/
Dteleint.c217 cs->hw.hfc.cirm |= HFC_RESET; in reset_TeleInt()
218 byteout(cs->hw.hfc.addr | 1, cs->hw.hfc.cirm); /* Reset On */ in reset_TeleInt()
220 cs->hw.hfc.cirm &= ~HFC_RESET; in reset_TeleInt()
221 byteout(cs->hw.hfc.addr | 1, cs->hw.hfc.cirm); /* Reset Off */ in reset_TeleInt()
275 cs->hw.hfc.cirm = HFC_CIRM; in setup_TeleInt()
297 cs->hw.hfc.cirm |= HFC_INTA; in setup_TeleInt()
300 cs->hw.hfc.cirm |= HFC_INTB; in setup_TeleInt()
303 cs->hw.hfc.cirm |= HFC_INTC; in setup_TeleInt()
306 cs->hw.hfc.cirm |= HFC_INTD; in setup_TeleInt()
309 cs->hw.hfc.cirm |= HFC_INTE; in setup_TeleInt()
[all …]
Dhfcscard.c66 cs->hw.hfcD.cirm = HFCD_RESET; in reset_hfcs()
68 cs->hw.hfcD.cirm |= HFCD_MEM8K; in reset_hfcs()
69 cs->BC_Write_Reg(cs, HFCD_DATA, HFCD_CIRM, cs->hw.hfcD.cirm); /* Reset On */ in reset_hfcs()
71 cs->hw.hfcD.cirm = 0; 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 Off */ in reset_hfcs()
77 cs->hw.hfcD.cirm |= HFCD_INTB; in reset_hfcs()
79 cs->hw.hfcD.cirm |= HFCD_INTA; in reset_hfcs()
80 cs->BC_Write_Reg(cs, HFCD_DATA, HFCD_CIRM, cs->hw.hfcD.cirm); in reset_hfcs()
Dhisax.h640 unsigned char cirm; member
688 unsigned char cirm; member
715 unsigned char cirm; member
742 unsigned char cirm; member
Dhfc_sx.c105 byteout(cs->hw.hfcsx.base, cs->hw.hfcsx.cirm | 0x80); /* reset cmd */ in reset_fifo()
340 cs->hw.hfcsx.cirm |= 0x10; /* only 8K of ram */ in set_fifo_size()
357 Write_hfc(cs, HFCSX_CIRM, HFCSX_RESET | cs->hw.hfcsx.cirm); /* Reset */ in reset_hfcsx()
359 Write_hfc(cs, HFCSX_CIRM, cs->hw.hfcsx.cirm); /* Reset Off */ in reset_hfcsx()
1513 cs->hw.hfcsx.cirm = ccd_sp_irqtab[cs->irq & 0xF]; /* RAM not evaluated */ in setup_hfcsx()
/drivers/isdn/hardware/mISDN/
Dhfcpci.c96 unsigned char cirm; member
222 hc->hw.cirm = HFCPCI_RESET; /* Reset On */ in reset_hfcpci()
223 Write_hfc(hc, HFCPCI_CIRM, hc->hw.cirm); in reset_hfcpci()
226 hc->hw.cirm = 0; /* Reset Off */ in reset_hfcpci()
227 Write_hfc(hc, HFCPCI_CIRM, hc->hw.cirm); in reset_hfcpci()
1319 hc->hw.cirm &= 0x7f; in mode_hfcpci()
1321 hc->hw.cirm &= 0xbf; in mode_hfcpci()
1337 hc->hw.cirm |= 0x80; in mode_hfcpci()
1343 hc->hw.cirm |= 0x40; in mode_hfcpci()
1438 Write_hfc(hc, HFCPCI_CIRM, hc->hw.cirm); in mode_hfcpci()
[all …]