Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx.h733 u_int sxfr_u2; /* Value of the SXFR parameter for Ultra2+ Chips */ member
Daic7xxx_core.c2302 && (syncrate->sxfr_u2 == 0)) in ahc_find_syncrate()
2324 if ((syncrate->sxfr_u2 & ST_SXFR) != 0) in ahc_find_syncrate()
2333 && (syncrate->sxfr_u2 == 0))) { in ahc_find_syncrate()
2371 if (syncrate->sxfr_u2 == 0) in ahc_find_period()
2373 else if (scsirate == (syncrate->sxfr_u2 & SXFR_ULTRA2)) in ahc_find_period()
2544 scsirate |= syncrate->sxfr_u2; in ahc_set_syncrate()