Lines Matching refs:ctx
212 static int __must_check npe_debug_instr(struct npe *npe, u32 instr, u32 ctx,
228 (ctx << ECS_REG_1_CCTXT_BITS) |
229 (ctx << ECS_REG_1_SELCTXT_BITS));
256 u8 val, u32 ctx)
263 return npe_debug_instr(npe, instr, ctx, 1); /* execute it */
267 u16 val, u32 ctx)
274 return npe_debug_instr(npe, instr, ctx, 1); /* execute it */
278 u32 val, u32 ctx)
281 if (npe_logical_reg_write16(npe, addr, val >> 16, ctx))
283 return npe_logical_reg_write16(npe, addr + 2, val & 0xFFFF, ctx);