Lines Matching +full:0 +full:xff400000
45 ctx->ctxprog_reg = (reg - 0x00400000) >> 2; in cp_ctx()
52 length = 0; in cp_ctx()
68 for (i = 0; i < ctx->ctxprog_len; i++) { in cp_name()
69 if ((ctxprog[i] & 0xfff00000) != 0xff400000) in cp_name()
73 ctxprog[i] = (ctxprog[i] & 0x00ff00ff) | in cp_name()
81 int ip = 0; in _cp_bra()
85 if (ip == 0) in _cp_bra()
86 ip = 0xff000000 | (name << CP_BRA_IP_SHIFT); in _cp_bra()
90 (state ? 0 : CP_BRA_IF_CLEAR)); in _cp_bra()
92 #define cp_bra(c, f, s, n) _cp_bra((c), 0, CP_FLAG_##f, CP_FLAG_##f##_##s, n)
94 #define cp_ret(c, f, s) _cp_bra((c), 2, CP_FLAG_##f, CP_FLAG_##f##_##s, 0)
99 cp_out(ctx, CP_WAIT | flag | (state ? CP_WAIT_SET : 0)); in _cp_wait()
106 cp_out(ctx, CP_SET | flag | (state ? CP_SET_1 : 0)); in _cp_set()
126 reg = (reg - 0x00400000) / 4; in gr_def()