Searched refs:reg_G2_BG2CNT (Results 1 – 5 of 5) sorted by relevance
818 return (GXBGExtMode)(reg_G2_BG2CNT & in G2_GetBG2ExtMode()819 (((reg_G2_BG2CNT & REG_G2_BG2CNT_COLORMODE_MASK) >> 5) | in G2_GetBG2ExtMode()866 reg_G2_BG2CNT = in G2_SetBG2ControlText()867 (u16)((reg_G2_BG2CNT & (REG_G2_BG2CNT_PRIORITY_MASK | REG_G2_BG2CNT_MOSAIC_MASK)) | in G2_SetBG2ControlText()963 reg_G2_BG2CNT = in G2_SetBG2ControlAffine()964 (u16)((reg_G2_BG2CNT & (REG_G2_BG2CNT_PRIORITY_MASK | REG_G2_BG2CNT_MOSAIC_MASK)) | in G2_SetBG2ControlAffine()1061 reg_G2_BG2CNT = in G2_SetBG2Control256x16Affine()1062 (u16)((reg_G2_BG2CNT & (REG_G2_BG2CNT_PRIORITY_MASK | REG_G2_BG2CNT_MOSAIC_MASK)) | in G2_SetBG2Control256x16Affine()1190 reg_G2_BG2CNT = in G2_SetBG2Control256Bmp()1191 (u16)((reg_G2_BG2CNT & (REG_G2_BG2CNT_PRIORITY_MASK | REG_G2_BG2CNT_MOSAIC_MASK)) | in G2_SetBG2Control256Bmp()[all …]
124 u32 bg = reg_G2_BG2CNT; in G2_GetBG2ScrPtr()411 u32 bg = reg_G2_BG2CNT; in G2_GetBG2CharPtr()
146 reg_G2_BG2CNT = 0; in GX_Init()
50 #define reg_G2_BG2CNT (*( REGType16v *) REG_BG2CNT_ADDR) macro