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