Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dtc358743_regs.h89 #define MASK_PLL_FRS 0x0c00 macro
90 #define SET_PLL_FRS(frs) (((frs) << 10) & MASK_PLL_FRS)
H A Dtc358743.c574 ~(MASK_PLL_FRS | MASK_RESETB | MASK_PLL_EN), in tc358743_set_pll()