Home
last modified time | relevance | path

Searched refs:iohigh (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/x86/pci/
H A Dpci_ranges.c210 pcireg_t io, pcireg_t iohigh) in io_range_extend_by_win() argument
238 r[1].r_val = iohigh; in io_range_extend_by_win()
240 baseh = __SHIFTOUT(iohigh, PCI_BRIDGE_IOHIGH_BASE); in io_range_extend_by_win()
241 limith = __SHIFTOUT(iohigh, PCI_BRIDGE_IOHIGH_LIMIT); in io_range_extend_by_win()
/netbsd-src/sys/dev/pci/
H A Dpciconf.c1137 pcireg_t io, iohigh, mem, cmd; in configure_bridge() local
1152 iohigh = __SHIFTIN(io_base >> 16, PCI_BRIDGE_IOHIGH_BASE) | in configure_bridge()
1162 iohigh = 0; in configure_bridge()
1171 pci_conf_write(pb->pc, pd->tag, PCI_BRIDGE_IOHIGH_REG, iohigh); in configure_bridge()