Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c1541 t_FmPcdPlcrProfileRegs plcrProfileReg; in FM_PCD_PlcrProfileSet() local
1624 memset(&plcrProfileReg, 0, sizeof(t_FmPcdPlcrProfileRegs)); in FM_PCD_PlcrProfileSet()
1627 err = BuildProfileRegs(h_FmPcd, p_ProfileParams, &plcrProfileReg); in FM_PCD_PlcrProfileSet()
1664 WRITE_UINT32(p_FmPcdPlcrRegs->profileRegs.fmpl_pemode , plcrProfileReg.fmpl_pemode); in FM_PCD_PlcrProfileSet()
1668 WRITE_UINT32(p_FmPcdPlcrRegs->profileRegs.fmpl_pecir , plcrProfileReg.fmpl_pecir); in FM_PCD_PlcrProfileSet()
1669 WRITE_UINT32(p_FmPcdPlcrRegs->profileRegs.fmpl_pecbs , plcrProfileReg.fmpl_pecbs); in FM_PCD_PlcrProfileSet()
1672 WRITE_UINT32(p_FmPcdPlcrRegs->profileRegs.fmpl_pelts , plcrProfileReg.fmpl_pelts); in FM_PCD_PlcrProfileSet()
1673 WRITE_UINT32(p_FmPcdPlcrRegs->profileRegs.fmpl_pects , plcrProfileReg.fmpl_pects); in FM_PCD_PlcrProfileSet()
1675 WRITE_UINT32(p_FmPcdPlcrRegs->profileRegs.fmpl_pegpc , plcrProfileReg.fmpl_pegpc); in FM_PCD_PlcrProfileSet()
1676 WRITE_UINT32(p_FmPcdPlcrRegs->profileRegs.fmpl_peypc , plcrProfileReg.fmpl_peypc); in FM_PCD_PlcrProfileSet()
[all …]