Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.h730 u_int sxfr_u2; /* Value of the SXFR parameter for Ultra2+ Chips */ member
H A Daic7xxx_core.c2277 && (syncrate->sxfr_u2 == 0)) in ahc_find_syncrate()
2299 if ((syncrate->sxfr_u2 & ST_SXFR) != 0) in ahc_find_syncrate()
2308 && (syncrate->sxfr_u2 == 0))) { in ahc_find_syncrate()
2346 if (syncrate->sxfr_u2 == 0) in ahc_find_period()
2348 else if (scsirate == (syncrate->sxfr_u2 & SXFR_ULTRA2)) in ahc_find_period()
2519 scsirate |= syncrate->sxfr_u2; in ahc_set_syncrate()