Searched refs:CCS_PLL_FLAG_OP_SYS_DDR (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/media/i2c/ | ||
H A D | ccs-pll.h | 33 #define CCS_PLL_FLAG_OP_SYS_DDR BIT(9) macro |
H A D | ccs-pll.c | 143 return flags & CCS_PLL_FLAG_OP_SYS_DDR ? 1 : 0; in op_sys_ddr() |