Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Dof.c738 u8 *slot_power_limit_scale) in of_pci_get_slot_power_limit() argument
783 if (slot_power_limit_scale) in of_pci_get_slot_power_limit()
784 *slot_power_limit_scale = scale; in of_pci_get_slot_power_limit()
H A Dpci.h631 u8 *slot_power_limit_scale);
661 u8 *slot_power_limit_scale) in of_pci_get_slot_power_limit() argument
665 if (slot_power_limit_scale) in of_pci_get_slot_power_limit()
666 *slot_power_limit_scale = 0; in of_pci_get_slot_power_limit()
/openbmc/linux/drivers/pci/controller/
H A Dpci-mvebu.c122 u8 slot_power_limit_scale; member
313 sspl |= port->slot_power_limit_scale << PCIE_SSPL_SCALE_SHIFT; in mvebu_pcie_setup_hw()
942 FIELD_PREP(PCI_EXP_SLTCAP_SPLS, port->slot_power_limit_scale) | in mvebu_pci_bridge_emul_init()
1351 &port->slot_power_limit_scale); in mvebu_pcie_parse_port()