Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c5032 t_FmTrbRegs *p_MonRegs; in FM_CtrlMonStart() local
5044 p_MonRegs = (t_FmTrbRegs *)UINT_TO_PTR(p_Fm->baseAddr + FM_MM_TRB(i)); in FM_CtrlMonStart()
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
5073 p_MonRegs = (t_FmTrbRegs *)UINT_TO_PTR(p_Fm->baseAddr + FM_MM_TRB(i)); in FM_CtrlMonStop()
5074 WRITE_UINT32(p_MonRegs->tcrh, TRB_TCRH_DISABLE_COUNTERS); in FM_CtrlMonStop()
5086 t_FmTrbRegs *p_MonRegs; in FM_CtrlMonGetCounters() local
[all …]