Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/host1x/
Dmipi.c35 #define MIPI_CAL_CTRL_PRESCALE(x) (((x) & 0x3) << 24) macro
359 value &= ~MIPI_CAL_CTRL_PRESCALE(0x3); in tegra_mipi_start_calibration()
361 value |= MIPI_CAL_CTRL_PRESCALE(0x2); in tegra_mipi_start_calibration()