Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_cpt.c819 union cpt_lf_ctl lf_ctl = {.u = 0x0}; in roc_cpt_iq_disable() local
824 plt_write64(lf_ctl.u, lf->rbase + CPT_LF_CTL); in roc_cpt_iq_disable()
872 union cpt_lf_ctl lf_ctl; in roc_cpt_iq_enable() local
878 lf_ctl.u = plt_read64(lf->rbase + CPT_LF_CTL); in roc_cpt_iq_enable()
879 lf_ctl.s.ena = 1; in roc_cpt_iq_enable()
880 lf_ctl.s.fc_ena = 1; in roc_cpt_iq_enable()
881 lf_ctl.s.fc_up_crossing = 0; in roc_cpt_iq_enable()
882 lf_ctl.s.fc_hyst_bits = lf->fc_hyst_bits; in roc_cpt_iq_enable()
883 plt_write64(lf_ctl.u, lf->rbase + CPT_LF_CTL); in roc_cpt_iq_enable()