Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-csi.c96 #define CSI_VSC_MASK 0x00000fff macro
585 w->top = (reg & CSI_VSC_MASK) >> CSI_VSC_SHIFT; in ipu_csi_get_window()
602 reg &= ~(CSI_HSC_MASK | CSI_VSC_MASK); in ipu_csi_set_window()