Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/max96712/
H A Dmax96712.c21 #define MAX96712_DPLL_FREQ 1000 macro
156 ((MAX96712_DPLL_FREQ / 100) & 0x1f) | BIT(5)); in max96712_mipi_configure()
158 ((MAX96712_DPLL_FREQ / 100) & 0x1f) | BIT(5)); in max96712_mipi_configure()
306 pixel_rate = MAX96712_DPLL_FREQ / priv->mipi.num_data_lanes * 1000000; in max96712_v4l2_register()