Searched refs:PCI_HEADER_TYPE (Results 1 – 9 of 9) sorted by relevance
| /pciutils/ |
| H A D | ls-map.c | 76 if (!func && (pci_read_byte(p, PCI_HEADER_TYPE) & 0x80)) in do_map_bus() 84 switch (get_conf_byte(d, PCI_HEADER_TYPE) & 0x7f) in do_map_bus()
|
| H A D | lspci.c | 141 if (!d->no_config_access && (d->config[PCI_HEADER_TYPE] & 0x7f) == PCI_HEADER_TYPE_CARDBUS) in scan_device() 799 byte htype = d->no_config_access ? -1 : (get_conf_byte(d, PCI_HEADER_TYPE) & 0x7f); in show_verbose()
|
| H A D | ls-tree.c | 146 byte ht = d->no_config_access ? -1 : (get_conf_byte(d, PCI_HEADER_TYPE) & 0x7f); in grow_tree()
|
| H A D | setpci.c | 153 unsigned int hdr_type = pci_read_byte(dev, PCI_HEADER_TYPE) & 0x7f; in exec_op()
|
| H A D | ls-caps.c | 206 switch (get_conf_byte(d, PCI_HEADER_TYPE) & 0x7f) in cap_pcix() 1691 u8 htype = get_conf_byte(d, PCI_HEADER_TYPE) & 0x7f; in cap_ea()
|
| /pciutils/lib/ |
| H A D | generic.c | 42 ht = pci_read_byte(t, PCI_HEADER_TYPE); in pci_generic_scan_bus() 91 d->hdrtype = pci_read_byte(d, PCI_HEADER_TYPE) & 0x7f; in get_hdr_type()
|
| H A D | aos-expansion.c | 161 d->hdrtype = device->ReadConfigByte(PCI_HEADER_TYPE) & ~PCI_HEADER_TYPE_MULTIFUNCTION; in aos_expansion_scan()
|
| H A D | header.h | 55 #define PCI_HEADER_TYPE 0x0e /* 8 bits */ macro
|
| /pciutils/lmr/ |
| H A D | margin_hw.c | 43 u8 type = pci_read_byte(dev, PCI_HEADER_TYPE) & 0x7F; in margin_port_is_down()
|