Lines Matching refs:ctx
209 static int __must_check npe_debug_instr(struct npe *npe, u32 instr, u32 ctx,
225 (ctx << ECS_REG_1_CCTXT_BITS) |
226 (ctx << ECS_REG_1_SELCTXT_BITS));
253 u8 val, u32 ctx)
260 return npe_debug_instr(npe, instr, ctx, 1); /* execute it */
264 u16 val, u32 ctx)
271 return npe_debug_instr(npe, instr, ctx, 1); /* execute it */
275 u32 val, u32 ctx)
278 if (npe_logical_reg_write16(npe, addr, val >> 16, ctx))
280 return npe_logical_reg_write16(npe, addr + 2, val & 0xFFFF, ctx);