Home
last modified time | relevance | path

Searched refs:reg_end (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dip_cksum.c427 uchar_t *reg_start, *reg_end; in ip_md_cksum() local
439 reg_end = pdi->hdr_wptr; in ip_md_cksum()
442 reg_end = pdi->pld_ary[i - 1].pld_wptr; in ip_md_cksum()
447 mlen = reg_end - (uchar_t *)w; in ip_md_cksum()
/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx_util.h53 uint32_t reg_end, pci_ranges_t **sel_rng_p, uint_t *base_offset_p);
H A Dpx_util.c217 uint64_t reg_begin, reg_end, reg_sz; in px_xlate_reg() local
230 reg_end = reg_begin + reg_sz - 1; in px_xlate_reg()
242 if (reg_begin >= rng_begin && reg_end <= rng_end) in px_xlate_reg()
/titanic_41/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_util.c195 uint32_t reg_end, reg_begin = pcmu_rp->pci_phys_low; in pcmu_xlate_reg() local
207 reg_end = reg_begin + sz - 1; in pcmu_xlate_reg()
219 if (reg_begin >= rng_begin && reg_end <= rng_end) { in pcmu_xlate_reg()
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci_util.c218 uint32_t reg_end, reg_begin = pci_rp->pci_phys_low; in pci_xlate_reg() local
229 reg_end = reg_begin + sz - 1; in pci_xlate_reg()
240 if (reg_begin >= rng_begin && reg_end <= rng_end) in pci_xlate_reg()
/titanic_41/usr/src/uts/sun4u/io/
H A Dmc-us3i.c1174 uint64_t end, reg_start, reg_end; in get_devgrp_size() local
1184 reg_end = regi->base + regi->size - 1; in get_devgrp_size()
1187 if ((reg_end < start) || (reg_start > end)) { in get_devgrp_size()
1193 if ((reg_start <= start) && (reg_end >= end)) { in get_devgrp_size()