Home
last modified time | relevance | path

Searched refs:slot_power_limit_mw (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/pci/
H A Dof.c740 u32 slot_power_limit_mw; in of_pci_get_slot_power_limit() local
744 &slot_power_limit_mw)) in of_pci_get_slot_power_limit()
745 slot_power_limit_mw = 0; in of_pci_get_slot_power_limit()
748 if (slot_power_limit_mw == 0) { in of_pci_get_slot_power_limit()
751 } else if (slot_power_limit_mw <= 255) { in of_pci_get_slot_power_limit()
752 value = slot_power_limit_mw; in of_pci_get_slot_power_limit()
754 } else if (slot_power_limit_mw <= 255*10) { in of_pci_get_slot_power_limit()
755 value = slot_power_limit_mw / 10; in of_pci_get_slot_power_limit()
757 slot_power_limit_mw = slot_power_limit_mw / 1 in of_pci_get_slot_power_limit()
[all...]

Completed in 2 milliseconds