Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_nvram.c322 OUTB(np, nc_gpcntl, *gpcntl & 0xfe); in S24C16_write_ack()
324 OUTB(np, nc_gpcntl, *gpcntl); in S24C16_write_ack()
334 OUTB(np, nc_gpcntl, *gpcntl | 0x01); in S24C16_read_ack()
336 OUTB(np, nc_gpcntl, *gpcntl); in S24C16_read_ack()
387 old_gpcntl = INB(np, nc_gpcntl); in sym_write_S24C16_nvram()
392 OUTB(np, nc_gpcntl, gpcntl); in sym_write_S24C16_nvram()
421 OUTB(np, nc_gpcntl, old_gpcntl); in sym_write_S24C16_nvram()
441 old_gpcntl = INB(np, nc_gpcntl); in sym_read_S24C16_nvram()
446 OUTB(np, nc_gpcntl, gpcntl); in sym_read_S24C16_nvram()
482 OUTB(np, nc_gpcntl, gpcntl); in sym_read_S24C16_nvram()
[all …]
Dsym_defs.h273 /*47*/ u8 nc_gpcntl; member
Dsym_hipd.c635 np->sv_gpcntl = INB(np, nc_gpcntl);
1858 OUTB(np, nc_gpcntl, INB(np, nc_gpcntl) & ~0x01);
1860 OUTB(np, nc_gpcntl, (INB(np, nc_gpcntl) & ~0x41) | 0x20);
/linux-4.4.14/drivers/scsi/
Dncr53c8xx.h795 /*47*/ u8 nc_gpcntl; member
Dncr53c8xx.c3762 np->sv_gpcntl = INB(nc_gpcntl); in ncr_prepare_setting()
4757 OUTB(nc_gpcntl, np->sv_gpcntl); in ncr_detach()
5308 OUTOFFB (nc_gpcntl, 0x01); in ncr_init()