Searched refs:rv_scntl3 (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 729 np->rv_scntl3 = i+1; 736 np->rv_scntl3 = 0; 962 sym_name(np), np->rv_scntl3, np->rv_dmode, np->rv_dcntl, 1774 sym_selectclock(np, np->rv_scntl3); /* Select SCSI clock */ 1894 tp->head.wval = np->rv_scntl3; 1959 sval, wval, uval, np->rv_scntl3); 3555 tp->head.wval = np->rv_scntl3;
|
D | sym_hipd.h | 862 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest3, rv_ctest4, member
|
D | sym_glue.c | 861 tp->head.wval = np->rv_scntl3; in sym53c8xx_slave_destroy()
|
/linux-4.4.14/drivers/scsi/ |
D | ncr53c8xx.c | 1639 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest0, rv_ctest3, member 3807 np->rv_scntl3 = i+1; in ncr_prepare_setting() 4000 ncr_name(np), np->rv_scntl3, np->rv_dmode, np->rv_dcntl, in ncr_prepare_setting() 5280 ncr_selectclock(np, np->rv_scntl3); /* Select SCSI clock */ in ncr_init() 5329 tp->wval = np->rv_scntl3; in ncr_init() 5542 scntl3 = np->rv_scntl3; in ncr_setsync() 5543 scntl3 = (scntl3 & 0xf0) | (tp->wval & EWS) | (np->rv_scntl3 & 0x07); in ncr_setsync()
|