Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Ddvo_ch7xxx.c69 #define CH7xxx_PM 0x49 macro
237 ch7xxx_readb(dvo, CH7xxx_PM, &orig_pm); in ch7xxx_detect()
243 ch7xxx_writeb(dvo, CH7xxx_PM, pm); in ch7xxx_detect()
247 ch7xxx_writeb(dvo, CH7xxx_PM, orig_pm); in ch7xxx_detect()
305 ch7xxx_writeb(dvo, CH7xxx_PM, CH7xxx_PM_DVIL | CH7xxx_PM_DVIP); in ch7xxx_dpms()
307 ch7xxx_writeb(dvo, CH7xxx_PM, CH7xxx_PM_FPD); in ch7xxx_dpms()
331 ch7xxx_readb(dvo, CH7xxx_PM, &ch7xxx->save_PM); in ch7xxx_save()
345 ch7xxx_writeb(dvo, CH7xxx_PM, ch7xxx->save_PM); in ch7xxx_restore()