Searched refs:HOST_PATH_CNTL (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | radeon_accel.c | 212 host_path_cntl = INREG(HOST_PATH_CNTL); in radeonfb_engine_reset() 247 OUTREG(HOST_PATH_CNTL, host_path_cntl | HDP_SOFT_RESET); in radeonfb_engine_reset() 248 INREG(HOST_PATH_CNTL); in radeonfb_engine_reset() 249 OUTREG(HOST_PATH_CNTL, host_path_cntl); in radeonfb_engine_reset()
|
H A D | radeon_pm.c | 605 rinfo->save_regs[41] = INREG(HOST_PATH_CNTL); in radeon_pm_save_regs() 1772 OUTREG(HOST_PATH_CNTL, rinfo->save_regs[41]); in radeon_reinitialize_M10() 2028 OUTREG(HOST_PATH_CNTL, rinfo->save_regs[41]); /* MacOS sets that to 0 !!! */ in radeon_reinitialize_M9P() 2244 OUTREG(HOST_PATH_CNTL, rinfo->save_regs[41]);
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | radeon_accel.c | 212 host_path_cntl = INREG(HOST_PATH_CNTL); in radeonfb_engine_reset() 247 OUTREG(HOST_PATH_CNTL, host_path_cntl | HDP_SOFT_RESET); in radeonfb_engine_reset() 248 INREG(HOST_PATH_CNTL); in radeonfb_engine_reset() 249 OUTREG(HOST_PATH_CNTL, host_path_cntl); in radeonfb_engine_reset()
|
H A D | radeon_pm.c | 604 rinfo->save_regs[41] = INREG(HOST_PATH_CNTL); in radeon_pm_save_regs() 1771 OUTREG(HOST_PATH_CNTL, rinfo->save_regs[41]); in radeon_reinitialize_M10() 2027 OUTREG(HOST_PATH_CNTL, rinfo->save_regs[41]); /* MacOS sets that to 0 !!! */ in radeon_reinitialize_M9P() 2243 OUTREG(HOST_PATH_CNTL, rinfo->save_regs[41]);
|
/kernel/linux/linux-5.10/include/video/ |
H A D | radeon.h | 94 #define HOST_PATH_CNTL 0x0130 macro
|
/kernel/linux/linux-6.6/include/video/ |
H A D | radeon.h | 94 #define HOST_PATH_CNTL 0x0130 macro
|
Completed in 21 milliseconds