Searched refs:NV40_USER_SIZE (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dnouveau_reg.h58 #define NV40_USER(i) (0x00c00000+(i*NV40_USER_SIZE))
59 #define NV40_USER_SIZE 0x00001000 macro
60 #define NV40_USER_DMA_PUT(i) (0x00c00040+(i*NV40_USER_SIZE))
62 #define NV40_USER_DMA_GET(i) (0x00c00044+(i*NV40_USER_SIZE))
64 #define NV40_USER_REF_CNT(i) (0x00c00048+(i*NV40_USER_SIZE))
H A Dnouveau_fifo.c301 chan->user_size = NV40_USER_SIZE;

Completed in 261 milliseconds