Searched refs:ReadHDLCPCI (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/isdn/hisax/ |
D | avm_pci.c | 112 ReadHDLCPCI(struct IsdnCardState *cs, int chan, u_char offset) in ReadHDLCPCI() function 154 return (0xff & ReadHDLCPCI(cs, chan, offset)); in ReadHDLC_s() 454 stat = ReadHDLCPCI(cs, 0, HDLC_STATUS); in HDLC_irq_main() 468 stat = ReadHDLCPCI(cs, 1, HDLC_STATUS); in HDLC_irq_main() 611 val = ReadHDLCPCI(cs, 0, HDLC_STATUS); 613 val = ReadHDLCPCI(cs, 1, HDLC_STATUS);
|