Lines Matching refs:oldid
1348 static void __devinit decode_winbond(int efer, int key, int devid, int devrev, int oldid) in decode_winbond() argument
1369 else if ((oldid &0x0f ) == 0x0a) { type="83877F"; progif=1;} in decode_winbond()
1370 else if ((oldid &0x0f ) == 0x0b) { type="83877AF"; progif=1;} in decode_winbond()
1371 else if ((oldid &0x0f ) == 0x0c) { type="83877TF"; progif=1;} in decode_winbond()
1372 else if ((oldid &0x0f ) == 0x0d) { type="83877ATF"; progif=1;} in decode_winbond()
1378 efer, key, devid, devrev, oldid, type); in decode_winbond()
1415 int devid,devrev,oldid,x_devid,x_devrev,x_oldid; in winbond_check() local
1433 oldid=inb(io+1); in winbond_check()
1436 if ((x_devid == devid) && (x_devrev == devrev) && (x_oldid == oldid)) in winbond_check()
1439 decode_winbond(io,key,devid,devrev,oldid); in winbond_check()
1444 int devid,devrev,oldid,x_devid,x_devrev,x_oldid; in winbond_check2() local
1461 oldid=inb(io+2); in winbond_check2()
1464 if ((x_devid == devid) && (x_devrev == devrev) && (x_oldid == oldid)) in winbond_check2()
1467 decode_winbond(io,key,devid,devrev,oldid); in winbond_check2()
1472 int id,rev,oldid,oldrev,x_id,x_rev,x_oldid,x_oldrev; in smsc_check() local
1488 oldid=inb(io+1); /* Read EFDR, extended function data register */ in smsc_check()
1498 (x_oldid == oldid) && (x_rev == rev)) in smsc_check()
1501 decode_smsc(io,key,oldid,oldrev); in smsc_check()