Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/aty/
Dradeon_accel.c211 host_path_cntl = INREG(HOST_PATH_CNTL); in radeonfb_engine_reset()
246 OUTREG(HOST_PATH_CNTL, host_path_cntl | HDP_SOFT_RESET); in radeonfb_engine_reset()
247 INREG(HOST_PATH_CNTL); in radeonfb_engine_reset()
248 OUTREG(HOST_PATH_CNTL, host_path_cntl); in radeonfb_engine_reset()
Dradeon_pm.c604 rinfo->save_regs[41] = INREG(HOST_PATH_CNTL); in radeon_pm_save_regs()
1767 OUTREG(HOST_PATH_CNTL, rinfo->save_regs[41]); in radeon_reinitialize_M10()
2022 OUTREG(HOST_PATH_CNTL, rinfo->save_regs[41]); /* MacOS sets that to 0 !!! */ in radeon_reinitialize_M9P()
2237 OUTREG(HOST_PATH_CNTL, rinfo->save_regs[41]);
/linux-3.4.99/include/video/
Dradeon.h93 #define HOST_PATH_CNTL 0x0130 macro