Home | History | Annotate | Download | only in rmi

Lines Matching refs:offp

888 	pcitag_t tag, int *offp, bus_space_tag_t *bstp,
906 if ((*offp >= 0) && (*offp < 0x100)) {
911 *offp += (tag & mask);
927 } else if ((*offp >= 0x100) && (*offp <= 0x700)) {
933 *offp += (tag & mask);
949 } else if ((*offp > 0x700) && (*offp <= PCI_EXTCONF_SIZE)) {
953 panic("%s: offset %#x: unknown", __func__, *offp);