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

  /src/sys/arch/x86/pci/
pci_ranges.c 210 pcireg_t io, pcireg_t iohigh)
238 r[1].r_val = iohigh;
240 baseh = __SHIFTOUT(iohigh, PCI_BRIDGE_IOHIGH_BASE);
241 limith = __SHIFTOUT(iohigh, PCI_BRIDGE_IOHIGH_LIMIT);
  /src/sys/dev/pci/
pciconf.c 1137 pcireg_t io, iohigh, mem, cmd; local
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 17 milliseconds