Home
last modified time | relevance | path

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

/pciutils/
H A Dlspci.c562 int pref_disabled = (p->known_fields & PCI_FILL_BRIDGE_BASES) && !p->bridge_size[2]; in show_htype1() local
617 if ((p->known_fields & PCI_FILL_BRIDGE_BASES) && !pref_disabled) in show_htype1()
623 …ange("\tPrefetchable memory behind bridge", pref_base_64, pref_limit_64, pref_bits, pref_disabled); in show_htype1()
638 if (!(pref_base_64 == 0x0 && pref_limit_64 == 0x0 && pref_disabled)) in show_htype1()
642 …ange("\tPrefetchable memory behind bridge", pref_base_64, pref_limit_64, pref_bits, pref_disabled); in show_htype1()