Searched refs:rv_dcntl (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 190 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 */
|
D | sym_hipd.h | 849 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest3, rv_ctest4, member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | ncr53c8xx.c | 1627 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest0, rv_ctest3, member 3828 np->rv_dcntl = np->sv_dcntl; in ncr_prepare_setting() 3857 np->rv_dcntl |= PFEN; /* Prefetch Enable */ in ncr_prepare_setting() 3859 np->rv_dcntl |= CLSE; /* Cache Line Size Enable */ in ncr_prepare_setting() 3867 np->rv_dcntl |= EA; /* Enable ACK */ in ncr_prepare_setting() 3948 np->rv_dcntl |= IRQM; in ncr_prepare_setting() 3951 np->rv_dcntl |= (np->sv_dcntl & IRQM); in ncr_prepare_setting() 3991 ncr_name(np), np->rv_scntl3, np->rv_dmode, np->rv_dcntl, in ncr_prepare_setting() 5279 OUTB (nc_dcntl , NOCOM|np->rv_dcntl); /* Protect SFBR */ in ncr_init()
|