Searched refs:CUR_OFFSET (Results 1 – 2 of 2) sorted by relevance
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()
89 #define CUR_OFFSET 0x0260 macro