OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eeprom_image_length
(Results
1 - 1
of
1
) sorted by null
/hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/
tiwlan_loader.c
60
S32
eeprom_image_length
= 0;
local
86
eeprom_image_length
= os_getFileSize(f1);
87
if (-1 ==
eeprom_image_length
)
117
req_size = sizeof(TLoaderFilesData) +
eeprom_image_length
+ (init_file_length+1) + firmware_image_length;
124
init_info->uNvsFileLength =
eeprom_image_length
;
128
if (!f1 || (
eeprom_image_length
&&
129
os_fread(&init_info->data[0], 1,
eeprom_image_length
, f1)<
eeprom_image_length
))
135
os_fread(&init_info->data[
eeprom_image_length
], 1, firmware_image_length, f2)<firmware_image_length))
142
os_fread(&init_info->data[
eeprom_image_length
+firmware_image_length], 1, init_file_length, f3)<init_file_length)
[
all
...]
Completed in 42 milliseconds