HomeSort by: relevance | last modified time | path
    Searched defs:regl (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
pci_subr.c 3604 pcireg_t regl, regh; local in function:pci_conf_print_multicast_cap
3629 regl = regs[o2i(extcapoff + PCI_MCAST_BARL)];
3631 printf(" Base Address Register 0: 0x%08x\n", regl);
3634 (unsigned int)(regl & PCI_MCAST_BARL_INDPOS));
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)]
    [all...]
pci_subr.c 3604 pcireg_t regl, regh; local in function:pci_conf_print_multicast_cap
3629 regl = regs[o2i(extcapoff + PCI_MCAST_BARL)];
3631 printf(" Base Address Register 0: 0x%08x\n", regl);
3634 (unsigned int)(regl & PCI_MCAST_BARL_INDPOS));
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)]
    [all...]
pci_subr.c 3604 pcireg_t regl, regh; local in function:pci_conf_print_multicast_cap
3629 regl = regs[o2i(extcapoff + PCI_MCAST_BARL)];
3631 printf(" Base Address Register 0: 0x%08x\n", regl);
3634 (unsigned int)(regl & PCI_MCAST_BARL_INDPOS));
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)]
    [all...]

Completed in 37 milliseconds