Home
last modified time | relevance | path

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

/pciutils/
H A Dls-ecaps.c1538 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 Dls-caps.c212 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 Dls-caps-vendor.c29 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 Dlspci.h67 void show_caps(struct device *d, int where);
75 void show_vendor_caps(struct device *d, int where, int cap);
H A DREADME104 It lives at https://pci-ids.ucw.cz/, where you can browse the database,
H A DChangeLog989 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 DCOPYING291 the "copyright" line and a pointer to where the full notice is found.
/pciutils/lib/
H A Dcaps.c38 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 Di386-ports.c106 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (bus << 16) | (device_fn << 8) | (where &… argument
/pciutils/compat/
H A DREADME2 for systems where the default C libraries lack them.