Searched refs:MIPI_CAL_CTRL_PRESCALE (Results 1 – 1 of 1) sorted by relevance
35 #define MIPI_CAL_CTRL_PRESCALE(x) (((x) & 0x3) << 24) macro359 value &= ~MIPI_CAL_CTRL_PRESCALE(0x3); in tegra_mipi_start_calibration()361 value |= MIPI_CAL_CTRL_PRESCALE(0x2); in tegra_mipi_start_calibration()
Completed in 4 milliseconds