Searched refs:t_power_on (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/pcie/ |
H A D | aspm.c | 472 u32 t_common_mode, t_power_on, l1_2_threshold, scale, value; in aspm_calc_l1ss_info() local 494 t_power_on = calc_l1ss_pwron(parent, scale1, val1); in aspm_calc_l1ss_info() 497 t_power_on = calc_l1ss_pwron(child, scale2, val2); in aspm_calc_l1ss_info() 510 l1_2_threshold = 2 + 4 + t_common_mode + t_power_on; in aspm_calc_l1ss_info()
|
/kernel/linux/linux-6.6/drivers/pci/pcie/ |
H A D | aspm.c | 443 u32 t_common_mode, t_power_on, l1_2_threshold, scale, value; in aspm_calc_l12_info() local 462 t_power_on = calc_l12_pwron(parent, scale1, val1); in aspm_calc_l12_info() 465 t_power_on = calc_l12_pwron(child, scale2, val2); in aspm_calc_l12_info() 478 l1_2_threshold = 2 + 4 + t_common_mode + t_power_on; in aspm_calc_l12_info()
|
Completed in 7 milliseconds