Searched refs:pxp (Results 1 – 8 of 8) sorted by relevance
63 struct pxp_ptt_entry pxp; member92 p_pool->ptts[i].pxp.offset = ECORE_BAR_INVALID_OFFSET; in ecore_ptt_pool_alloc()93 p_pool->ptts[i].pxp.pretend.control = 0; in ecore_ptt_pool_alloc()122 p_ptt->pxp.offset = ECORE_BAR_INVALID_OFFSET; in ecore_ptt_invalidate()179 return OSAL_LE32_TO_CPU(p_ptt->pxp.offset) << 2; in ecore_ptt_get_hw_addr()211 p_ptt->pxp.offset = OSAL_CPU_TO_LE32(new_hw_addr >> 2); in ecore_ptt_set_win()216 OSAL_LE32_TO_CPU(p_ptt->pxp.offset)); in ecore_ptt_set_win()405 p_ptt->pxp.pretend.control = OSAL_CPU_TO_LE16(control); in ecore_fid_pretend()406 p_ptt->pxp.pretend.fid.concrete_fid.fid = OSAL_CPU_TO_LE16(fid); in ecore_fid_pretend()411 *(u32 *)&p_ptt->pxp.pretend); in ecore_fid_pretend()[all …]
74 pxp: pxp@020f0000 { label
642 pxp: pxp@020f0000 { label
1056 pxp: pxp@02218000 { label1061 clock-names = "pxp-axi", "disp-axi";
919 pxp: pxp@8002a000 { label
347 pxp@8002a000 {
643 int pxp, pyp; /* previous point (to make lines from) */ in picurve() local661 pxp = (x[0] + x[1]) / 2; /* make the last point pointers */ in picurve()663 tmove2(pxp, pyp); in picurve()
2720 register char **pxp = pvp; local2724 while (*pxp != NULL && strcmp(*pxp, "@") != 0)2726 pxp++;2729 if (*pxp == NULL)2734 while ((*pxp++ = *qxq++) != NULL)2738 *--pxp = NULL;