Symbol: host1x_debug_cont
drivers/gpu/host1x/debug.h
37
void __printf(2, 3) host1x_debug_cont(struct output *o, const char *fmt, ...);
drivers/gpu/host1x/hw/debug_hw.c
105
host1x_debug_cont(o, "SETSTRMID(offset=%06x)\n",
drivers/gpu/host1x/hw/debug_hw.c
110
host1x_debug_cont(o, "SETAPPID(appid=%02x)\n", val & 0xff);
drivers/gpu/host1x/hw/debug_hw.c
115
host1x_debug_cont(o, "SETPYLD(data=%04x)\n", *payload);
drivers/gpu/host1x/hw/debug_hw.c
120
host1x_debug_cont(o, "%s(offset=%06x, ",
drivers/gpu/host1x/hw/debug_hw.c
125
host1x_debug_cont(o, "[])\n");
drivers/gpu/host1x/hw/debug_hw.c
128
host1x_debug_cont(o, "unknown)\n");
drivers/gpu/host1x/hw/debug_hw.c
131
host1x_debug_cont(o, "[");
drivers/gpu/host1x/hw/debug_hw.c
136
host1x_debug_cont(o, "GATHER_W(count=%04x, addr=[",
drivers/gpu/host1x/hw/debug_hw.c
144
host1x_debug_cont(o, "ACQUIRE_MLOCK(index=%d)\n",
drivers/gpu/host1x/hw/debug_hw.c
147
host1x_debug_cont(o, "RELEASE_MLOCK(index=%d)\n",
drivers/gpu/host1x/hw/debug_hw.c
150
host1x_debug_cont(o, "EXTEND_UNKNOWN(%08x)\n", val);
drivers/gpu/host1x/hw/debug_hw.c
154
host1x_debug_cont(o, "UNKNOWN\n");
drivers/gpu/host1x/hw/debug_hw.c
195
host1x_debug_cont(o, "%08x%s", val,
drivers/gpu/host1x/hw/debug_hw.c
52
host1x_debug_cont(o, "SETCL(class=%03x, offset=%03x, mask=%02x, [",
drivers/gpu/host1x/hw/debug_hw.c
58
host1x_debug_cont(o, "SETCL(class=%03x)\n", val >> 6 & 0x3ff);
drivers/gpu/host1x/hw/debug_hw.c
63
host1x_debug_cont(o, "INCR(offset=%03x, [",
drivers/gpu/host1x/hw/debug_hw.c
66
host1x_debug_cont(o, "])\n");
drivers/gpu/host1x/hw/debug_hw.c
72
host1x_debug_cont(o, "NONINCR(offset=%03x, [",
drivers/gpu/host1x/hw/debug_hw.c
75
host1x_debug_cont(o, "])\n");
drivers/gpu/host1x/hw/debug_hw.c
81
host1x_debug_cont(o, "MASK(offset=%03x, mask=%03x, [",
drivers/gpu/host1x/hw/debug_hw.c
84
host1x_debug_cont(o, "])\n");
drivers/gpu/host1x/hw/debug_hw.c
89
host1x_debug_cont(o, "IMM(offset=%03x, data=%03x)\n",
drivers/gpu/host1x/hw/debug_hw.c
94
host1x_debug_cont(o, "RESTART(offset=%08x)\n", val << 4);
drivers/gpu/host1x/hw/debug_hw.c
98
host1x_debug_cont(o, "GATHER(offset=%03x, insert=%d, type=%d, count=%04x, addr=[",
drivers/gpu/host1x/hw/debug_hw_1x01.c
112
host1x_debug_cont(o, "%08x%s", val,
drivers/gpu/host1x/hw/debug_hw_1x01.c
124
host1x_debug_cont(o, ", ...])\n");
drivers/gpu/host1x/hw/debug_hw_1x06.c
122
host1x_debug_cont(o, "%08x%s", val,
drivers/gpu/host1x/hw/debug_hw_1x06.c
134
host1x_debug_cont(o, ", ...])\n");