Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/samsung/s5p-jpeg/
Djpeg-hw-exynos3250.c277 reg = EXYNOS3250_OUT_FMT_ARGB8888 | EXYNOS3250_OUT_SWAP_RGB; in exynos3250_jpeg_output_raw_fmt()
283 reg = EXYNOS3250_OUT_FMT_RGB565 | EXYNOS3250_OUT_SWAP_RGB; in exynos3250_jpeg_output_raw_fmt()
Djpeg-regs.h589 #define EXYNOS3250_OUT_SWAP_RGB (0x1 << 7) macro