Home
last modified time | relevance | path

Searched refs:sxfr_u2 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/scsi/aic7xxx/
Daic7xxx.h730 u_int sxfr_u2; /* Value of the SXFR parameter for Ultra2+ Chips */ member
Daic7xxx_core.c2279 && (syncrate->sxfr_u2 == 0)) in ahc_find_syncrate()
2301 if ((syncrate->sxfr_u2 & ST_SXFR) != 0) in ahc_find_syncrate()
2310 && (syncrate->sxfr_u2 == 0))) { in ahc_find_syncrate()
2348 if (syncrate->sxfr_u2 == 0) in ahc_find_period()
2350 else if (scsirate == (syncrate->sxfr_u2 & SXFR_ULTRA2)) in ahc_find_period()
2521 scsirate |= syncrate->sxfr_u2; in ahc_set_syncrate()