Searched refs:cap_width (Results 1 – 1 of 1) sorted by relevance
| /pciutils/ |
| H A D | ls-caps.c | 815 u32 t, aspm, cap_speed, cap_width, sta_speed, sta_width; in cap_express_link() local 821 cap_width = (t & PCI_EXP_LNKCAP_WIDTH) >> 4; in cap_express_link() 824 link_speed(cap_speed), cap_width, in cap_express_link() 865 link_compare(type, sta_width, cap_width)); in cap_express_link() 1402 u32 t, aspm, cap_speed, cap_width, sta_speed, sta_width; in cap_express_link_rcd() local 1412 cap_width = (t & PCI_EXP_LNKCAP_WIDTH) >> 4; in cap_express_link_rcd() 1415 link_speed(cap_speed), cap_width, in cap_express_link_rcd() 1452 link_compare(PCI_EXP_TYPE_ROOT_INT_EP, sta_width, cap_width)); in cap_express_link_rcd()
|