Subversion Repositories Kolibri OS

Rev

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

Rev 1403 Rev 1630
Line 119... Line 119...
119
        uint32_t (* pll_read)(struct card_info *, uint32_t);          /*  filled by driver */
119
        uint32_t (* pll_read)(struct card_info *, uint32_t);          /*  filled by driver */
120
};
120
};
Line 121... Line 121...
121
 
121
 
122
struct atom_context {
122
struct atom_context {
123
	struct card_info *card;
123
	struct card_info *card;
124
//	struct mutex mutex;
124
	struct mutex mutex;
125
	void *bios;
125
	void *bios;
126
	uint32_t cmd_table, data_table;
126
	uint32_t cmd_table, data_table;
Line 127... Line 127...
127
	uint16_t *iio;
127
	uint16_t *iio;