Home
last modified time | relevance | path

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

/pciutils/
H A Dlspci.c557 u32 pref_type = pref_base & PCI_PREF_RANGE_TYPE_MASK; in show_htype1() local
621 pref_type = p->bridge_base_addr[2] & PCI_MEMORY_RANGE_TYPE_MASK; in show_htype1()
622 pref_bits = (pref_type == PCI_PREF_RANGE_TYPE_64) ? 64 : 32; in show_htype1()
625 else if (pref_type != (pref_limit & PCI_PREF_RANGE_TYPE_MASK) || in show_htype1()
626 (pref_type != PCI_PREF_RANGE_TYPE_32 && pref_type != PCI_PREF_RANGE_TYPE_64)) in show_htype1()
632 if (pref_type == PCI_PREF_RANGE_TYPE_64) in show_htype1()
641 pref_bits = (pref_type == PCI_PREF_RANGE_TYPE_64) ? 64 : 32; in show_htype1()