Searched refs:byTestBits (Results 1 – 2 of 2) sorted by relevance
61 unsigned char byTestBits) in MACbIsRegBitsOn() argument65 return (ioread8(io_base + byRegOfs) & byTestBits) == byTestBits; in MACbIsRegBitsOn()84 unsigned char byTestBits) in MACbIsRegBitsOff() argument88 return !(ioread8(io_base + byRegOfs) & byTestBits); in MACbIsRegBitsOff()
880 unsigned char byTestBits);882 unsigned char byTestBits);