Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dtvp5150_reg.h58 #define VIDEO_STD_MASK (0x07 >> 1) macro
H A Dtvp514x_regs.h235 #define VIDEO_STD_MASK (0x07) macro
H A 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()