Home
last modified time | relevance | path

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

/linux/drivers/media/pci/cx18/
H A Dcx18-driver.h154 #define CX18_DBGFLG_HIGHVOL (1 << 8) macro
174 if (((x) & cx18_debug) && (cx18_debug & CX18_DBGFLG_HIGHVOL)) \
216 if (((x) & cx18_debug) && (cx18_debug & CX18_DBGFLG_HIGHVOL)) \
H A Dcx18-mailbox.c600 if (cx18_debug & CX18_DBGFLG_HIGHVOL) in cx18_api_call()