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

  /src/sys/dev/pci/
pci_resource.c 521 pcireg_t res, reshigh; local in function:pci_resource_scan_bridge
539 reshigh = pci_conf_read(pc, tag, PCI_BRIDGE_IOHIGH_REG);
540 iostart |= __SHIFTOUT(reshigh, PCI_BRIDGE_IOHIGH_BASE) << 16;
541 ioend |= __SHIFTOUT(reshigh, PCI_BRIDGE_IOHIGH_LIMIT) << 16;
560 reshigh = pci_conf_read(pc, tag,
562 pmemstart |= (uint64_t)reshigh << 32;
563 reshigh = pci_conf_read(pc, tag,
565 pmemend |= (uint64_t)reshigh << 32;
pci_resource.c 521 pcireg_t res, reshigh; local in function:pci_resource_scan_bridge
539 reshigh = pci_conf_read(pc, tag, PCI_BRIDGE_IOHIGH_REG);
540 iostart |= __SHIFTOUT(reshigh, PCI_BRIDGE_IOHIGH_BASE) << 16;
541 ioend |= __SHIFTOUT(reshigh, PCI_BRIDGE_IOHIGH_LIMIT) << 16;
560 reshigh = pci_conf_read(pc, tag,
562 pmemstart |= (uint64_t)reshigh << 32;
563 reshigh = pci_conf_read(pc, tag,
565 pmemend |= (uint64_t)reshigh << 32;

Completed in 21 milliseconds