Searched refs:p_Ad (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c146 t_Handle p_Ad; local
154 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad;
157 tmpReg32 = *(uint32_t *)&((t_AdOfTypeContLookup *)p_Ad)->pcAndOffsets;
159 *(uint32_t *)&((t_AdOfTypeContLookup *)p_Ad)->pcAndOffsets = tmpReg32;
175 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad;
176 tmpReg32 |= GET_UINT32(((t_AdOfTypeContLookup *)p_Ad)->pcAndOffsets);
178 WRITE_UINT32(((t_AdOfTypeContLookup *)p_Ad)->pcAndOffsets, tmpReg32);
198 t_AdOfTypeContLookup *p_Ad = (t_AdOfTypeContLookup *)h_Ad; local
249 WRITE_UINT32(p_Ad->matchTblPtr, (GET_UINT32(p_Ad
266 t_AdOfTypeContLookup *p_Ad = (t_AdOfTypeContLookup *)h_Ad; local
315 t_AdOfTypeContLookup *p_Ad; local
764 t_AdOfTypeContLookup *p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad; local
887 t_AdOfTypeContLookup *p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad; local
1233 t_AdOfTypeContLookup *p_Ad; local
1486 t_AdOfTypeContLookup *p_Ad; local
1532 t_AdOfTypeContLookup *p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad; local
1562 t_AdOfTypeContLookup *p_Ad; local
1696 t_AdOfTypeContLookup *p_Ad; local
1737 t_AdOfTypeContLookup *p_Ad; local
1785 t_AdOfTypeContLookup *p_Ad = (t_AdOfTypeContLookup *)h_Ad; local
1950 t_AdOfTypeContLookup *p_Ad; local
1976 t_AdOfTypeContLookup *p_Ad; local
2154 t_AdOfTypeContLookup *p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad; local
2413 FmPcdManipUpdateAdResultForCc(t_Handle h_Manip, t_Handle p_Ad, t_Handle *p_AdNew) argument
2457 FmPcdManipUpdateAdContLookupForCc(t_Handle h_Manip, t_Handle p_Ad, t_Handle *p_AdNew, uint32_t adTableOffset) argument
[all...]
H A Dfm_cc.c1143 static void FillAdOfTypeResult(t_Handle p_Ad, t_FmPcd *p_FmPcd, t_FmPcdCcNextEngineParams *p_CcNextEngineParams) argument
1145 t_AdOfTypeResult *p_AdResult = (t_AdOfTypeResult*)p_Ad;
1154 FmPcdManipUpdateAdResultForCc(p_CcNextEngineParams->h_Manip, p_Ad, &p_AdNewPtr);
1244 static void FillAdOfTypeContLookup(t_Handle p_Ad, t_Handle h_FmPcd, t_Handle p_FmPcdCcNode, t_Handle h_Manip) argument
1247 t_AdOfTypeContLookup *p_AdContLookup = (t_AdOfTypeContLookup *)p_Ad;
1256 FmPcdManipUpdateAdContLookupForCc(h_Manip, p_Ad, &p_AdNewPtr, (uint32_t)((XX_VirtToPhys(p_Node->h_AdTable) - p_FmPcd->physicalMuramBase)));
1286 static void NextStepAd(t_Handle p_Ad, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams, t_FmPcd *p_FmPcd) argument
1293 FillAdOfTypeResult(p_Ad, p_FmPcd, p_FmPcdCcNextEngineParams);
1296 FillAdOfTypeContLookup(p_Ad,
1690 t_Handle p_Ad; local
1802 t_Handle p_Ad; local
[all...]
H A Dfm_cc.h210 t_Handle p_Ad; member in struct:__anon8169
H A Dfm_pcd.h694 void FmPcdManipUpdateAdResultForCc(t_Handle h_Manip, t_Handle p_Ad, t_Handle *p_AdNew);
695 void FmPcdManipUpdateAdContLookupForCc(t_Handle h_Manip, t_Handle p_Ad, t_Handle *p_AdNew, uint32_t adTableOffset);

Completed in 79 milliseconds