Searched refs:where (Results 1 – 10 of 10) sorted by relevance
| /pciutils/ |
| H A D | ls-ecaps.c | 1538 where += 4; in cap_rebar() 1548 where += 4; in cap_rebar() 1916 int where = 0x100; in show_ext_caps() local 1949 cap_dpc(d, where); in show_ext_caps() 1953 cap_vc(d, where); in show_ext_caps() 1956 cap_dsn(d, where); in show_ext_caps() 1980 cap_acs(d, where); in show_ext_caps() 1983 cap_ari(d, where); in show_ext_caps() 1986 cap_ats(d, where); in show_ext_caps() 1998 cap_pri(d, where); in show_ext_caps() [all …]
|
| H A D | ls-caps.c | 212 cap_pcix_bridge(d, where); in cap_pcix() 1689 int entry_base = where + 4; in cap_ea() 1815 where = get_conf_byte(d, where) & ~3; in show_caps() 1817 while (where) in show_caps() 1829 printf("[%02x] ", where); in show_caps() 1830 if (been_there[where]++) in show_caps() 1846 cap_pm(d, where, cap); in show_caps() 1864 cap_pcix(d, where); in show_caps() 1883 cap_ssvid(d, where); in show_caps() 1902 cap_af(d, where); in show_caps() [all …]
|
| H A D | ls-caps-vendor.c | 29 if (!config_fetch(d, where, length)) in show_vendor_caps_virtio() 59 offset = get_conf_long(d, where + 8); in show_vendor_caps_virtio() 60 size = get_conf_long(d, where + 12); in show_vendor_caps_virtio() 65 offset_hi = get_conf_long(d, where + 16); in show_vendor_caps_virtio() 66 size_hi = get_conf_long(d, where + 20); in show_vendor_caps_virtio() 68 get_conf_byte(d, where + 4), in show_vendor_caps_virtio() 71 get_conf_byte(d, where + 5)); in show_vendor_caps_virtio() 119 if (!config_fetch(d, where, length)) in show_vendor_caps_intel() 125 l = get_conf_long(d, where + 4); in show_vendor_caps_intel() 164 l = get_conf_long(d, where + 8); in show_vendor_caps_intel() [all …]
|
| H A D | lspci.h | 67 void show_caps(struct device *d, int where); 75 void show_vendor_caps(struct device *d, int where, int cap);
|
| H A D | README | 104 It lives at https://pci-ids.ucw.cz/, where you can browse the database,
|
| H A D | ChangeLog | 989 instead of "r". This is needed on DOS systems, where this function 991 instead of the decompressed stream inside, where binariness really 1140 * README.Windows: Mention that WinIO.dll is needed and where to get it. 1372 C library for use on systems where the default libraries lack 2054 on all architectures or any libc on a i386 where we really know 2173 since it breaks on machines where programs are not installed by root.
|
| H A D | COPYING | 291 the "copyright" line and a pointer to where the full notice is found.
|
| /pciutils/lib/ |
| H A D | caps.c | 38 int where; in pci_scan_trad_caps() local 45 while (where) in pci_scan_trad_caps() 49 if (been_there[where]++) in pci_scan_trad_caps() 53 pci_add_cap(d, where, id, PCI_CAP_NORMAL); in pci_scan_trad_caps() 54 where = next; in pci_scan_trad_caps() 62 int where = 0x100; in pci_scan_ext_caps() local 73 header = pci_read_long(d, where); in pci_scan_ext_caps() 77 if (been_there[where]++) in pci_scan_ext_caps() 79 pci_add_cap(d, where, id, PCI_CAP_EXTENDED); in pci_scan_ext_caps() 80 where = (header >> 20) & ~3; in pci_scan_ext_caps() [all …]
|
| H A D | i386-ports.c | 106 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (bus << 16) | (device_fn << 8) | (where &… argument
|
| /pciutils/compat/ |
| H A D | README | 2 for systems where the default C libraries lack them.
|