Home
last modified time | relevance | path

Searched refs:nc_gpcntl (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.c309 OUTB(np, nc_gpcntl, *gpcntl & 0xfe); in S24C16_write_ack()
311 OUTB(np, nc_gpcntl, *gpcntl); in S24C16_write_ack()
321 OUTB(np, nc_gpcntl, *gpcntl | 0x01); in S24C16_read_ack()
323 OUTB(np, nc_gpcntl, *gpcntl); in S24C16_read_ack()
374 old_gpcntl = INB(np, nc_gpcntl); in sym_write_S24C16_nvram()
379 OUTB(np, nc_gpcntl, gpcntl); in sym_write_S24C16_nvram()
408 OUTB(np, nc_gpcntl, old_gpcntl); in sym_write_S24C16_nvram()
428 old_gpcntl = INB(np, nc_gpcntl); in sym_read_S24C16_nvram()
433 OUTB(np, nc_gpcntl, gpcntl); in sym_read_S24C16_nvram()
469 OUTB(np, nc_gpcntl, gpcntl); in sym_read_S24C16_nvram()
[all …]
H A Dsym_defs.h260 /*47*/ u8 nc_gpcntl; member
H A Dsym_hipd.c622 np->sv_gpcntl = INB(np, nc_gpcntl);
1845 OUTB(np, nc_gpcntl, INB(np, nc_gpcntl) & ~0x01);
1847 OUTB(np, nc_gpcntl, (INB(np, nc_gpcntl) & ~0x41) | 0x20);
/linux/drivers/scsi/
H A Dncr53c8xx.h783 /*47*/ u8 nc_gpcntl; member
H A Dncr53c8xx.c3722 np->sv_gpcntl = INB(nc_gpcntl); in ncr_prepare_setting()
4601 OUTB(nc_gpcntl, np->sv_gpcntl); in ncr_detach()
5158 OUTOFFB (nc_gpcntl, 0x01); in ncr_init()