Searched refs:byTestBits (Results 1 – 2 of 2) sorted by relevance
74 unsigned char byTestBits) in MACbIsRegBitsOn() argument79 return (byData & byTestBits) == byTestBits; in MACbIsRegBitsOn()98 unsigned char byTestBits) in MACbIsRegBitsOff() argument103 return !(byData & byTestBits); in MACbIsRegBitsOff()
894 unsigned char byTestBits);896 unsigned char byTestBits);