Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-driver.h164 #define CX18_DBGFLG_HIGHVOL (1 << 8) macro
184 if (((x) & cx18_debug) && (cx18_debug & CX18_DBGFLG_HIGHVOL)) \
226 if (((x) & cx18_debug) && (cx18_debug & CX18_DBGFLG_HIGHVOL)) \
Dcx18-mailbox.c608 if (cx18_debug & CX18_DBGFLG_HIGHVOL) in cx18_api_call()