Home
last modified time | relevance | path

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

/pciutils/lmr/
H A Dmargin_hw.c64 if (given_down && pci_read_byte(dev, PCI_SECONDARY_BUS) == p->bus && dev->domain == p->domain in margin_find_pair()
71 else if (!given_down && pci_read_byte(p, PCI_SECONDARY_BUS) == dev->bus in margin_find_pair()
93 u8 down_sec = pci_read_byte(down_port, PCI_SECONDARY_BUS); in margin_verify_link()
/pciutils/
H A Dls-map.c87 map_bridge(bi, d, PCI_PRIMARY_BUS, PCI_SECONDARY_BUS, PCI_SUBORDINATE_BUS); in do_map_bus()
H A Dls-tree.c155 b->secondary = get_conf_byte(d, PCI_SECONDARY_BUS); in grow_tree()
H A Dlspci.c568 get_conf_byte(d, PCI_SECONDARY_BUS), in show_htype1()
/pciutils/lib/
H A Dgeneric.c62 pci_generic_scan_bus(a, busmap, domain, pci_read_byte(t, PCI_SECONDARY_BUS)); in pci_generic_scan_bus()
H A Dheader.h107 #define PCI_SECONDARY_BUS 0x19 /* Secondary bus number */ macro