Home
last modified time | relevance | path

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

/drivers/pci/
A Dof.c920 u32 slot_power_limit_mw; in of_pci_get_slot_power_limit() local
924 &slot_power_limit_mw)) in of_pci_get_slot_power_limit()
925 slot_power_limit_mw = 0; in of_pci_get_slot_power_limit()
928 if (slot_power_limit_mw == 0) { in of_pci_get_slot_power_limit()
932 value = slot_power_limit_mw; in of_pci_get_slot_power_limit()
937 slot_power_limit_mw = slot_power_limit_mw / 10 * 10; in of_pci_get_slot_power_limit()
941 slot_power_limit_mw = slot_power_limit_mw / 100 * 100; in of_pci_get_slot_power_limit()
945 slot_power_limit_mw = slot_power_limit_mw / 1000 * 1000; in of_pci_get_slot_power_limit()
949 slot_power_limit_mw = 239*1000; in of_pci_get_slot_power_limit()
953 slot_power_limit_mw = slot_power_limit_mw / (1000*25) * (1000*25); in of_pci_get_slot_power_limit()
[all …]

Completed in 10 milliseconds