Searched refs:p_FmPcdPlcrRegs (Results 1 – 3 of 3) sorted by relevance
326 t_FmPcdPlcrRegs *p_FmPcdPlcrRegs = p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs; in WritePar() local329 WRITE_UINT32(p_FmPcdPlcrRegs->fmpl_par, par); in WritePar()981 t_FmPcdPlcrRegs *p_Regs = p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs; in PlcrSetPortProfiles()1181 t_FmPcdPlcrRegs *p_FmPcdPlcrRegs = p_FmPcdPlcr->p_FmPcdPlcrRegs; in FmPcdPlcrCcGetSetParams() local1540 t_FmPcdPlcrRegs *p_FmPcdPlcrRegs; in FM_PCD_PlcrProfileSet() local1660 p_FmPcdPlcrRegs = p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs; in FM_PCD_PlcrProfileSet()1748 t_FmPcdPlcrRegs *p_FmPcdPlcrRegs; in FM_PCD_PlcrProfileGetCounter() local1757 p_FmPcdPlcrRegs = p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs; in FM_PCD_PlcrProfileGetCounter()1802 t_FmPcdPlcrRegs *p_FmPcdPlcrRegs; in FM_PCD_PlcrProfileSetCounter() local1812 p_FmPcdPlcrRegs = p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs; in FM_PCD_PlcrProfileSetCounter()[all …]
70 if (p_FmPcd->p_FmPcdPlcr && !p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs) in CheckFmPcdParameters()1617 !p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs && in FM_PCD_GetCounter()1626 if (p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs && in FM_PCD_GetCounter()1632 ASSERT_COND(p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs || in FM_PCD_GetCounter()1741 return GET_UINT32(p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs->fmpl_ypcnt); in FM_PCD_GetCounter()1743 return GET_UINT32(p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs->fmpl_rpcnt); in FM_PCD_GetCounter()1749 return GET_UINT32(p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs->fmpl_tpcnt); in FM_PCD_GetCounter()1848 tmpReg = GET_UINT32(p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs->fmpl_ier); in FM_PCD_SetException()1856 tmpReg = GET_UINT32(p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs->fmpl_ier); in FM_PCD_SetException()2068 WRITE_UINT32(p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs->fmpl_ypcnt, value); in FM_PCD_ModifyCounter()[all …]
286 t_FmPcdPlcrRegs *p_FmPcdPlcrRegs; member