Searched refs:radeon_type (Results 1 – 7 of 7) sorted by relevance
/haiku/headers/private/graphics/radeon/ |
H A D | pll_access.h | 19 void RADEONPllErrataAfterIndex( vuint8 *regs, radeon_type asic ); 24 void RADEONPllErrataAfterData( vuint8 *regs, radeon_type asic ); 36 uint32 Radeon_INPLL( vuint8 *regs, radeon_type asic, int addr ); 39 void Radeon_OUTPLL( vuint8 *regs, radeon_type asic, uint8 addr, uint32 val ); 42 void Radeon_OUTPLLP( vuint8 *regs, radeon_type asic, uint8 addr, uint32 val, uint32 mask );
|
H A D | radeon_interface.h | 219 } radeon_type; typedef 525 radeon_type asic; // ASIC version
|
/haiku/src/add-ons/kernel/drivers/graphics/radeon/ |
H A D | pll_access.c | 16 void RADEONPllErrataAfterIndex( vuint8 *regs, radeon_type asic ) in RADEONPllErrataAfterIndex() 28 void RADEONPllErrataAfterData( vuint8 *regs, radeon_type asic ) in RADEONPllErrataAfterData() 59 uint32 Radeon_INPLL( vuint8 *regs, radeon_type asic, int addr ) in Radeon_INPLL() 71 void Radeon_OUTPLL( vuint8 *regs, radeon_type asic, uint8 addr, uint32 val ) in Radeon_OUTPLL() 84 void Radeon_OUTPLLP( vuint8 *regs, radeon_type asic, uint8 addr, in Radeon_OUTPLLP()
|
H A D | radeon_driver.h | 105 radeon_type asic;
|
H A D | detect.c | 241 radeon_type asic;
|
H A D | CP_setup.c | 643 radeon_type asic = di->asic; in Radeon_SetDynamicClock()
|
/haiku/src/add-ons/accelerants/radeon/ |
H A D | pll.c | 458 radeon_type asic = ai->si->asic; in Radeon_ProgramPLL()
|