Searched refs:rt_rv200 (Results 1 – 9 of 9) sorted by relevance
/haiku/src/add-ons/accelerants/radeon/ |
H A D | monitor_routing.c | 41 case rt_rv200: in Radeon_ReadMonitorRoutingRegs() 135 case rt_rv200: in Radeon_CalcMonitorRouting() 297 case rt_rv200: in Radeon_CalcMonitorRouting() 432 case rt_rv200: in Radeon_ProgramMonitorRouting()
|
H A D | Acceleration.c | 336 if ( ai->si->asic >= rt_rv200 ) { in FILL_SPAN_PIO()
|
H A D | monitor_detection.c | 304 case rt_rv200: in Radeon_DetectTVCRT() 670 case rt_rv200: in Radeon_DetectTV()
|
/haiku/src/add-ons/kernel/drivers/graphics/radeon/ |
H A D | pll_access.c | 18 if (! ((asic == rt_rv200) || (asic == rt_rs200))) in RADEONPllErrataAfterIndex()
|
H A D | detect.c | 271 { DEVICE_ID_RADEON_QW, rt_rv200, STD_RADEON, "Radeon 7500 / ALL-IN-WONDER Radeon 7500" }, 272 { DEVICE_ID_RADEON_QX, rt_rv200, STD_RADEON, "Radeon 7500 QX" }, 275 { DEVICE_ID_RADEON_LW, rt_rv200, ISMOBILITY, "Radeon Mobility 7500" }, 276 { DEVICE_ID_RADEON_LX, rt_rv200, ISMOBILITY, "Radeon Mobility 7500 GL" },
|
H A D | CP_setup.c | 757 if ((asic == rt_rv200) || in Radeon_SetDynamicClock() 932 if ((asic == rt_rv200) || in Radeon_SetDynamicClock() 939 if (((asic == rt_rv200) || in Radeon_SetDynamicClock() 951 if (((asic == rt_rv200) || in Radeon_SetDynamicClock()
|
H A D | vip.c | 305 case rt_rv200: in Radeon_VIPReset()
|
/haiku/headers/private/graphics/radeon/ |
H A D | radeon_interface.h | 206 rt_rv200, // Radeon 7500 enumerator 223 (ai->si->asic == rt_rv200) || \
|
/haiku/src/add-ons/media/media-add-ons/radeon/ |
H A D | I2CPort.cpp | 31 if ( si->asic == rt_rv200 ) { in CI2CPort()
|