Home
last modified time | relevance | path

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

/dpdk/drivers/raw/ifpga/base/
H A Difpga_fme.c534 struct feature_fme_pm_ap_threshold pm_ap_threshold; in fme_pwr_get_threshold1() local
536 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() local
551 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() local
573 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 …]