Searched refs:cbread (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/host1x/hw/ |
D | debug_hw_1x01.c | 29 u32 cbstat, cbread; in host1x_debug_show_channel_cdma() local 35 cbread = host1x_sync_readl(host, HOST1X_SYNC_CBREAD(ch->id)); in host1x_debug_show_channel_cdma() 50 cbread >> 24, cbread & 0xffffff); in host1x_debug_show_channel_cdma() 55 base = (cbread >> 16) & 0xff; in host1x_debug_show_channel_cdma() 58 val = cbread & 0xffff; in host1x_debug_show_channel_cdma() 60 cbread >> 24, baseval + val, base, in host1x_debug_show_channel_cdma() 66 cbread); in host1x_debug_show_channel_cdma() 70 host1x_debug_output(o, "CBREAD %08x, CBSTAT %08x\n", cbread, cbstat); in host1x_debug_show_channel_cdma()
|