Searched refs:rv_scntl3 (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/scsi/sym53c8xx_2/ ! |
D | sym_hipd.c | 716 np->rv_scntl3 = i+1; 723 np->rv_scntl3 = 0; 949 sym_name(np), np->rv_scntl3, np->rv_dmode, np->rv_dcntl, 1761 sym_selectclock(np, np->rv_scntl3); /* Select SCSI clock */ 1881 tp->head.wval = np->rv_scntl3; 1946 sval, wval, uval, np->rv_scntl3); 3543 tp->head.wval = np->rv_scntl3;
|
D | sym_hipd.h | 849 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest3, rv_ctest4, member
|
D | sym_glue.c | 839 tp->head.wval = np->rv_scntl3; in sym53c8xx_slave_destroy()
|
/linux-6.1.9/drivers/scsi/ ! |
D | ncr53c8xx.c | 1624 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest0, rv_ctest3, member 3767 np->rv_scntl3 = i+1; in ncr_prepare_setting() 3963 ncr_name(np), np->rv_scntl3, np->rv_dmode, np->rv_dcntl, in ncr_prepare_setting() 5130 ncr_selectclock(np, np->rv_scntl3); /* Select SCSI clock */ in ncr_init() 5179 tp->wval = np->rv_scntl3; in ncr_init() 5367 scntl3 = np->rv_scntl3; in ncr_setsync() 5368 scntl3 = (scntl3 & 0xf0) | (tp->wval & EWS) | (np->rv_scntl3 & 0x07); in ncr_setsync()
|