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

  /src/sys/dev/pci/
pci_subr.c 4833 uint32_t base_h, limit_h; local in function:pci_conf_print_type1
4877 base_h = PCIREG_SHIFTOUT(rval, PCI_BRIDGE_IOHIGH_BASE);
4879 printf(" base upper 16 bits register: 0x%04x\n", base_h);
4883 base |= base_h << 16;
4915 base_h = regs[o2i(PCI_BRIDGE_PREFETCHBASEUP32_REG)];
4918 base_h);
4929 pbase |= (uint64_t)base_h << 32;
pci_subr.c 4833 uint32_t base_h, limit_h; local in function:pci_conf_print_type1
4877 base_h = PCIREG_SHIFTOUT(rval, PCI_BRIDGE_IOHIGH_BASE);
4879 printf(" base upper 16 bits register: 0x%04x\n", base_h);
4883 base |= base_h << 16;
4915 base_h = regs[o2i(PCI_BRIDGE_PREFETCHBASEUP32_REG)];
4918 base_h);
4929 pbase |= (uint64_t)base_h << 32;
pci_subr.c 4833 uint32_t base_h, limit_h; local in function:pci_conf_print_type1
4877 base_h = PCIREG_SHIFTOUT(rval, PCI_BRIDGE_IOHIGH_BASE);
4879 printf(" base upper 16 bits register: 0x%04x\n", base_h);
4883 base |= base_h << 16;
4915 base_h = regs[o2i(PCI_BRIDGE_PREFETCHBASEUP32_REG)];
4918 base_h);
4929 pbase |= (uint64_t)base_h << 32;

Completed in 41 milliseconds