Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/marvell-ccic/
Dmcam-core.h296 #define IMGSZ_V_SHIFT 16 macro
Dmcam-core.c746 imgsz_h = (fmt->height << IMGSZ_V_SHIFT) & IMGSZ_V_MASK; in mcam_ctlr_image()
756 imgsz_h = (fmt->sizeimage / fmt->bytesperline) << IMGSZ_V_SHIFT; in mcam_ctlr_image()