Searched refs:PCI_SECONDARY_BUS (Results 1 – 6 of 6) sorted by relevance
| /pciutils/lmr/ |
| H A D | margin_hw.c | 64 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 D | ls-map.c | 87 map_bridge(bi, d, PCI_PRIMARY_BUS, PCI_SECONDARY_BUS, PCI_SUBORDINATE_BUS); in do_map_bus()
|
| H A D | ls-tree.c | 155 b->secondary = get_conf_byte(d, PCI_SECONDARY_BUS); in grow_tree()
|
| H A D | lspci.c | 568 get_conf_byte(d, PCI_SECONDARY_BUS), in show_htype1()
|
| /pciutils/lib/ |
| H A D | generic.c | 62 pci_generic_scan_bus(a, busmap, domain, pci_read_byte(t, PCI_SECONDARY_BUS)); in pci_generic_scan_bus()
|
| H A D | header.h | 107 #define PCI_SECONDARY_BUS 0x19 /* Secondary bus number */ macro
|