Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vt6655/
Dmac.c61 unsigned char byTestBits) in MACbIsRegBitsOn() argument
65 return (ioread8(io_base + byRegOfs) & byTestBits) == byTestBits; in MACbIsRegBitsOn()
84 unsigned char byTestBits) in MACbIsRegBitsOff() argument
88 return !(ioread8(io_base + byRegOfs) & byTestBits); in MACbIsRegBitsOff()
Dmac.h880 unsigned char byTestBits);
882 unsigned char byTestBits);