Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s5p-jpeg/
Djpeg-hw-exynos3250.c280 reg = EXYNOS3250_OUT_FMT_ARGB8888 | EXYNOS3250_OUT_SWAP_RGB; in exynos3250_jpeg_output_raw_fmt()
286 reg = EXYNOS3250_OUT_FMT_RGB565 | EXYNOS3250_OUT_SWAP_RGB; in exynos3250_jpeg_output_raw_fmt()
Djpeg-regs.h565 #define EXYNOS3250_OUT_SWAP_RGB (0x1 << 7) macro