Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/chips-media/
H A Dcoda_regs.h298 #define CODA_SLICING_SIZE_MASK 0x3fffffff macro
H A Dcoda-bit.c698 return ((size & CODA_SLICING_SIZE_MASK) << CODA_SLICING_SIZE_OFFSET) | in coda_slice_mode()