Subversion Repositories Kolibri OS

Rev

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

Rev 1179 Rev 1321
Line 130... Line 130...
130
	uint16_t io_attr;
130
	uint16_t io_attr;
131
	uint16_t reg_block;
131
	uint16_t reg_block;
132
	uint8_t shift;
132
	uint8_t shift;
133
	int cs_equal, cs_above;
133
	int cs_equal, cs_above;
134
	int io_mode;
134
	int io_mode;
-
 
135
	uint32_t *scratch;
135
};
136
};
Line 136... Line 137...
136
 
137
 
Line 137... Line 138...
137
extern int atom_debug;
138
extern int atom_debug;
138
 
139
 
139
struct atom_context *atom_parse(struct card_info *, void *);
140
struct atom_context *atom_parse(struct card_info *, void *);
140
void atom_execute_table(struct atom_context *, int, uint32_t *);
141
void atom_execute_table(struct atom_context *, int, uint32_t *);
141
int atom_asic_init(struct atom_context *);
142
int atom_asic_init(struct atom_context *);
142
void atom_destroy(struct atom_context *);
143
void atom_destroy(struct atom_context *);
-
 
144
void atom_parse_data_header(struct atom_context *ctx, int index, uint16_t *size, uint8_t *frev, uint8_t *crev, uint16_t *data_start);
143
void atom_parse_data_header(struct atom_context *ctx, int index, uint16_t *size, uint8_t *frev, uint8_t *crev, uint16_t *data_start);
145
void atom_parse_cmd_header(struct atom_context *ctx, int index, uint8_t *frev, uint8_t *crev);
144
void atom_parse_cmd_header(struct atom_context *ctx, int index, uint8_t *frev, uint8_t *crev);
146
int atom_allocate_fb_scratch(struct atom_context *ctx);
145
#include "atom-types.h"
147
#include "atom-types.h"
Line 146... Line 148...
146
#include "atombios.h"
148
#include "atombios.h"