Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c5032 t_FmTrbRegs *p_MonRegs; in FM_CtrlMonStart() local
5047 WRITE_UINT32(p_MonRegs->tcrh, TRB_TCRH_RESET); in FM_CtrlMonStart()
5048 WRITE_UINT32(p_MonRegs->tcrl, TRB_TCRL_RESET); in FM_CtrlMonStart()
5052 WRITE_UINT32(p_MonRegs->tcrl, TRB_TCRL_RESET | TRB_TCRL_UTIL); in FM_CtrlMonStart()
5055 WRITE_UINT32(p_MonRegs->tcrh, TRB_TCRH_ENABLE_COUNTERS); in FM_CtrlMonStart()
5064 t_FmTrbRegs *p_MonRegs; in FM_CtrlMonStop() local
5074 WRITE_UINT32(p_MonRegs->tcrh, TRB_TCRH_DISABLE_COUNTERS); in FM_CtrlMonStop()
5086 t_FmTrbRegs *p_MonRegs; in FM_CtrlMonGetCounters() local
5100 ((uint64_t)GET_UINT32(p_MonRegs->tpcch) << 32 | GET_UINT32(p_MonRegs->tpccl)); in FM_CtrlMonGetCounters()
5103 ((uint64_t)GET_UINT32(p_MonRegs->tpc1h) << 32 | GET_UINT32(p_MonRegs->tpc1l)); in FM_CtrlMonGetCounters()
[all …]