Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.h743 u_int sxfr_u2; /* Value of the SXFR parameter for Ultra2+ Chips */ member
Daic7xxx_core.c1709 && (syncrate->sxfr_u2 == 0)) in ahc_find_syncrate()
1731 if ((syncrate->sxfr_u2 & ST_SXFR) != 0) in ahc_find_syncrate()
1740 && (syncrate->sxfr_u2 == 0))) { in ahc_find_syncrate()
1767 if (syncrate->sxfr_u2 == 0) in ahc_find_period()
1769 else if (scsirate == (syncrate->sxfr_u2 & SXFR_ULTRA2)) in ahc_find_period()
1940 scsirate |= syncrate->sxfr_u2; in ahc_set_syncrate()