Searched refs:pm_ap_threshold (Results 1 – 1 of 1) sorted by relevance
534 struct feature_fme_pm_ap_threshold pm_ap_threshold; in fme_pwr_get_threshold1() local536 pm_ap_threshold.csr = readq(&fme_power->threshold); in fme_pwr_get_threshold1()538 *threshold = pm_ap_threshold.threshold1; in fme_pwr_get_threshold1()548 struct feature_fme_pm_ap_threshold pm_ap_threshold; in fme_pwr_set_threshold1() local551 pm_ap_threshold.csr = readq(&fme_power->threshold); in fme_pwr_set_threshold1()554 pm_ap_threshold.threshold1 = threshold; in fme_pwr_set_threshold1()560 writeq(pm_ap_threshold.csr, &fme_power->threshold); in fme_pwr_set_threshold1()571 struct feature_fme_pm_ap_threshold pm_ap_threshold; in fme_pwr_get_threshold2() local573 pm_ap_threshold.csr = readq(&fme_power->threshold); in fme_pwr_get_threshold2()575 *threshold = pm_ap_threshold.threshold2; in fme_pwr_get_threshold2()[all …]