Lines Matching refs:WriteReg
136 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()
341 if (WriteReg(card, 0x80A00000, 0x20) != 0) in b1pciv4_detect()