Searched refs:host1x_debug_cont (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/host1x/hw/
H A Ddebug_hw.c52 host1x_debug_cont(o, "SETCL(class=%03x, offset=%03x, mask=%02x, [",
58 host1x_debug_cont(o, "SETCL(class=%03x)\n", val >> 6 & 0x3ff);
63 host1x_debug_cont(o, "INCR(offset=%03x, [",
66 host1x_debug_cont(o, "])\n");
72 host1x_debug_cont(o, "NONINCR(offset=%03x, [",
75 host1x_debug_cont(o, "])\n");
81 host1x_debug_cont(o, "MASK(offset=%03x, mask=%03x, [",
84 host1x_debug_cont(o, "])\n");
89 host1x_debug_cont(o, "IMM(offset=%03x, data=%03x)\n",
94 host1x_debug_cont(
[all...]
H A Ddebug_hw_1x06.c122 host1x_debug_cont(o, "%08x%s", val,
134 host1x_debug_cont(o, ", ...])\n");
H A Ddebug_hw_1x01.c112 host1x_debug_cont(o, "%08x%s", val,
124 host1x_debug_cont(o, ", ...])\n");
/linux-master/drivers/gpu/host1x/
H A Ddebug.h37 void __printf(2, 3) host1x_debug_cont(struct output *o, const char *fmt, ...);
H A Ddebug.c40 void host1x_debug_cont(struct output *o, const char *fmt, ...) function

Completed in 339 milliseconds