Lines Matching defs:physsz
382 * physsz. Only the first element of the property is used.
385 * a size of physsz + intrsz; it may be NULL, in which case a full mask is
387 * maskbuf must point to a buffer of length physsz + intrsz.
393 ofw_bus_search_intrmap(void *intr, int intrsz, void *regs, int physsz,
408 for (i = 0; i < physsz; i++)
411 ref[physsz + i] = uiintr[i] & uiimapmsk[physsz + i];
413 bcopy(regs, ref, physsz);
414 bcopy(intr, ref + physsz, intrsz);
421 bcopy(mptr + physsz + intrsz, &parent, sizeof(parent));
440 tsz = physsz + intrsz + sizeof(phandle_t) + paddrsz + pintrsz;
443 if (bcmp(ref, mptr, physsz + intrsz) == 0) {
444 bcopy(mptr + physsz + intrsz + sizeof(parent) + paddrsz,