Searched refs:reg_G2_BG3CNT (Results 1 – 5 of 5) sorted by relevance
1413 return (GXBGExtMode)(reg_G2_BG3CNT & in G2_GetBG3ExtMode()1414 (((reg_G2_BG3CNT & REG_G2_BG3CNT_COLORMODE_MASK) >> 5) | in G2_GetBG3ExtMode()1462 reg_G2_BG3CNT = in G2_SetBG3ControlText()1463 (u16)((reg_G2_BG3CNT & (REG_G2_BG3CNT_PRIORITY_MASK | REG_G2_BG3CNT_MOSAIC_MASK)) | in G2_SetBG3ControlText()1555 reg_G2_BG3CNT = in G2_SetBG3ControlAffine()1556 (u16)((reg_G2_BG3CNT & (REG_G2_BG3CNT_PRIORITY_MASK | REG_G2_BG3CNT_MOSAIC_MASK)) | in G2_SetBG3ControlAffine()1649 reg_G2_BG3CNT = in G2_SetBG3Control256x16Affine()1650 (u16)((reg_G2_BG3CNT & (REG_G2_BG3CNT_PRIORITY_MASK | REG_G2_BG3CNT_MOSAIC_MASK)) | in G2_SetBG3Control256x16Affine()1768 reg_G2_BG3CNT = in G2_SetBG3Control256Bmp()1769 (u16)((reg_G2_BG3CNT & (REG_G2_BG3CNT_PRIORITY_MASK | REG_G2_BG3CNT_MOSAIC_MASK)) | in G2_SetBG3Control256Bmp()[all …]
232 u32 bg = reg_G2_BG3CNT; in G2_GetBG3ScrPtr()474 u32 bg = reg_G2_BG3CNT; in G2_GetBG3CharPtr()
147 reg_G2_BG3CNT = 0; in GX_Init()
56 #define reg_G2_BG3CNT (*( REGType16v *) REG_BG3CNT_ADDR) macro