Home
last modified time | relevance | path

Searched refs:maxoffset (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/dev/ic/
Dsiop_common.c531 int sync, maxoffset, offset, i; local
536 maxoffset = (sc->maxoff > 31) ? 31 : sc->maxoff;
547 if (offset > maxoffset || sync < sc->st_minsync ||
597 if (offset > maxoffset)
598 offset = maxoffset;
Daic7xxx.c1810 u_int maxoffset; in ahc_validate_offset() local
1814 maxoffset = 0; in ahc_validate_offset()
1816 maxoffset = MAX_OFFSET_ULTRA2; in ahc_validate_offset()
1819 maxoffset = MAX_OFFSET_16BIT; in ahc_validate_offset()
1821 maxoffset = MAX_OFFSET_8BIT; in ahc_validate_offset()
1823 *offset = MIN(*offset, maxoffset); in ahc_validate_offset()
/mirbsd/src/sys/dev/i2o/
Di2o.h524 u_int8_t maxoffset; member