Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/
H A Dpcie-rockchip-host.c264 while (power > FIELD_MAX(PCI_EXP_DEVCAP_PWR_VAL)) { in rockchip_pcie_set_power_limit()
274 status |= FIELD_PREP(PCI_EXP_DEVCAP_PWR_VAL, power); in rockchip_pcie_set_power_limit()
/linux/include/uapi/linux/
H A Dpci_regs.h508 #define PCI_EXP_DEVCAP_PWR_VAL 0x03fc0000 /* Slot Power Limit Value */ macro