Lines Matching refs:dst
284 GXOamAttr *dst = (GXOamAttr *)HW_DB_OAM; in SetISBNString() local
308 dst[0].attr01 = (u32)((pos_x << 16) | (pos_y << 0)); in SetISBNString()
309 dst[0].attr2 = index; in SetISBNString()
310 dst[1].attr01 = (u32)((pos_x << 16) | (pos_y + 8 << 0)); in SetISBNString()
311 dst[1].attr2 = (u16)(index + digit_num); in SetISBNString()
314 dst += 2; in SetISBNString()
432 u16 *dst = (u16 *)(HW_BG_VRAM + 0xf000); in DispExclusiveMessage() local
438 *dst++ = code++; in DispExclusiveMessage()
440 dst += (0x20 - OSi_ONLY_FORCHINA_CHAR_WIDTH); in DispExclusiveMessage()
601 u16 *dst; in OS_ShowAttentionChina() local
607 dst = (u16*)(HW_BG_VRAM + 0xf000 + ((6*32+10)*2)); in OS_ShowAttentionChina()
609 for (i = 0; i < 12; i++, dst += 32) in OS_ShowAttentionChina()
613 dst[j] = *src; in OS_ShowAttentionChina()