Home
last modified time | relevance | path

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

/drivers/gpu/drm/i2c/
Dch7006_drv.c145 regs[CH7006_INPUT_SYNC] = 0; in ch7006_encoder_mode_set()
147 regs[CH7006_INPUT_SYNC] |= CH7006_INPUT_SYNC_OUTPUT; in ch7006_encoder_mode_set()
149 regs[CH7006_INPUT_SYNC] |= CH7006_INPUT_SYNC_EMBEDDED; in ch7006_encoder_mode_set()
151 regs[CH7006_INPUT_SYNC] |= CH7006_INPUT_SYNC_PVSYNC; in ch7006_encoder_mode_set()
153 regs[CH7006_INPUT_SYNC] |= CH7006_INPUT_SYNC_PHSYNC; in ch7006_encoder_mode_set()
Dch7006_priv.h253 #define CH7006_INPUT_SYNC 0x0d macro
Dch7006_mode.c415 ch7006_load_reg(client, state, CH7006_INPUT_SYNC); in ch7006_state_load()
449 ch7006_save_reg(client, state, CH7006_INPUT_SYNC); in ch7006_state_save()