Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dccs-pll.h24 #define CCS_PLL_FLAG_NO_OP_CLOCKS BIT(1) macro
H A Dccs-pll.c108 if (!(pll->flags & CCS_PLL_FLAG_NO_OP_CLOCKS) || in print_pll()
201 if (pll->flags & CCS_PLL_FLAG_NO_OP_CLOCKS) in check_bk_bounds()
451 if (pll->flags & CCS_PLL_FLAG_NO_OP_CLOCKS) in ccs_pll_calculate_vt()
729 } else if (pll->flags & CCS_PLL_FLAG_NO_OP_CLOCKS) { in ccs_pll_calculate()
/linux/drivers/media/i2c/ccs/
H A Dccs-core.c409 if (sensor->pll.flags & CCS_PLL_FLAG_NO_OP_CLOCKS) in ccs_pll_configure()
3422 sensor->pll.flags |= CCS_PLL_FLAG_NO_OP_CLOCKS; in ccs_probe()