Searched refs:rv_ctest4 (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 604 np->rv_ctest4 &= ~0x80; 609 np->rv_ctest4 |= 0x80; 857 np->rv_ctest4 |= MPEE; /* Master parity checking */ 963 np->rv_ctest3, np->rv_ctest4, np->rv_ctest5); 1017 OUTB(np, nc_ctest4, (np->rv_ctest4 & MPEE)); 1049 if ((dstat & MDPE) && (np->rv_ctest4 & MPEE)) { 1053 np->rv_ctest4 &= ~MPEE; 1784 OUTB(np, nc_ctest4, np->rv_ctest4); /* Master parity checking */
|
D | sym_hipd.h | 862 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest3, rv_ctest4, member
|
/linux-4.4.14/drivers/scsi/ |
D | ncr53c8xx.c | 1640 rv_ctest4, rv_ctest5, rv_stest2; member 3843 np->rv_ctest4 = np->sv_ctest4; in ncr_prepare_setting() 3877 np->rv_ctest4 |= MUX; /* Host bus multiplex mode */ in ncr_prepare_setting() 3887 np->rv_ctest4 |= MPEE; /* Master parity checking */ in ncr_prepare_setting() 4001 np->rv_ctest3, np->rv_ctest4, np->rv_ctest5); in ncr_prepare_setting() 5291 OUTB (nc_ctest4, np->rv_ctest4); /* Master parity checking */ in ncr_init()
|