Subversion Repositories Kolibri OS

Rev

Rev 5271 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5271 Rev 6104
Line 182... Line 182...
182
	tmp = RREG32(SMC_RESP_0);
182
	tmp = RREG32(SMC_RESP_0);
Line 183... Line 183...
183
 
183
 
184
	return (PPSMC_Result)tmp;
184
	return (PPSMC_Result)tmp;
Line -... Line 185...
-
 
185
}
185
}
186
 
186
 
187
#if 0
187
PPSMC_Result ci_wait_for_smc_inactive(struct radeon_device *rdev)
188
PPSMC_Result ci_wait_for_smc_inactive(struct radeon_device *rdev)
188
{
189
{
Line 199... Line 200...
199
                udelay(1);
200
                udelay(1);
200
        }
201
        }
Line 201... Line 202...
201
 
202
 
202
	return PPSMC_Result_OK;
203
	return PPSMC_Result_OK;
-
 
204
}
Line 203... Line 205...
203
}
205
#endif
204
 
206
 
205
int ci_load_smc_ucode(struct radeon_device *rdev, u32 limit)
207
int ci_load_smc_ucode(struct radeon_device *rdev, u32 limit)
206
{
208
{