Searched refs:EXYNOS4_HUF_TBL_EN (Results 1 – 2 of 2) sorted by relevance
197 reg = readl(base + EXYNOS4_JPEG_CNTL_REG) & ~EXYNOS4_HUF_TBL_EN; in exynos4_jpeg_set_huf_table_enable()200 writel(reg | EXYNOS4_HUF_TBL_EN, in exynos4_jpeg_set_huf_table_enable()203 writel(reg & ~EXYNOS4_HUF_TBL_EN, in exynos4_jpeg_set_huf_table_enable()
216 #define EXYNOS4_HUF_TBL_EN (1 << 19) macro