Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pci/
Dof.c648 u8 *slot_power_limit_value, in of_pci_get_slot_power_limit() argument
691 if (slot_power_limit_value) in of_pci_get_slot_power_limit()
692 *slot_power_limit_value = value; in of_pci_get_slot_power_limit()
Dpci.h631 u8 *slot_power_limit_value,
661 u8 *slot_power_limit_value, in of_pci_get_slot_power_limit() argument
664 if (slot_power_limit_value) in of_pci_get_slot_power_limit()
665 *slot_power_limit_value = 0; in of_pci_get_slot_power_limit()
/Linux-v6.1/drivers/pci/controller/
Dpci-mvebu.c121 u8 slot_power_limit_value; member
311 if (port->slot_power_limit_value) { in mvebu_pcie_setup_hw()
312 sspl |= port->slot_power_limit_value << PCIE_SSPL_VALUE_SHIFT; in mvebu_pcie_setup_hw()
663 if (!port->slot_power_limit_value) in mvebu_pci_bridge_emul_pcie_conf_read()
821 port->slot_power_limit_value) { in mvebu_pci_bridge_emul_pcie_conf_write()
941 FIELD_PREP(PCI_EXP_SLTCAP_SPLV, port->slot_power_limit_value) | in mvebu_pci_bridge_emul_init()
1367 &port->slot_power_limit_value, in mvebu_pcie_parse_port()