Home
last modified time | relevance | path

Searched refs:header (Results 1 – 7 of 7) sorted by relevance

/pciutils/lib/
H A Dcaps.c70 u32 header; in pci_scan_ext_caps() local
73 header = pci_read_long(d, where); in pci_scan_ext_caps()
74 if (!header || header == 0xffffffff) in pci_scan_ext_caps()
76 id = header & 0xffff; in pci_scan_ext_caps()
80 where = (header >> 20) & ~3; in pci_scan_ext_caps()
H A DMakefile7 INCL=internal.h pci.h config.h header.h sysdep.h types.h
/pciutils/
H A DChangeLog14 * <lib/header.h> got definitions of new classes and capabilities
157 the register is present in the particular header type.
1136 * lib/header.h: Whitespace cleanups.
1257 * pci.ids: Updated copyright header.
1752 * lib/header.h, lspci.c: Dump AGP3 flags and speeds.
1800 * lib/header.h: Added PCI-X stuff. Again by Jeff.
2152 * lib/header.h: Ditto.
2224 * lib/header.h: Until kernel adopts new layout of PCI
2227 before 2.3, we'll use our own definition of the header.
2270 bytes of header (the whole standard part).
[all …]
H A Dls-ecaps.c1921 u32 header; in show_ext_caps() local
1926 header = get_conf_long(d, where); in show_ext_caps()
1927 if (!header || header == 0xffffffff) in show_ext_caps()
1929 id = header & 0xffff; in show_ext_caps()
1930 version = (header >> 16) & 0xf; in show_ext_caps()
2079 where = (header >> 20) & ~3; in show_ext_caps()
H A DMakefile65 PCIINC=lib/config.h lib/header.h lib/pci.h lib/types.h lib/sysdep.h
66 PCIINC_INS=lib/config.h lib/header.h lib/pci.h lib/types.h
H A DREADME.Windows67 header file. The alias is resolved by the linker at linking time, so the final
H A DREADME93 "make install-lib" installs the library together with its header files