Searched refs:hdr (Results 1 – 1 of 1) sorted by relevance
| /pciutils/ |
| H A D | ls-ecaps.c | 671 u32 hdr = get_conf_long(d, where); in cap_rcec() local 672 byte cap_ver = PCI_RCEC_EP_CAP_VER(hdr); in cap_rcec() 1321 u32 hdr = get_conf_long(d, where + PCI_DVSEC_HEADER1); in cap_dvsec() local 1322 u16 vendor = BITS(hdr, 0, 16); in cap_dvsec() 1323 byte rev = BITS(hdr, 16, 4); in cap_dvsec() 1324 u16 len = BITS(hdr, 20, 12); in cap_dvsec() 1338 u32 hdr; in cap_evendor() local 1347 hdr = get_conf_long(d, where + PCI_EVNDR_HEADER); in cap_evendor() 1349 BITS(hdr, 0, 16), in cap_evendor() 1350 BITS(hdr, 16, 4), in cap_evendor() [all …]
|