Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/host1x/hw/
H A Ddebug_hw_1x06.c98 val = host1x_hypervisor_readl(host, HOST1X_HV_CMDFIFO_PEEK_PTRS); in host1x_debug_show_channel_fifo()
102 val = host1x_hypervisor_readl(host, HOST1X_HV_CMDFIFO_SETUP(ch->id)); in host1x_debug_show_channel_fifo()
114 val = host1x_hypervisor_readl(host, in host1x_debug_show_channel_fifo()
H A Dchannel_hw.c200 val = host1x_hypervisor_readl( in host1x_enable_gather_filter()
/openbmc/linux/drivers/gpu/host1x/
H A Ddev.h170 u32 host1x_hypervisor_readl(struct host1x *host1x, u32 r);
H A Ddev.c55 u32 host1x_hypervisor_readl(struct host1x *host1x, u32 r) in host1x_hypervisor_readl() function