Home
last modified time | relevance | path

Searched refs:oldid (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/parport/
Dparport_pc.c1348 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()
[all …]