pci_subr.c | 4834 uint64_t pbase, plimit; local in function:pci_conf_print_type1 4927 plimit = PCI_BRIDGE_PREFETCHMEM_LIMIT_ADDR(rval); 4930 plimit |= (uint64_t)limit_h << 32; 4932 if (pbase < plimit) { 4935 "\n", pbase, plimit); 4938 (uint32_t)pbase, (uint32_t)plimit);
|