Searched refs:old_gpcntl (Results 1 – 1 of 1) sorted by relevance
/drivers/scsi/sym53c8xx_2/ |
D | sym_nvram.c | 368 u_char old_gpcntl, old_gpreg; in sym_write_S24C16_nvram() local 374 old_gpcntl = INB(np, nc_gpcntl); in sym_write_S24C16_nvram() 375 gpcntl = old_gpcntl & 0x1c; in sym_write_S24C16_nvram() 408 OUTB(np, nc_gpcntl, old_gpcntl); in sym_write_S24C16_nvram() 421 u_char old_gpcntl, old_gpreg; in sym_read_S24C16_nvram() local 428 old_gpcntl = INB(np, nc_gpcntl); in sym_read_S24C16_nvram() 429 gpcntl = old_gpcntl & 0x1c; in sym_read_S24C16_nvram() 482 OUTB(np, nc_gpcntl, old_gpcntl); in sym_read_S24C16_nvram() 650 u_char old_gpcntl, old_gpreg; in sym_read_T93C46_nvram() local 655 old_gpcntl = INB(np, nc_gpcntl); in sym_read_T93C46_nvram() [all …]
|