Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/samsung/s5p-jpeg/
Djpeg-hw-s5p.c215 reg &= ~S5P_ENC_STREAM_BOUND_MASK; in s5p_jpeg_enc_stream_int()
217 reg |= size & S5P_ENC_STREAM_BOUND_MASK; in s5p_jpeg_enc_stream_int()
Djpeg-regs.h148 #define S5P_ENC_STREAM_BOUND_MASK 0xffffff macro