Searched refs:sta_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 860 sta_width = (w & PCI_EXP_LNKSTA_WIDTH) >> 4; in cap_express_link() 864 sta_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 1447 sta_width = (w & PCI_EXP_LNKSTA_WIDTH) >> 4; in cap_express_link_rcd() 1451 sta_width, in cap_express_link_rcd() 1452 link_compare(PCI_EXP_TYPE_ROOT_INT_EP, sta_width, cap_width)); in cap_express_link_rcd()
|