Home
last modified time | relevance | path

Searched refs:rv_scntl3 (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c716 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;
Dsym_hipd.h849 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest3, rv_ctest4, member
Dsym_glue.c839 tp->head.wval = np->rv_scntl3; in sym53c8xx_slave_destroy()
/linux-5.19.10/drivers/scsi/
Dncr53c8xx.c1624 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()