Home
last modified time | relevance | path

Searched refs:slot_power_limit_value (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dof.c737 u8 *slot_power_limit_value, in of_pci_get_slot_power_limit() argument
780 if (slot_power_limit_value) in of_pci_get_slot_power_limit()
781 *slot_power_limit_value = value; in of_pci_get_slot_power_limit()
H A Dpci.h630 u8 *slot_power_limit_value,
660 u8 *slot_power_limit_value, in of_pci_get_slot_power_limit() argument
663 if (slot_power_limit_value) in of_pci_get_slot_power_limit()
664 *slot_power_limit_value = 0; in of_pci_get_slot_power_limit()
/openbmc/linux/drivers/pci/controller/
H A Dpci-mvebu.c121 u8 slot_power_limit_value; member
311 if (port->slot_power_limit_value) { in mvebu_pcie_setup_hw()
312 sspl |= port->slot_power_limit_value << PCIE_SSPL_VALUE_SHIFT; in mvebu_pcie_setup_hw()
663 if (!port->slot_power_limit_value) in mvebu_pci_bridge_emul_pcie_conf_read()
821 port->slot_power_limit_value) { in mvebu_pci_bridge_emul_pcie_conf_write()
941 FIELD_PREP(PCI_EXP_SLTCAP_SPLV, port->slot_power_limit_value) | in mvebu_pci_bridge_emul_init()
1350 &port->slot_power_limit_value, in mvebu_pcie_parse_port()