Home
last modified time | relevance | path

Searched refs:byTestBits (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/vt6655/
Dmac.c74 unsigned char byTestBits) in MACbIsRegBitsOn() argument
79 return (byData & byTestBits) == byTestBits; in MACbIsRegBitsOn()
98 unsigned char byTestBits) in MACbIsRegBitsOff() argument
103 return !(byData & byTestBits); in MACbIsRegBitsOff()
Dmac.h894 unsigned char byTestBits);
896 unsigned char byTestBits);