Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/reg_srcs/
H A Drn504 0x143C DST_HEIGHT_WIDTH
H A Dr1004 0x143C DST_HEIGHT_WIDTH
H A Dr2004 0x143C DST_HEIGHT_WIDTH
H A Drv5154 0x143C DST_HEIGHT_WIDTH
H A Dr3004 0x143C DST_HEIGHT_WIDTH
H A Dr4204 0x143C DST_HEIGHT_WIDTH
H A Drs6004 0x143C DST_HEIGHT_WIDTH
/linux/include/video/
H A Daty128.h146 #define DST_HEIGHT_WIDTH 0x143c macro
H A Dmach64.h207 #define DST_HEIGHT_WIDTH 0x0118 /* Dword offset 0_46 */ macro
H A Dradeon.h345 #define DST_HEIGHT_WIDTH 0x143c macro
/linux/drivers/video/fbdev/aty/
H A Dradeon_accel.c131 OUTREG(DST_HEIGHT_WIDTH, (h << 16) | w); in radeonfb_prim_copyarea()
H A Dmach64_accel.c195 aty_st_le32(DST_HEIGHT_WIDTH, (width << 16) | height, par); in draw_rect()