Searched refs:reg_G2_BG0CNT (Results 1 – 7 of 7) sorted by relevance
48 int baseBlock = 0x800 * ((reg_G2_BG0CNT & REG_G2_BG0CNT_SCREENBASE_MASK) >> in G2_GetBG0ScrPtr()336 int baseBlock = 0x4000 * ((reg_G2_BG0CNT & REG_G2_BG0CNT_CHARBASE_MASK) >> in G2_GetBG0CharPtr()
144 reg_G2_BG0CNT = 0; in GX_Init()
377 reg_G2_BG0CNT = in DispExclusiveMessage()514 shelter.gx_bg0cnt = reg_G2_BG0CNT; in OS_ShowAttentionChina()540 reg_G2_BG0CNT = in OS_ShowAttentionChina()706 reg_G2_BG0CNT = shelter.gx_bg0cnt; in OS_ShowAttentionChina()
260 shelter.gx_bg0cnt = reg_G2_BG0CNT; in OS_ShowAttentionChina()297 reg_G2_BG0CNT = in OS_ShowAttentionChina()470 reg_G2_BG0CNT = shelter.gx_bg0cnt; in OS_ShowAttentionChina()
628 reg_G2_BG0CNT = in G2_SetBG0Control()629 (u16)((reg_G2_BG0CNT & (REG_G2_BG0CNT_PRIORITY_MASK | REG_G2_BG0CNT_MOSAIC_MASK)) | in G2_SetBG0Control()1938 reg_G2_BG0CNT |= REG_G2_BG0CNT_MOSAIC_MASK; in G2_BG0Mosaic()1942 reg_G2_BG0CNT &= ~REG_G2_BG0CNT_MOSAIC_MASK; in G2_BG0Mosaic()2114 reg_G2_BG0CNT = (u16)((reg_G2_BG0CNT & ~REG_G2_BG0CNT_PRIORITY_MASK) | in G2_SetBG0Priority()
38 #define reg_G2_BG0CNT (*( REGType16v *) REG_BG0CNT_ADDR) macro