Home
last modified time | relevance | path

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

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