Searched refs:pref_base (Results 1 – 1 of 1) sorted by relevance
555 u32 pref_base = get_conf_word(d, PCI_PREF_MEMORY_BASE); in show_htype1() local557 u32 pref_type = pref_base & PCI_PREF_RANGE_TYPE_MASK; in show_htype1()627 printf("\t!!! Unknown prefetchable memory range types %x/%x\n", pref_base, pref_limit); in show_htype1()630 u64 pref_base_64 = (pref_base & PCI_PREF_RANGE_MASK) << 16; in show_htype1()