Searched refs:cbread (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/host1x/hw/ |
D | debug_hw.c | 183 u32 cbstat, cbread; in host1x_debug_show_channel_cdma() local 189 cbread = host1x_sync_readl(host, HOST1X_SYNC_CBREAD(ch->id)); in host1x_debug_show_channel_cdma() 204 cbread >> 24, cbread & 0xffffff); in host1x_debug_show_channel_cdma() 209 base = (cbread >> 16) & 0xff; in host1x_debug_show_channel_cdma() 212 val = cbread & 0xffff; in host1x_debug_show_channel_cdma() 214 cbread >> 24, baseval + val, base, in host1x_debug_show_channel_cdma() 220 cbread); in host1x_debug_show_channel_cdma() 224 host1x_debug_output(o, "CBREAD %08x, CBSTAT %08x\n", cbread, cbstat); in host1x_debug_show_channel_cdma()
|