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

  /src/sys/dev/pci/
pciconf.c 1137 pcireg_t io, iohigh, mem, cmd; local in function:configure_bridge
1152 iohigh = __SHIFTIN(io_base >> 16, PCI_BRIDGE_IOHIGH_BASE) |
1162 iohigh = 0;
1171 pci_conf_write(pb->pc, pd->tag, PCI_BRIDGE_IOHIGH_REG, iohigh);
pciconf.c 1137 pcireg_t io, iohigh, mem, cmd; local in function:configure_bridge
1152 iohigh = __SHIFTIN(io_base >> 16, PCI_BRIDGE_IOHIGH_BASE) |
1162 iohigh = 0;
1171 pci_conf_write(pb->pc, pd->tag, PCI_BRIDGE_IOHIGH_REG, iohigh);

Completed in 22 milliseconds