Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i2c/
Dch7006_mode.c355 setbitf(state, CH7006_POV, HPOS_8, hpos); in ch7006_setup_properties()
361 setbitf(state, CH7006_POV, VPOS_8, vpos); in ch7006_setup_properties()
412 ch7006_load_reg(client, state, CH7006_POV); in ch7006_state_load()
446 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()
305 ch7006_load_reg(client, state, CH7006_POV); in ch7006_encoder_set_property()
313 ch7006_load_reg(client, state, CH7006_POV); in ch7006_encoder_set_property()
Dch7006_priv.h239 #define CH7006_POV 0x08 macro