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

  /src/sys/dev/pci/
pci_subr.c 4833 uint32_t base_h, limit_h; local in function:pci_conf_print_type1
4878 limit_h = PCIREG_SHIFTOUT(rval, PCI_BRIDGE_IOHIGH_LIMIT);
4880 printf(" limit upper 16 bits register: 0x%04x\n", limit_h);
4884 limit |= limit_h << 16;
4916 limit_h = regs[o2i(PCI_BRIDGE_PREFETCHLIMITUP32_REG)];
4920 limit_h);
4930 plimit |= (uint64_t)limit_h << 32;
pci_subr.c 4833 uint32_t base_h, limit_h; local in function:pci_conf_print_type1
4878 limit_h = PCIREG_SHIFTOUT(rval, PCI_BRIDGE_IOHIGH_LIMIT);
4880 printf(" limit upper 16 bits register: 0x%04x\n", limit_h);
4884 limit |= limit_h << 16;
4916 limit_h = regs[o2i(PCI_BRIDGE_PREFETCHLIMITUP32_REG)];
4920 limit_h);
4930 plimit |= (uint64_t)limit_h << 32;

Completed in 76 milliseconds