Searched refs:header (Results 1 – 7 of 7) sorted by relevance
70 u32 header; in pci_scan_ext_caps() local73 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()
7 INCL=internal.h pci.h config.h header.h sysdep.h types.h
14 * <lib/header.h> got definitions of new classes and capabilities157 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 PCI2227 before 2.3, we'll use our own definition of the header.2270 bytes of header (the whole standard part).[all …]
1921 u32 header; in show_ext_caps() local1926 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()
65 PCIINC=lib/config.h lib/header.h lib/pci.h lib/types.h lib/sysdep.h66 PCIINC_INS=lib/config.h lib/header.h lib/pci.h lib/types.h
67 header file. The alias is resolved by the linker at linking time, so the final
93 "make install-lib" installs the library together with its header files