Lines Matching refs:host1x_debug_output

32 	host1x_debug_output(o, "%u-%s: ", ch->id, dev_name(ch->dev));  in host1x_debug_show_channel_cdma()
36 host1x_debug_output(o, "inactive\n\n"); in host1x_debug_show_channel_cdma()
43 host1x_debug_output(o, "waiting on syncpt %d val %d\n", in host1x_debug_show_channel_cdma()
53 host1x_debug_output(o, "waiting on syncpt %d val %d (base %d = %d; offset = %d)\n", in host1x_debug_show_channel_cdma()
57 host1x_debug_output(o, "active class %02x, offset %04x, val %08x\n", in host1x_debug_show_channel_cdma()
62 host1x_debug_output(o, "DMASTART %pad, DMAEND %pad\n", &dmastart, &dmaend); in host1x_debug_show_channel_cdma()
63 host1x_debug_output(o, "DMAPUT %08x DMAGET %08x DMACTL %08x\n", in host1x_debug_show_channel_cdma()
65 host1x_debug_output(o, "CBREAD %08x CBSTAT %08x\n", cbread, cbstat); in host1x_debug_show_channel_cdma()
68 host1x_debug_output(o, "\n"); in host1x_debug_show_channel_cdma()
78 host1x_debug_output(o, "%u: fifo:\n", ch->id); in host1x_debug_show_channel_fifo()
81 host1x_debug_output(o, "FIFOSTAT %08x\n", val); in host1x_debug_show_channel_fifo()
83 host1x_debug_output(o, "[empty]\n"); in host1x_debug_show_channel_fifo()
109 host1x_debug_output(o, "%08x: ", val); in host1x_debug_show_channel_fifo()
125 host1x_debug_output(o, "\n"); in host1x_debug_show_channel_fifo()
134 host1x_debug_output(o, "---- mlocks ----\n"); in host1x_debug_show_mlocks()
140 host1x_debug_output(o, "%u: locked by channel %u\n", in host1x_debug_show_mlocks()
143 host1x_debug_output(o, "%u: locked by cpu\n", i); in host1x_debug_show_mlocks()
145 host1x_debug_output(o, "%u: unlocked\n", i); in host1x_debug_show_mlocks()
148 host1x_debug_output(o, "\n"); in host1x_debug_show_mlocks()