Searched refs:ReadHDLCPCI (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/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() 452 stat = ReadHDLCPCI(cs, 0, HDLC_STATUS); in HDLC_irq_main() 466 stat = ReadHDLCPCI(cs, 1, HDLC_STATUS); in HDLC_irq_main() 609 val = ReadHDLCPCI(cs, 0, HDLC_STATUS); 611 val = ReadHDLCPCI(cs, 1, HDLC_STATUS);
|