Searched refs:micro_path (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dtheatre200.c86 static int microc_load (char* micro_path, char* micro_type, struct rt200_microc_data* microc_datap, int screen);
144 static int microc_load (char* micro_path, char* micro_type, struct rt200_microc_data* microc_datap, int screen) argument
153 if (micro_path == NULL)
159 file = fopen(micro_path, "r");
169 ERROR("Cannot read header from file: %s\n", micro_path);
194 ERROR("Cannot read segment from microcode file: %s\n", micro_path);
250 ERROR("Cannot read header from file: %s\n", micro_path);
278 ERROR("Cannot read segment from microcode file: %s\n", micro_path);

Completed in 4 milliseconds