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