Searched refs:maxoffset (Results 1 – 5 of 5) sorted by relevance
287 uint64_t maxoffset; member381 entry.maxoffset = (entry.maxoffset_lower & PCI_EA_LOWMASK) | in pci_ea_lookup()421 uint64_t region_size = entry.maxoffset + 4; in pci_ea_find()
527 int sync, maxoffset, offset, i; in siop_sdtr_neg() local532 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()
1792 u_int maxoffset; in ahc_validate_offset() local1796 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()
2857 u_int maxoffset; in ahd_validate_offset() local2861 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()
516 u_int8_t maxoffset; member