Searched refs:vr01 (Results 1 – 1 of 1) sorted by relevance
346 u16 vr01, vr30, backlight; in ivch_dpms() local351 if (!ivch_read(dvo, VR01, &vr01)) in ivch_dpms()362 vr01 |= VR01_LCD_ENABLE | VR01_DVO_ENABLE; in ivch_dpms()364 vr01 &= ~(VR01_LCD_ENABLE | VR01_DVO_ENABLE); in ivch_dpms()366 ivch_write(dvo, VR01, vr01); in ivch_dpms()383 u16 vr01; in ivch_get_hw_state() local388 if (!ivch_read(dvo, VR01, &vr01)) in ivch_get_hw_state()391 if (vr01 & VR01_LCD_ENABLE) in ivch_get_hw_state()403 u16 vr01 = 0; in ivch_mode_set() local413 vr01 = VR01_DITHER_ENABLE; in ivch_mode_set()[all …]