Searched refs:reg_MI_EXMEMCNT (Results 1 – 3 of 3) sorted by relevance
39 #define reg_MI_EXMEMCNT reg_MI_EXMEMCNT_L macro190 reg_MI_EXMEMCNT = in MI_SetMainMemoryPriority()191 (u16)((reg_MI_EXMEMCNT & ~REG_MI_EXMEMCNT_EP_MASK) | (proc << REG_MI_EXMEMCNT_EP_SHIFT)); in MI_SetMainMemoryPriority()197 return (MIProcessor)((reg_MI_EXMEMCNT & REG_MI_EXMEMCNT_EP_MASK) >> REG_MI_EXMEMCNT_EP_SHIFT); in MI_GetMainMemoryPriority()206 reg_MI_EXMEMCNT = in MIi_SetCardProcessor()207 (u16)((reg_MI_EXMEMCNT & ~REG_MI_EXMEMCNT_MP_MASK) | (proc << REG_MI_EXMEMCNT_MP_SHIFT)); in MIi_SetCardProcessor()213 return (MIProcessor)((reg_MI_EXMEMCNT & REG_MI_EXMEMCNT_MP_MASK) >> REG_MI_EXMEMCNT_MP_SHIFT); in MI_GetCardProcessor()222 reg_MI_EXMEMCNT = in MIi_SetCartridgeProcessor()223 (u16)((reg_MI_EXMEMCNT & ~REG_MI_EXMEMCNT_CP_MASK) | (proc << REG_MI_EXMEMCNT_CP_SHIFT)); in MIi_SetCartridgeProcessor()229 return (MIProcessor)((reg_MI_EXMEMCNT & REG_MI_EXMEMCNT_CP_MASK) >> REG_MI_EXMEMCNT_CP_SHIFT); in MI_GetCartridgeProcessor()[all …]
170 #define reg_MI_EXMEMCNT (*( REGType16v *) REG_EXMEMCNT_ADDR) macro
452 #define reg_MI_EXMEMCNT (*( REGType16v *) REG_EXMEMCNT_ADDR) macro