Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/firewire/
Dfiredtv-avc.c108 #define AVC_DEBUG_TUNE_QPSK 0x0020 macro
123 ", TUNE QPSK = " __stringify(AVC_DEBUG_TUNE_QPSK)
191 return avc_debug & AVC_DEBUG_TUNE_QPSK ? "TuneQPSK" : NULL; in debug_fcp_opcode()