Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/host1x/hw/
H A Ddebug_hw_1x01.c21 u32 cbstat, cbread; in host1x_debug_show_channel_cdma() local
29 cbread = host1x_sync_readl(host, HOST1X_SYNC_CBREAD(ch->id)); in host1x_debug_show_channel_cdma()
44 cbread >> 24, cbread & 0xffffff); in host1x_debug_show_channel_cdma()
49 base = (cbread >> 16) & 0xff; in host1x_debug_show_channel_cdma()
52 val = cbread & 0xffff; in host1x_debug_show_channel_cdma()
54 cbread >> 24, baseval + val, base, in host1x_debug_show_channel_cdma()
60 cbread); in host1x_debug_show_channel_cdma()
65 host1x_debug_output(o, "CBREAD %08x CBSTAT %08x\n", cbread, cbstat); in host1x_debug_show_channel_cdma()