Searched refs:old_gpcntl (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.c441 u_char old_gpcntl, old_gpreg; local
448 old_gpcntl = INB (nc_gpcntl);
449 gpcntl = old_gpcntl & 0x1c;
502 OUTB (nc_gpcntl, old_gpcntl);
666 u_char old_gpcntl, old_gpreg; local
671 old_gpcntl = INB (nc_gpcntl);
677 gpcntl = (old_gpcntl & 0xe9) | 0x09;
685 OUTB (nc_gpcntl, old_gpcntl);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsym53c8xx_comm.h1309 u_char old_gpcntl, old_gpreg; local
1316 old_gpcntl = INB (nc_gpcntl);
1317 gpcntl = old_gpcntl & 0x1c;
1370 OUTB (nc_gpcntl, old_gpcntl);
1538 u_char old_gpcntl, old_gpreg; local
1543 old_gpcntl = INB (nc_gpcntl);
1549 gpcntl = (old_gpcntl & 0xe9) | 0x09;
1557 OUTB (nc_gpcntl, old_gpcntl);
H A Dsym53c8xx.c14329 u_char old_gpcntl, old_gpreg; local
14336 old_gpcntl = INB (nc_gpcntl);
14337 gpcntl = old_gpcntl & 0x1c;
14390 OUTB (nc_gpcntl, old_gpcntl);
14558 u_char old_gpcntl, old_gpreg; local
14563 old_gpcntl = INB (nc_gpcntl);
14569 gpcntl = (old_gpcntl & 0xe9) | 0x09;
14577 OUTB (nc_gpcntl, old_gpcntl);

Completed in 116 milliseconds