Searched refs:ReadReg (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/staging/isdn/avm/ |
D | b1dma.c | 147 static u8 ReadReg(avmcard *card, u32 reg) in ReadReg() function 306 if (ReadReg(card, 0x80001000) != 0x11 in t1pci_detect() 307 || ReadReg(card, 0x80101000) != 0x22 in t1pci_detect() 308 || ReadReg(card, 0x80201000) != 0x33 in t1pci_detect() 309 || ReadReg(card, 0x80301000) != 0x44) in t1pci_detect() 318 if (ReadReg(card, 0x80001000) != 0x55 in t1pci_detect() 319 || ReadReg(card, 0x80101000) != 0x66 in t1pci_detect() 320 || ReadReg(card, 0x80201000) != 0x77 in t1pci_detect() 321 || ReadReg(card, 0x80301000) != 0x88) in t1pci_detect() 337 if ((ReadReg(card, 0x80A00000) & 0x01) != 0x01) in b1pciv4_detect() [all …]
|