Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dof.c908 * @slot_power_limit_scale: pointer where the scale should be stored in PCIe
912 * and @slot_power_limit_scale pointers are non-NULL, fills in the value and
919 u8 *slot_power_limit_scale) in of_pci_get_slot_power_limit()
964 if (slot_power_limit_scale) in of_pci_get_slot_power_limit()
965 *slot_power_limit_scale = scale; in of_pci_get_slot_power_limit()
918 of_pci_get_slot_power_limit(struct device_node * node,u8 * slot_power_limit_value,u8 * slot_power_limit_scale) of_pci_get_slot_power_limit() argument
H A Dpci.h1191 u8 *slot_power_limit_scale);
1219 u8 *slot_power_limit_scale) in acpi_pci_set_power_state()
1223 if (slot_power_limit_scale) in acpi_pci_get_power_state()
1224 *slot_power_limit_scale = 0; in acpi_pci_get_power_state()
1101 of_pci_get_slot_power_limit(struct device_node * node,u8 * slot_power_limit_value,u8 * slot_power_limit_scale) of_pci_get_slot_power_limit() argument
/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()
1330 &port->slot_power_limit_scale); in mvebu_pcie_parse_port()