Home
last modified time | relevance | path

Searched refs:CUR_OFFSET (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/video/fbdev/aty/
H A Dmach64_cursor.c123 aty_st_le32(CUR_OFFSET, (info->fix.smem_len >> 3) + (yoff << 1), par); in atyfb_cursor()
H A Dradeon_pm.c2512 OUTREG(CUR_OFFSET, 0);
/linux/include/video/
H A Dmach64.h95 #define CUR_OFFSET 0x0068 /* Dword offset 0_1A */ macro
H A Dradeon.h179 #define CUR_OFFSET 0x0260 macro
/linux/drivers/gpu/drm/radeon/
H A Dr100.c3802 save->CUR_OFFSET = RREG32(R_000260_CUR_OFFSET); in r100_mc_stop()
3811 WREG32(R_000260_CUR_OFFSET, save->CUR_OFFSET | S_000260_CUR_LOCK(1)); in r100_mc_stop()
3819 WREG32(R_000260_CUR_OFFSET, C_000260_CUR_LOCK & save->CUR_OFFSET); in r100_mc_stop()
H A Dradeon_asic.h58 u32 CUR_OFFSET; member