Home
last modified time | relevance | path

Searched refs:WriteReg (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/isdn/hardware/avm/
Db1dma.c136 static int WriteReg(avmcard *card, u32 reg, u8 val) in WriteReg() function
300 if (WriteReg(card, 0x80001000, 0x11) != 0 in t1pci_detect()
301 || WriteReg(card, 0x80101000, 0x22) != 0 in t1pci_detect()
302 || WriteReg(card, 0x80201000, 0x33) != 0 in t1pci_detect()
303 || WriteReg(card, 0x80301000, 0x44) != 0) in t1pci_detect()
312 if (WriteReg(card, 0x80001000, 0x55) != 0 in t1pci_detect()
313 || WriteReg(card, 0x80101000, 0x66) != 0 in t1pci_detect()
314 || WriteReg(card, 0x80201000, 0x77) != 0 in t1pci_detect()
315 || WriteReg(card, 0x80301000, 0x88) != 0) in t1pci_detect()
335 if (WriteReg(card, 0x80A00000, 0x21) != 0) in b1pciv4_detect()
[all …]
/linux-4.19.296/drivers/isdn/hisax/
Dhfc_2bds0.c55 WriteReg(struct IsdnCardState *cs, int data, u_char reg, u_char value) in WriteReg() function
80 WriteReg(cs, HFCD_DATA, offset, value); in writereghfcd()
307 WriteReg(cs, HFCD_DATA_NODEB, cip, bcs->tx_skb->data[idx++]); in hfc_fill_fifo()
311 WriteReg(cs, HFCD_DATA_NODEB, cip, bcs->tx_skb->data[idx]); in hfc_fill_fifo()
447 WriteReg(cs, HFCD_DATA, HFCD_SCTRL, cs->hw.hfcD.sctrl); in mode_2bs0()
448 WriteReg(cs, HFCD_DATA, HFCD_CTMT, cs->hw.hfcD.ctmt); in mode_2bs0()
449 WriteReg(cs, HFCD_DATA, HFCD_CONN, cs->hw.hfcD.conn); in mode_2bs0()
733 WriteReg(cs, HFCD_DATA_NODEB, cip, cs->tx_skb->data[idx++]); in hfc_fill_dfifo()
737 WriteReg(cs, HFCD_DATA_NODEB, cip, cs->tx_skb->data[idx]); in hfc_fill_dfifo()
1075 cs->BC_Write_Reg = &WriteReg; in set_cs_func()
/linux-4.19.296/drivers/media/dvb-frontends/
Dtda18271c2dd.c155 static int WriteReg(struct tda_state *state, u8 SubAddr, u8 Reg) in WriteReg() function
179 return WriteReg(state, Reg, state->m_Regs[Reg]); in UpdateReg()