Searched refs:pm_ap_threshold (Results 1 – 1 of 1) sorted by relevance
513 struct feature_fme_pm_ap_threshold pm_ap_threshold; in fme_pwr_get_threshold1() local515 pm_ap_threshold.csr = readq(&fme_power->threshold); in fme_pwr_get_threshold1()517 *threshold = pm_ap_threshold.threshold1; in fme_pwr_get_threshold1()527 struct feature_fme_pm_ap_threshold pm_ap_threshold; in fme_pwr_set_threshold1() local530 pm_ap_threshold.csr = readq(&fme_power->threshold); in fme_pwr_set_threshold1()533 pm_ap_threshold.threshold1 = threshold; in fme_pwr_set_threshold1()539 writeq(pm_ap_threshold.csr, &fme_power->threshold); in fme_pwr_set_threshold1()550 struct feature_fme_pm_ap_threshold pm_ap_threshold; in fme_pwr_get_threshold2() local552 pm_ap_threshold.csr = readq(&fme_power->threshold); in fme_pwr_get_threshold2()554 *threshold = pm_ap_threshold.threshold2; in fme_pwr_get_threshold2()[all …]