Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTCAP_PWR_SCL (Results 1 – 2 of 2) sorted by relevance

/pciutils/lib/
H A Dheader.h859 #define PCI_EXP_SLTCAP_PWR_SCL 0x00018000 /* Slot Power Limit Scale */ macro
/pciutils/
H A Dls-caps.c897 show_power_limit((t & PCI_EXP_SLTCAP_PWR_VAL) >> 7, (t & PCI_EXP_SLTCAP_PWR_SCL) >> 15); in cap_express_slot()