Lines Matching refs:dst
285 GXOamAttr *dst = (GXOamAttr *)HW_DB_OAM; in SetISBNString() local
309 dst[0].attr01 = (u32)((pos_x << 16) | (pos_y << 0)); in SetISBNString()
310 dst[0].attr2 = index; in SetISBNString()
311 dst[1].attr01 = (u32)((pos_x << 16) | (pos_y + 8 << 0)); in SetISBNString()
312 dst[1].attr2 = (u16)(index + digit_num); in SetISBNString()
315 dst += 2; in SetISBNString()
433 u16 *dst = (u16 *)(HW_BG_VRAM + 0xf000); in DispExclusiveMessage() local
439 *dst++ = code++; in DispExclusiveMessage()
441 dst += (0x20 - OSi_ONLY_FORCHINA_CHAR_WIDTH); in DispExclusiveMessage()
596 u16 *dst; in OS_ShowAttentionChina() local
602 dst = (u16*)(HW_BG_VRAM + 0xf000 + ((6*32+10)*2)); in OS_ShowAttentionChina()
604 for (i = 0; i < 12; i++, dst += 32) in OS_ShowAttentionChina()
608 dst[j] = *src; in OS_ShowAttentionChina()