Searched refs:S5P_SUBSAMPLING_MODE_MASK (Results 1 – 2 of 2) sorted by relevance
79 reg &= ~S5P_SUBSAMPLING_MODE_MASK; in s5p_jpeg_subsampling_mode()86 return readl(regs + S5P_JPGMOD) & S5P_SUBSAMPLING_MODE_MASK; in s5p_jpeg_get_subsampling_mode()
26 #define S5P_SUBSAMPLING_MODE_MASK 0x7 macro