Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dpci_map.c287 uint64_t maxoffset; member
381 entry.maxoffset = (entry.maxoffset_lower & PCI_EA_LOWMASK) | in pci_ea_lookup()
421 uint64_t region_size = entry.maxoffset + 4; in pci_ea_find()
/netbsd-src/sys/dev/ic/
H A Dsiop_common.c527 int sync, maxoffset, offset, i; in siop_sdtr_neg() local
532 maxoffset = (sc->maxoff > 31) ? 31 : sc->maxoff; in siop_sdtr_neg()
543 if (offset > maxoffset || sync < sc->st_minsync || in siop_sdtr_neg()
592 if (offset > maxoffset) in siop_sdtr_neg()
593 offset = maxoffset; in siop_sdtr_neg()
H A Daic7xxx.c1792 u_int maxoffset; in ahc_validate_offset() local
1796 maxoffset = 0; in ahc_validate_offset()
1798 maxoffset = MAX_OFFSET_ULTRA2; in ahc_validate_offset()
1801 maxoffset = MAX_OFFSET_16BIT; in ahc_validate_offset()
1803 maxoffset = MAX_OFFSET_8BIT; in ahc_validate_offset()
1805 *offset = MIN(*offset, maxoffset); in ahc_validate_offset()
H A Daic79xx.c2857 u_int maxoffset; in ahd_validate_offset() local
2861 maxoffset = 0; in ahd_validate_offset()
2864 maxoffset = MAX_OFFSET_PACED_BUG; in ahd_validate_offset()
2866 maxoffset = MAX_OFFSET_PACED; in ahd_validate_offset()
2868 maxoffset = MAX_OFFSET_NON_PACED; in ahd_validate_offset()
2869 *offset = MIN(*offset, maxoffset); in ahd_validate_offset()
/netbsd-src/sys/dev/i2o/
H A Di2o.h516 u_int8_t maxoffset; member