Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c1747 uint32_t intFlags, counterVal = 0; in FM_PCD_PlcrProfileGetCounter() local
1773 counterVal = (GET_UINT32(p_FmPcdPlcrRegs->profileRegs.fmpl_pegpc)); in FM_PCD_PlcrProfileGetCounter()
1776 counterVal = GET_UINT32(p_FmPcdPlcrRegs->profileRegs.fmpl_peypc); in FM_PCD_PlcrProfileGetCounter()
1779 counterVal = GET_UINT32(p_FmPcdPlcrRegs->profileRegs.fmpl_perpc); in FM_PCD_PlcrProfileGetCounter()
1782 counterVal = GET_UINT32(p_FmPcdPlcrRegs->profileRegs.fmpl_perypc); in FM_PCD_PlcrProfileGetCounter()
1785 counterVal = GET_UINT32(p_FmPcdPlcrRegs->profileRegs.fmpl_perrpc); in FM_PCD_PlcrProfileGetCounter()
1793 return counterVal; in FM_PCD_PlcrProfileGetCounter()