Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pci/
Dof.c649 u8 *slot_power_limit_scale) in of_pci_get_slot_power_limit() argument
694 if (slot_power_limit_scale) in of_pci_get_slot_power_limit()
695 *slot_power_limit_scale = scale; in of_pci_get_slot_power_limit()
Dpci.h632 u8 *slot_power_limit_scale);
662 u8 *slot_power_limit_scale) in of_pci_get_slot_power_limit() argument
666 if (slot_power_limit_scale) in of_pci_get_slot_power_limit()
667 *slot_power_limit_scale = 0; in of_pci_get_slot_power_limit()
/linux-5.19.10/drivers/pci/controller/
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()
1369 &port->slot_power_limit_scale); in mvebu_pcie_parse_port()