Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/i2c/
Dtvp5150_reg.h48 #define VIDEO_STD_MASK (0x07 >> 1) macro
Dtvp514x_regs.h248 #define VIDEO_STD_MASK (0x07) macro
Dtvp514x.c398 if ((std & VIDEO_STD_MASK) == VIDEO_STD_AUTO_SWITCH_BIT) in tvp514x_query_current_std()
405 switch (std_status & VIDEO_STD_MASK) { in tvp514x_query_current_std()