Lines Matching defs:regh
3604 pcireg_t regl, regh;
3630 regh = regs[o2i(extcapoff + PCI_MCAST_BARH)];
3632 printf(" Base Address Register 1: 0x%08x\n", regh);
3635 addr = ((uint64_t)regh << 32) | (regl & PCI_MCAST_BARL_ADDR);
3639 regh = regs[o2i(extcapoff + PCI_MCAST_RECVH)];
3641 printf(" Receive Register 1: 0x%08x\n", regh);
3644 regh = regs[o2i(extcapoff + PCI_MCAST_BLOCKALLH)];
3646 printf(" Block All Register 1: 0x%08x\n", regh);
3649 regh = regs[o2i(extcapoff + PCI_MCAST_BLOCKUNTRNSH)];
3651 printf(" Block Untranslated Register 1: 0x%08x\n", regh);
3654 regh = regs[o2i(extcapoff + PCI_MCAST_OVERLAYH)];
3656 printf(" Overlay BAR 1: 0x%08x\n", regh);
3664 addr = ((uint64_t)regh << 32) | (regl & PCI_MCAST_OVERLAYL_ADDR);