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.c778 u8 *slot_power_limit_scale) in of_pci_get_slot_power_limit() argument
823 if (slot_power_limit_scale) in of_pci_get_slot_power_limit()
824 *slot_power_limit_scale = scale; in of_pci_get_slot_power_limit()
H A Dpci.h741 u8 *slot_power_limit_scale);
772 u8 *slot_power_limit_scale) in of_pci_get_slot_power_limit() argument
776 if (slot_power_limit_scale) in of_pci_get_slot_power_limit()
777 *slot_power_limit_scale = 0; in of_pci_get_slot_power_limit()
/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()