Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.c46 if (chan->user_get_hi) in READ_GET()
47 val |= (uint64_t)nvif_rd32(chan->userd, chan->user_get_hi) << 32; in READ_GET()
H A Dnouveau_chan.h51 u32 user_get_hi; member
H A Dnouveau_chan.c455 chan->user_get_hi = 0x60; in nouveau_channel_init()