Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/marvell/
H A Dmcam-core.h290 #define IMGSZ_V_MASK 0x1fff0000 macro
H A Dmcam-core.c728 imgsz_h = (fmt->height << IMGSZ_V_SHIFT) & IMGSZ_V_MASK; in mcam_ctlr_image()