Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nxp/dw100/
H A Ddw100_regs.h84 #define DW100_ROI_START_Y(y) (((y) & GENMASK(12, 0)) << 16) macro
H A Ddw100.c1206 val = DW100_ROI_START_X(x) | DW100_ROI_START_Y(y); in dw100_hw_set_roi()