Searched refs:CH7xxx_PM (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | dvo_ch7xxx.c | 83 #define CH7xxx_PM 0x49 macro 261 ch7xxx_readb(dvo, CH7xxx_PM, &orig_pm); in ch7xxx_detect() 267 ch7xxx_writeb(dvo, CH7xxx_PM, pm); in ch7xxx_detect() 271 ch7xxx_writeb(dvo, CH7xxx_PM, orig_pm); in ch7xxx_detect() 336 ch7xxx_writeb(dvo, CH7xxx_PM, CH7xxx_PM_DVIL | CH7xxx_PM_DVIP); in ch7xxx_dpms() 338 ch7xxx_writeb(dvo, CH7xxx_PM, CH7xxx_PM_FPD); in ch7xxx_dpms() 345 ch7xxx_readb(dvo, CH7xxx_PM, &val); in ch7xxx_get_hw_state()
|