Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/display/
Ddvo_ch7xxx.c72 #define CH7xxx_PM 0x49 macro
250 ch7xxx_readb(dvo, CH7xxx_PM, &orig_pm); in ch7xxx_detect()
256 ch7xxx_writeb(dvo, CH7xxx_PM, pm); in ch7xxx_detect()
260 ch7xxx_writeb(dvo, CH7xxx_PM, orig_pm); in ch7xxx_detect()
318 ch7xxx_writeb(dvo, CH7xxx_PM, CH7xxx_PM_DVIL | CH7xxx_PM_DVIP); in ch7xxx_dpms()
320 ch7xxx_writeb(dvo, CH7xxx_PM, CH7xxx_PM_FPD); in ch7xxx_dpms()
327 ch7xxx_readb(dvo, CH7xxx_PM, &val); in ch7xxx_get_hw_state()