Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dadv7393_regs.h133 #define SD_STD_MASK (0x03) macro
H A Dadv7343_regs.h124 #define SD_STD_MASK (0x03) macro
H A Dadv7393.c162 val = state->reg80 & ~SD_STD_MASK; in adv7393_setstd()
H A Dadv7343.c158 val = state->reg80 & (~(SD_STD_MASK)); in adv7343_setstd()