Lines Matching +full:0 +full:x3150

23 $cid = $ARGV[0];
26 for ($i=0; $i < scalar(@components); $i++) {
35 exit(0);
97 extract("$tmpdir/software/OEM/PCI/App/ttlcdacc.dll", 0x37ef9, 30555, "$tmpdir/fwtmp");
115 …extract("$tmpdir/TT_PCI_2.19h_28_11_2006/software/OEM/PCI/App/ttlcdacc.dll", 0x65389, 24478, "$tmp…
133 extract("$tmpdir/LVHybrid.sys", 0x8b088, 24602, "$tmpdir/fwtmp");
206 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 0);
211 extract("2830SCap2.sys", 0x62e8, 55024, "$tmpdir/opera1-fpga.fw");
212 extract("2830SLoad2.sys",0x3178,0x3685-0x3178,"$tmpdir/fw1part1");
213 extract("2830SLoad2.sys",0x0980,0x3150-0x0980,"$tmpdir/fw1part2");
218 verify("$tmpdir/opera1-fpga.fw","0f8133f5e9051f5f3c1928f7e5a1b07d");
399 my $found = 0;
407 my $prevlen = 0;
411 # register-value pairs that end in 0x5d 0x01 which is a "TUNER GO"
422 s/^\0\0//; # get rid of leading 00 00 if it's there
527 my $fwoffset = 0x25690;
541 while($fwlength > 0) {
643 extract("$tmpdir/$drvfile", 0x14dd8, 15634, "$fwfile");
661 extract("$tmpdir/$drvfile", 0x117b0, 42692, "$fwfile");
683 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 0);
692 extract("$tmpdir/$drvfile", 0x4e5c0, 42692, "$fwfile");
698 my $url = "http://www.ite.com.tw/uploads/firmware/v3.25.0.0/";
731 …extract("$tmpdir/PCTV\ 70e\ 80e\ 100e\ 320e\ 330e\ 800e/32\ bit/emOEM.sys", 0x67d38, 40504, $fwfil…
748 …extract("$tmpdir/PCTV\ 70e\ 80e\ 100e\ 320e\ 330e\ 800e/32\ bit/emOEM.sys", 0x72b80, 42692, $fwfil…
787 extract("$tmpdir/Driver10/Hcw10bda.sys", 0x80788, 0x81E08-0x80788, "$tmpdir/fw1");
839 if ((($status >> 8) > 2) || (($status & 0xff) != 0)) {
875 while($length > 0) {
896 last if ($rcount == 0);
909 $len=ord(substr($buf,0,1));
910 print OUTFILE substr($buf,0,1);
913 printf OUTFILE "%c",0;
925 for($i=0; $i < scalar(@components); $i++) {