Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/i2c/
Dtvp5150_reg.h58 #define VIDEO_STD_MASK (0x07 >> 1) macro
Dtvp514x_regs.h235 #define VIDEO_STD_MASK (0x07) macro
Dtvp514x.c389 if ((std & VIDEO_STD_MASK) == VIDEO_STD_AUTO_SWITCH_BIT) in tvp514x_query_current_std()
396 switch (std_status & VIDEO_STD_MASK) { in tvp514x_query_current_std()