Home
last modified time | relevance | path

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

/pciutils/
H A Dlspci.c556 u32 pref_limit = get_conf_word(d, PCI_PREF_MEMORY_LIMIT); in show_htype1() local
625 else if (pref_type != (pref_limit & 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()
631 u64 pref_limit_64 = (pref_limit & PCI_PREF_RANGE_MASK) << 16; in show_htype1()