Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/aty/
Dradeon_pm.c1438 INREG(PAD_CTLR_STRENGTH); in radeon_pm_reset_pad_ctlr_strength()
1439 OUTREG(PAD_CTLR_STRENGTH, INREG(PAD_CTLR_STRENGTH) & ~PAD_MANUAL_OVERRIDE); in radeon_pm_reset_pad_ctlr_strength()
1440 tmp = INREG(PAD_CTLR_STRENGTH); in radeon_pm_reset_pad_ctlr_strength()
1443 tmp2 = INREG(PAD_CTLR_STRENGTH); in radeon_pm_reset_pad_ctlr_strength()
2226 INREG(PAD_CTLR_STRENGTH);
2227 OUTREG(PAD_CTLR_STRENGTH, INREG(PAD_CTLR_STRENGTH) & ~0x10000);
2230 INREG(PAD_CTLR_STRENGTH);
/linux-4.4.14/include/video/
Dradeon.h22 #define PAD_CTLR_STRENGTH 0x0168 macro