Searched refs:cbread (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/ |
D | debug_hw_1x01.c | 20 u32 cbstat, cbread; in host1x_debug_show_channel_cdma() local 26 cbread = host1x_sync_readl(host, HOST1X_SYNC_CBREAD(ch->id)); in host1x_debug_show_channel_cdma() 41 cbread >> 24, cbread & 0xffffff); in host1x_debug_show_channel_cdma() 46 base = (cbread >> 16) & 0xff; in host1x_debug_show_channel_cdma() 49 val = cbread & 0xffff; in host1x_debug_show_channel_cdma() 51 cbread >> 24, baseval + val, base, in host1x_debug_show_channel_cdma() 57 cbread); in host1x_debug_show_channel_cdma() 61 host1x_debug_output(o, "CBREAD %08x, CBSTAT %08x\n", cbread, cbstat); in host1x_debug_show_channel_cdma()
|