Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/vt6655/
Dmac.c73 bool MACbIsRegBitsOn(void __iomem *dwIoBase, unsigned char byRegOfs, unsigned char byTestBits) in MACbIsRegBitsOn() argument
78 return (byData & byTestBits) == byTestBits; in MACbIsRegBitsOn()
96 bool MACbIsRegBitsOff(void __iomem *dwIoBase, unsigned char byRegOfs, unsigned char byTestBits) in MACbIsRegBitsOff() argument
101 return !(byData & byTestBits); in MACbIsRegBitsOff()
Dmac.h894 unsigned char byTestBits);
896 unsigned char byTestBits);