Subversion Repositories Kolibri OS

Rev

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

Rev 1120 Rev 1179
Line 20... Line 20...
20
 * OTHER DEALINGS IN THE SOFTWARE.
20
 * OTHER DEALINGS IN THE SOFTWARE.
21
 *
21
 *
22
 * Author: Stanislaw Skowronek
22
 * Author: Stanislaw Skowronek
23
 */
23
 */
Line 24... Line 24...
24
 
24
 
25
//#include 
25
#include 
26
//#include 
-
 
27
 
-
 
28
#include 
-
 
Line 29... Line 26...
29
#include 
26
#include 
Line 30... Line 27...
30
 
27
 
31
#define ATOM_DEBUG
28
#define ATOM_DEBUG
Line 1162... Line 1159...
1162
	return ctx;
1159
	return ctx;
1163
}
1160
}
Line 1164... Line 1161...
1164
 
1161
 
1165
int atom_asic_init(struct atom_context *ctx)
1162
int atom_asic_init(struct atom_context *ctx)
1166
{
-
 
1167
 
-
 
1168
    dbgprintf("%s\n",__FUNCTION__);
-
 
1169
 
1163
{
1170
	int hwi = CU16(ctx->data_table + ATOM_DATA_FWI_PTR);
1164
	int hwi = CU16(ctx->data_table + ATOM_DATA_FWI_PTR);
1171
	uint32_t ps[16];
1165
	uint32_t ps[16];
Line 1172... Line 1166...
1172
	memset(ps, 0, 64);
1166
	memset(ps, 0, 64);