Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/isdn/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-v5.4/drivers/media/dvb-frontends/
Dtda18271c2dd.c141 static int WriteReg(struct tda_state *state, u8 SubAddr, u8 Reg) in WriteReg() function
165 return WriteReg(state, Reg, state->m_Regs[Reg]); in UpdateReg()