Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/
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()
Dpci.h630 u8 *slot_power_limit_scale);
660 u8 *slot_power_limit_scale) in of_pci_get_slot_power_limit() argument
664 if (slot_power_limit_scale) in of_pci_get_slot_power_limit()
665 *slot_power_limit_scale = 0; in of_pci_get_slot_power_limit()
/Linux-v6.6/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()
1351 &port->slot_power_limit_scale); in mvebu_pcie_parse_port()