Lines Matching refs:FW
224 open FW,">$tmpdir/opera.fw";
225 print FW "$RES1";
226 print FW "$DAT1";
227 print FW "$RES1";
228 print FW "$DAT1";
229 appendfile(FW,"$tmpdir/fw1part1-1");
230 print FW "$RES0";
231 print FW "$DAT0";
232 print FW "$RES1";
233 print FW "$DAT1";
234 appendfile(FW,"$tmpdir/fw1part2-1");
235 print FW "$RES1";
236 print FW "$DAT1";
237 print FW "$RES0";
238 print FW "$DAT0";
261 my ($FW);
262 open $FW, ">$tmpdir/fwtmp3";
263 print $FW "$CMD\001$PAD";
264 print $FW "$CMD\001$PAD";
265 appendfile($FW, "$tmpdir/fwtmp1");
266 print $FW "$CMD\000$PAD";
267 print $FW "$CMD\001$PAD";
268 appendfile($FW, "$tmpdir/fwtmp2");
269 print $FW "$CMD\001$PAD";
270 print $FW "$CMD\000$PAD";
271 close($FW);
794 open FW,">$fwfile";
795 print FW "\x01\x00"; # just a version id for the driver itself
796 print FW "\x9A"; # fw version
797 print FW "\x00"; # padding
798 print FW "$BLOCKS_MAIN"; # number of blocks of main part
799 print FW "\x00"; # padding
800 print FW "$CRC"; # 16bit crc value of main part
801 appendfile(FW,"$tmpdir/fw1");