Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/aic7xxx/
HDaic7xxx.h755 u_int sxfr_u2; /* Value of the SXFR parameter for Ultra2+ Chips */ member
HDaic7xxx.c1715 && (syncrate->sxfr_u2 == 0)) in ahc_find_syncrate()
1737 if ((syncrate->sxfr_u2 & ST_SXFR) != 0) in ahc_find_syncrate()
1746 && (syncrate->sxfr_u2 == 0))) { in ahc_find_syncrate()
1772 if (syncrate->sxfr_u2 == 0) in ahc_find_period()
1774 else if (scsirate == (syncrate->sxfr_u2 & SXFR_ULTRA2)) in ahc_find_period()
1944 scsirate |= syncrate->sxfr_u2; in ahc_set_syncrate()