Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dpci_subr.c4833 uint32_t base_h, limit_h; in pci_conf_print_type1() local
4877 base_h = PCIREG_SHIFTOUT(rval, PCI_BRIDGE_IOHIGH_BASE); in pci_conf_print_type1()
4879 printf(" base upper 16 bits register: 0x%04x\n", base_h); in pci_conf_print_type1()
4883 base |= base_h << 16; in pci_conf_print_type1()
4915 base_h = regs[o2i(PCI_BRIDGE_PREFETCHBASEUP32_REG)]; in pci_conf_print_type1()
4918 base_h); in pci_conf_print_type1()
4929 pbase |= (uint64_t)base_h << 32; in pci_conf_print_type1()
/netbsd-src/external/gpl3/gdb/dist/sim/common/
H A DChangeLog-20215348 (hw-base_h, hw-device_h, hw-handles_h, hw-instances_h, hw_ports_h,