Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/drm/
Dmga_drv.h234 #define DMAREG(r) (ISREG0(r) ? DMAREG0(r) : DMAREG1(r)) macro
349 DMA_WRITE( 0, ((DMAREG( reg0 ) << 0) | \
350 (DMAREG( reg1 ) << 8) | \
351 (DMAREG( reg2 ) << 16) | \
352 (DMAREG( reg3 ) << 24)) ); \
Dmach64_dma.c841 data[count++] = cpu_to_le32(DMAREG(MACH64_PAT_REG0) | (1 << 16)); in mach64_bm_dma_test()
847 cpu_to_le32(DMAREG(MACH64_PAT_REG0) | (1 << 16)); in mach64_bm_dma_test()
851 data[count++] = cpu_to_le32(DMAREG(MACH64_SRC_CNTL) | (0 << 16)); in mach64_bm_dma_test()
1263 reg = DMAREG(MACH64_HOST_DATA0); in mach64_do_dispatch_pseudo_dma()
Dmach64_drv.h505 #define DMAREG(r) (ISREG0(r) ? DMAREG0(r) : DMAREG1(r)) macro
775 _buf_wptr[_outcount++] = cpu_to_le32(DMAREG(reg)); \