Searched defs:Write_hfc (Results 1 – 3 of 3) sorted by relevance
62 Write_hfc(struct IsdnCardState *cs, u_char regnum, u_char val) in Write_hfc() function
231 #define Write_hfc(a, b, c) (*(((u_char *)a->hw.hfcpci.pci_io) + b) = c) macro
227 #define Write_hfc(a, b, c) (writeb(c, (a->hw.pci_io) + b)) macro