Lines Matching refs:host1x_debug_cont
52 host1x_debug_cont(o, "SETCL(class=%03x, offset=%03x, mask=%02x, [", in show_channel_command()
58 host1x_debug_cont(o, "SETCL(class=%03x)\n", val >> 6 & 0x3ff); in show_channel_command()
63 host1x_debug_cont(o, "INCR(offset=%03x, [", in show_channel_command()
66 host1x_debug_cont(o, "])\n"); in show_channel_command()
72 host1x_debug_cont(o, "NONINCR(offset=%03x, [", in show_channel_command()
75 host1x_debug_cont(o, "])\n"); in show_channel_command()
81 host1x_debug_cont(o, "MASK(offset=%03x, mask=%03x, [", in show_channel_command()
84 host1x_debug_cont(o, "])\n"); in show_channel_command()
89 host1x_debug_cont(o, "IMM(offset=%03x, data=%03x)\n", in show_channel_command()
94 host1x_debug_cont(o, "RESTART(offset=%08x)\n", val << 4); in show_channel_command()
98 host1x_debug_cont(o, "GATHER(offset=%03x, insert=%d, type=%d, count=%04x, addr=[", in show_channel_command()
105 host1x_debug_cont(o, "SETSTRMID(offset=%06x)\n", in show_channel_command()
110 host1x_debug_cont(o, "SETAPPID(appid=%02x)\n", val & 0xff); in show_channel_command()
115 host1x_debug_cont(o, "SETPYLD(data=%04x)\n", *payload); in show_channel_command()
120 host1x_debug_cont(o, "%s(offset=%06x, ", in show_channel_command()
125 host1x_debug_cont(o, "[])\n"); in show_channel_command()
128 host1x_debug_cont(o, "unknown)\n"); in show_channel_command()
131 host1x_debug_cont(o, "["); in show_channel_command()
136 host1x_debug_cont(o, "GATHER_W(count=%04x, addr=[", in show_channel_command()
144 host1x_debug_cont(o, "ACQUIRE_MLOCK(index=%d)\n", in show_channel_command()
147 host1x_debug_cont(o, "RELEASE_MLOCK(index=%d)\n", in show_channel_command()
150 host1x_debug_cont(o, "EXTEND_UNKNOWN(%08x)\n", val); in show_channel_command()
154 host1x_debug_cont(o, "UNKNOWN\n"); in show_channel_command()
186 host1x_debug_cont(o, "%08x%s", val, in show_gather()