Searched refs:CUR_OFFSET (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | ati.c | 411 case CUR_OFFSET ... CUR_OFFSET + 3: in ati_mm_read() 412 val = ati_reg_read_offs(s->regs.cur_offset, addr - CUR_OFFSET, size); in ati_mm_read() 515 if (addr < CUR_OFFSET || addr > CUR_CLR1 || ATI_DEBUG_HW_CURSOR) { in ati_mm_read() 537 if (addr < CUR_OFFSET || addr > CUR_CLR1 || ATI_DEBUG_HW_CURSOR) { in ati_mm_write() 718 case CUR_OFFSET ... CUR_OFFSET + 3: in ati_mm_write() 722 ati_reg_write_offs(&t, addr - CUR_OFFSET, data, size); in ati_mm_write()
|
H A D | ati_regs.h | 89 #define CUR_OFFSET 0x0260 macro
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | mach64_cursor.c | 118 aty_st_le32(CUR_OFFSET, (info->fix.smem_len >> 3) + (yoff << 1), par); in atyfb_cursor()
|
H A D | radeon_pm.c | 2512 OUTREG(CUR_OFFSET, 0);
|
/openbmc/linux/include/video/ |
H A D | mach64.h | 95 #define CUR_OFFSET 0x0068 /* Dword offset 0_1A */ macro
|
H A D | radeon.h | 179 #define CUR_OFFSET 0x0260 macro
|
/openbmc/u-boot/include/ |
H A D | radeon.h | 181 #define CUR_OFFSET 0x0260 macro
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | r100.c | 3800 save->CUR_OFFSET = RREG32(R_000260_CUR_OFFSET); in r100_mc_stop() 3809 WREG32(R_000260_CUR_OFFSET, save->CUR_OFFSET | S_000260_CUR_LOCK(1)); in r100_mc_stop() 3817 WREG32(R_000260_CUR_OFFSET, C_000260_CUR_LOCK & save->CUR_OFFSET); in r100_mc_stop()
|
H A D | radeon_asic.h | 58 u32 CUR_OFFSET; member
|