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

/linux-4.1.27/drivers/gpu/host1x/hw/
H A Ddebug_hw.c184 u32 cbstat, cbread; host1x_debug_show_channel_cdma() local
190 cbread = host1x_sync_readl(host, HOST1X_SYNC_CBREAD(ch->id)); host1x_debug_show_channel_cdma()
205 cbread >> 24, cbread & 0xffffff); host1x_debug_show_channel_cdma()
211 base = (cbread >> 16) & 0xff; host1x_debug_show_channel_cdma()
214 val = cbread & 0xffff; host1x_debug_show_channel_cdma()
216 cbread >> 24, baseval + val, base, host1x_debug_show_channel_cdma()
222 cbread); host1x_debug_show_channel_cdma()
226 host1x_debug_output(o, "CBREAD %08x, CBSTAT %08x\n", cbread, cbstat); host1x_debug_show_channel_cdma()

Completed in 45 milliseconds