Searched refs:cirm (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/isdn/hisax/ |
D | teleint.c | 218 cs->hw.hfc.cirm |= HFC_RESET; in reset_TeleInt() 219 byteout(cs->hw.hfc.addr | 1, cs->hw.hfc.cirm); /* Reset On */ in reset_TeleInt() 221 cs->hw.hfc.cirm &= ~HFC_RESET; in reset_TeleInt() 222 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() 295 cs->hw.hfc.cirm |= HFC_INTA; in setup_TeleInt() 298 cs->hw.hfc.cirm |= HFC_INTB; in setup_TeleInt() 301 cs->hw.hfc.cirm |= HFC_INTC; in setup_TeleInt() 304 cs->hw.hfc.cirm |= HFC_INTD; in setup_TeleInt() 307 cs->hw.hfc.cirm |= HFC_INTE; in setup_TeleInt() [all …]
|
D | hfcscard.c | 67 cs->hw.hfcD.cirm = HFCD_RESET; in reset_hfcs() 69 cs->hw.hfcD.cirm |= HFCD_MEM8K; in reset_hfcs() 70 cs->BC_Write_Reg(cs, HFCD_DATA, HFCD_CIRM, cs->hw.hfcD.cirm); /* Reset On */ in reset_hfcs() 72 cs->hw.hfcD.cirm = 0; in reset_hfcs() 74 cs->hw.hfcD.cirm |= HFCD_MEM8K; in reset_hfcs() 75 cs->BC_Write_Reg(cs, HFCD_DATA, HFCD_CIRM, cs->hw.hfcD.cirm); /* Reset Off */ in reset_hfcs() 78 cs->hw.hfcD.cirm |= HFCD_INTB; in reset_hfcs() 80 cs->hw.hfcD.cirm |= HFCD_INTA; in reset_hfcs() 81 cs->BC_Write_Reg(cs, HFCD_DATA, HFCD_CIRM, cs->hw.hfcD.cirm); in reset_hfcs()
|
D | hisax.h | 640 unsigned char cirm; member 688 unsigned char cirm; member 715 unsigned char cirm; member 742 unsigned char cirm; member
|
D | hfc_sx.c | 105 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() 1510 cs->hw.hfcsx.cirm = ccd_sp_irqtab[cs->irq & 0xF]; /* RAM not evaluated */ in setup_hfcsx()
|
/Linux-v4.19/drivers/isdn/hardware/mISDN/ |
D | hfcpci.c | 96 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() 1321 hc->hw.cirm &= 0x7f; in mode_hfcpci() 1323 hc->hw.cirm &= 0xbf; in mode_hfcpci() 1339 hc->hw.cirm |= 0x80; in mode_hfcpci() 1345 hc->hw.cirm |= 0x40; in mode_hfcpci() 1440 Write_hfc(hc, HFCPCI_CIRM, hc->hw.cirm); in mode_hfcpci() [all …]
|