Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dati.c411 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 Dati_regs.h89 #define CUR_OFFSET 0x0260 macro
/openbmc/linux/drivers/video/fbdev/aty/
H A Dmach64_cursor.c118 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);
/openbmc/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
/openbmc/u-boot/include/
H A Dradeon.h181 #define CUR_OFFSET 0x0260 macro
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dr100.c3800 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 Dradeon_asic.h58 u32 CUR_OFFSET; member