Searched refs:rv_ctest4 (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 591 np->rv_ctest4 &= ~0x80; 596 np->rv_ctest4 |= 0x80; 844 np->rv_ctest4 |= MPEE; /* Master parity checking */ 950 np->rv_ctest3, np->rv_ctest4, np->rv_ctest5); 1004 OUTB(np, nc_ctest4, (np->rv_ctest4 & MPEE)); 1036 if ((dstat & MDPE) && (np->rv_ctest4 & MPEE)) { 1040 np->rv_ctest4 &= ~MPEE; 1771 OUTB(np, nc_ctest4, np->rv_ctest4); /* Master parity checking */
|
D | sym_hipd.h | 849 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest3, rv_ctest4, member
|
/linux-6.6.21/drivers/scsi/ |
D | ncr53c8xx.c | 1625 rv_ctest4, rv_ctest5, rv_stest2; member 3803 np->rv_ctest4 = np->sv_ctest4; in ncr_prepare_setting() 3837 np->rv_ctest4 |= MUX; /* Host bus multiplex mode */ in ncr_prepare_setting() 3847 np->rv_ctest4 |= MPEE; /* Master parity checking */ in ncr_prepare_setting() 3964 np->rv_ctest3, np->rv_ctest4, np->rv_ctest5); in ncr_prepare_setting() 5141 OUTB (nc_ctest4, np->rv_ctest4); /* Master parity checking */ in ncr_init()
|