Home
last modified time | relevance | path

Searched refs:rv_dcntl (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c190 OUTB(np, nc_dcntl, (np->rv_dcntl & IRQM)); in sym_reset_scsi_bus()
833 np->rv_dcntl |= PFEN; /* Prefetch Enable */
835 np->rv_dcntl |= CLSE; /* Cache Line Size Enable */
888 np->rv_dcntl |= IRQM;
891 np->rv_dcntl |= (np->sv_dcntl & IRQM);
931 np->rv_dcntl & IRQM ? "totem pole" : "open drain",
949 sym_name(np), np->rv_scntl3, np->rv_dmode, np->rv_dcntl,
1769 OUTB(np, nc_dcntl , NOCOM|np->rv_dcntl); /* Protect SFBR */
Dsym_hipd.h849 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest3, rv_ctest4, member
/linux-5.19.10/drivers/scsi/
Dncr53c8xx.c1624 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest0, rv_ctest3, member
3800 np->rv_dcntl = np->sv_dcntl; in ncr_prepare_setting()
3829 np->rv_dcntl |= PFEN; /* Prefetch Enable */ in ncr_prepare_setting()
3831 np->rv_dcntl |= CLSE; /* Cache Line Size Enable */ in ncr_prepare_setting()
3839 np->rv_dcntl |= EA; /* Enable ACK */ in ncr_prepare_setting()
3920 np->rv_dcntl |= IRQM; in ncr_prepare_setting()
3923 np->rv_dcntl |= (np->sv_dcntl & IRQM); in ncr_prepare_setting()
3963 ncr_name(np), np->rv_scntl3, np->rv_dmode, np->rv_dcntl, in ncr_prepare_setting()
5138 OUTB (nc_dcntl , NOCOM|np->rv_dcntl); /* Protect SFBR */ in ncr_init()