Lines Matching +full:0 +full:x00400000
43 ctx->ctxprog_reg = (reg - 0x00400000) >> 2; in cp_ctx()
50 length = 0; in cp_ctx()
66 for (i = 0; i < ctx->ctxprog_len; i++) { in cp_name()
67 if ((ctxprog[i] & 0xfff00000) != 0xff400000) in cp_name()
71 ctxprog[i] = (ctxprog[i] & 0x00ff00ff) | in cp_name()
79 int ip = 0; in _cp_bra()
83 if (ip == 0) in _cp_bra()
84 ip = 0xff000000 | (name << CP_BRA_IP_SHIFT); in _cp_bra()
88 (state ? 0 : CP_BRA_IF_CLEAR)); in _cp_bra()
90 #define cp_bra(c, f, s, n) _cp_bra((c), 0, CP_FLAG_##f, CP_FLAG_##f##_##s, n)
93 #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()