Lines Matching defs:ctx
17 #define REG_EASRC_WRFIFO(ctx) (0x000 + 4 * (ctx)) argument
19 #define REG_EASRC_RDFIFO(ctx) (0x010 + 4 * (ctx)) argument
21 #define REG_EASRC_CC(ctx) (0x020 + 4 * (ctx)) argument
23 #define REG_EASRC_CCE1(ctx) (0x030 + 4 * (ctx)) argument
25 #define REG_EASRC_CCE2(ctx) (0x040 + 4 * (ctx)) argument
27 #define REG_EASRC_CIA(ctx) (0x050 + 4 * (ctx)) argument
29 #define REG_EASRC_DPCS0R0(ctx) (0x060 + 4 * (ctx)) argument
30 #define REG_EASRC_DPCS0R1(ctx) (0x070 + 4 * (ctx)) argument
31 #define REG_EASRC_DPCS0R2(ctx) (0x080 + 4 * (ctx)) argument
32 #define REG_EASRC_DPCS0R3(ctx) (0x090 + 4 * (ctx)) argument
34 #define REG_EASRC_DPCS1R0(ctx) (0x0A0 + 4 * (ctx)) argument
35 #define REG_EASRC_DPCS1R1(ctx) (0x0B0 + 4 * (ctx)) argument
36 #define REG_EASRC_DPCS1R2(ctx) (0x0C0 + 4 * (ctx)) argument
37 #define REG_EASRC_DPCS1R3(ctx) (0x0D0 + 4 * (ctx)) argument
39 #define REG_EASRC_COC(ctx) (0x0E0 + 4 * (ctx)) argument
41 #define REG_EASRC_COA(ctx) (0x0F0 + 4 * (ctx)) argument
43 #define REG_EASRC_SFS(ctx) (0x100 + 4 * (ctx)) argument
45 #define REG_EASRC_RRL(ctx) (0x110 + 8 * (ctx)) argument
47 #define REG_EASRC_RRH(ctx) (0x114 + 8 * (ctx)) argument
49 #define REG_EASRC_RUC(ctx) (0x130 + 4 * (ctx)) argument
51 #define REG_EASRC_RUR(ctx) (0x140 + 4 * (ctx)) argument
57 #define REG_EASRC_PCF(ctx) (0x160 + 4 * (ctx)) argument
67 #define REG_EASRC_CS0(ctx) (0x180 + 4 * (ctx)) argument
69 #define REG_EASRC_CS1(ctx) (0x190 + 4 * (ctx)) argument
71 #define REG_EASRC_CS2(ctx) (0x1A0 + 4 * (ctx)) argument
73 #define REG_EASRC_CS3(ctx) (0x1B0 + 4 * (ctx)) argument
75 #define REG_EASRC_CS4(ctx) (0x1C0 + 4 * (ctx)) argument
77 #define REG_EASRC_CS5(ctx) (0x1D0 + 4 * (ctx)) argument
83 #define REG_EASRC_FIFO(x, ctx) (x == IN ? REG_EASRC_WRFIFO(ctx) \ argument