Lines Matching refs:old_gpcntl
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()
674 gpcntl = (old_gpcntl & 0xe9) | 0x09; in sym_read_T93C46_nvram()
682 OUTB(np, nc_gpcntl, old_gpcntl); in sym_read_T93C46_nvram()