Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c326 t_FmPcdPlcrRegs *p_FmPcdPlcrRegs = p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs; in WritePar() local
329 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() local
1540 t_FmPcdPlcrRegs *p_FmPcdPlcrRegs; in FM_PCD_PlcrProfileSet() local
1660 p_FmPcdPlcrRegs = p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs; in FM_PCD_PlcrProfileSet()
1748 t_FmPcdPlcrRegs *p_FmPcdPlcrRegs; in FM_PCD_PlcrProfileGetCounter() local
1757 p_FmPcdPlcrRegs = p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs; in FM_PCD_PlcrProfileGetCounter()
1802 t_FmPcdPlcrRegs *p_FmPcdPlcrRegs; in FM_PCD_PlcrProfileSetCounter() local
1812 p_FmPcdPlcrRegs = p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs; in FM_PCD_PlcrProfileSetCounter()
[all …]
H A Dfm_pcd.c70 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 …]
H A Dfm_pcd.h286 t_FmPcdPlcrRegs *p_FmPcdPlcrRegs; member