Searched refs:pixel_clock_10kHz (Results 1 – 1 of 1) sorted by relevance
346 u16 pixel_clock_10kHz = mode->clock / 10; in sii902x_bridge_mode_set() local361 buf[0] = pixel_clock_10kHz & 0xff; in sii902x_bridge_mode_set()362 buf[1] = pixel_clock_10kHz >> 8; in sii902x_bridge_mode_set()