Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c203 OUTB(np, nc_dcntl, (np->rv_dcntl & IRQM)); in sym_reset_scsi_bus()
846 np->rv_dcntl |= PFEN; /* Prefetch Enable */
848 np->rv_dcntl |= CLSE; /* Cache Line Size Enable */
901 np->rv_dcntl |= IRQM;
904 np->rv_dcntl |= (np->sv_dcntl & IRQM);
944 np->rv_dcntl & IRQM ? "totem pole" : "open drain",
962 sym_name(np), np->rv_scntl3, np->rv_dmode, np->rv_dcntl,
1782 OUTB(np, nc_dcntl , NOCOM|np->rv_dcntl); /* Protect SFBR */
Dsym_hipd.h862 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest3, rv_ctest4, member
/linux-4.1.27/drivers/scsi/
Dncr53c8xx.c1639 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest0, rv_ctest3, member
3840 np->rv_dcntl = np->sv_dcntl; in ncr_prepare_setting()
3869 np->rv_dcntl |= PFEN; /* Prefetch Enable */ in ncr_prepare_setting()
3871 np->rv_dcntl |= CLSE; /* Cache Line Size Enable */ in ncr_prepare_setting()
3879 np->rv_dcntl |= EA; /* Enable ACK */ in ncr_prepare_setting()
3957 np->rv_dcntl |= IRQM; in ncr_prepare_setting()
3960 np->rv_dcntl |= (np->sv_dcntl & IRQM); in ncr_prepare_setting()
4000 ncr_name(np), np->rv_scntl3, np->rv_dmode, np->rv_dcntl, in ncr_prepare_setting()
5288 OUTB (nc_dcntl , NOCOM|np->rv_dcntl); /* Protect SFBR */ in ncr_init()