Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_fme.c513 struct feature_fme_pm_ap_threshold pm_ap_threshold; in fme_pwr_get_threshold1() local
515 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() local
530 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() local
552 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 …]