Lines Matching refs:FW
237 open FW,">$tmpdir/opera.fw";
238 print FW "$RES1";
239 print FW "$DAT1";
240 print FW "$RES1";
241 print FW "$DAT1";
242 appendfile(FW,"$tmpdir/fw1part1-1");
243 print FW "$RES0";
244 print FW "$DAT0";
245 print FW "$RES1";
246 print FW "$DAT1";
247 appendfile(FW,"$tmpdir/fw1part2-1");
248 print FW "$RES1";
249 print FW "$DAT1";
250 print FW "$RES0";
251 print FW "$DAT0";
274 my ($FW);
275 open $FW, ">$tmpdir/fwtmp3";
276 print $FW "$CMD\001$PAD";
277 print $FW "$CMD\001$PAD";
278 appendfile($FW, "$tmpdir/fwtmp1");
279 print $FW "$CMD\000$PAD";
280 print $FW "$CMD\001$PAD";
281 appendfile($FW, "$tmpdir/fwtmp2");
282 print $FW "$CMD\001$PAD";
283 print $FW "$CMD\000$PAD";
284 close($FW);
807 open FW,">$fwfile";
808 print FW "\x01\x00"; # just a version id for the driver itself
809 print FW "\x9A"; # fw version
810 print FW "\x00"; # padding
811 print FW "$BLOCKS_MAIN"; # number of blocks of main part
812 print FW "\x00"; # padding
813 print FW "$CRC"; # 16bit crc value of main part
814 appendfile(FW,"$tmpdir/fw1");