Home
last modified time | relevance | path

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

/drivers/gpu/drm/i2c/
Dch7006_mode.c354 setbitf(state, CH7006_POV, HPOS_8, hpos); in ch7006_setup_properties()
360 setbitf(state, CH7006_POV, VPOS_8, vpos); in ch7006_setup_properties()
411 ch7006_load_reg(client, state, CH7006_POV); in ch7006_state_load()
445 ch7006_save_reg(client, state, CH7006_POV); in ch7006_state_save()
Dch7006_drv.c142 regs[CH7006_POV] = bitf(CH7006_POV_START_ACTIVE_8, start_active); in ch7006_encoder_mode_set()
307 ch7006_load_reg(client, state, CH7006_POV); in ch7006_encoder_set_property()
315 ch7006_load_reg(client, state, CH7006_POV); in ch7006_encoder_set_property()
Dch7006_priv.h239 #define CH7006_POV 0x08 macro