Home | History | Annotate | Download | only in pci

Lines Matching defs:regl

3604 	pcireg_t regl, regh;
3629 regl = regs[o2i(extcapoff + PCI_MCAST_BARL)];
3631 printf(" Base Address Register 0: 0x%08x\n", regl);
3634 (unsigned int)(regl
3635 addr = ((uint64_t)regh << 32) | (regl & PCI_MCAST_BARL_ADDR);
3638 regl = regs[o2i(extcapoff + PCI_MCAST_RECVL)];
3640 printf(" Receive Register 0: 0x%08x\n", regl);
3643 regl = regs[o2i(extcapoff + PCI_MCAST_BLOCKALLL)];
3645 printf(" Block All Register 0: 0x%08x\n", regl);
3648 regl = regs[o2i(extcapoff + PCI_MCAST_BLOCKUNTRNSL)];
3650 printf(" Block Untranslated Register 0: 0x%08x\n", regl);
3653 regl = regs[o2i(extcapoff + PCI_MCAST_OVERLAYL)];
3655 printf(" Overlay BAR 0: 0x%08x\n", regl);
3658 n = regl & PCI_MCAST_OVERLAYL_SIZE;
3664 addr = ((uint64_t)regh << 32) | (regl & PCI_MCAST_OVERLAYL_ADDR);