Searched refs:old_gpcntl (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_nvram.c | 381 u_char old_gpcntl, old_gpreg; in sym_write_S24C16_nvram() local 387 old_gpcntl = INB(np, nc_gpcntl); in sym_write_S24C16_nvram() 388 gpcntl = old_gpcntl & 0x1c; in sym_write_S24C16_nvram() 421 OUTB(np, nc_gpcntl, old_gpcntl); in sym_write_S24C16_nvram() 434 u_char old_gpcntl, old_gpreg; in sym_read_S24C16_nvram() local 441 old_gpcntl = INB(np, nc_gpcntl); in sym_read_S24C16_nvram() 442 gpcntl = old_gpcntl & 0x1c; in sym_read_S24C16_nvram() 495 OUTB(np, nc_gpcntl, old_gpcntl); in sym_read_S24C16_nvram() 663 u_char old_gpcntl, old_gpreg; in sym_read_T93C46_nvram() local 668 old_gpcntl = INB(np, nc_gpcntl); in sym_read_T93C46_nvram() [all …]
|