Lines Matching refs:shelter
500 shelter; in OS_ShowAttentionChina() local
505 shelter.gx_dispstat = reg_GX_DISPSTAT; in OS_ShowAttentionChina()
506 shelter.gx_dispcnt = reg_GX_DISPCNT; in OS_ShowAttentionChina()
507 shelter.gxs_dispcnt = reg_GXS_DB_DISPCNT; in OS_ShowAttentionChina()
508 shelter.gx_bright = reg_GX_MASTER_BRIGHT; in OS_ShowAttentionChina()
509 shelter.gxs_bright = reg_GXS_DB_MASTER_BRIGHT; in OS_ShowAttentionChina()
510 shelter.gx_powcnt = reg_GX_POWCNT; in OS_ShowAttentionChina()
511 shelter.gx_vramcnt_a = reg_GX_VRAMCNT_A; in OS_ShowAttentionChina()
512 shelter.gx_vramcnt_c = reg_GX_VRAMCNT_C; in OS_ShowAttentionChina()
513 shelter.gx_vramcnt_d = reg_GX_VRAMCNT_D; in OS_ShowAttentionChina()
514 shelter.gx_bg0cnt = reg_G2_BG0CNT; in OS_ShowAttentionChina()
515 shelter.gxs_bg0cnt = reg_G2S_DB_BG0CNT; in OS_ShowAttentionChina()
516 shelter.gx_bg0ofs = reg_G2_BG0OFS; in OS_ShowAttentionChina()
517 shelter.gxs_bg0ofs = reg_G2S_DB_BG0OFS; in OS_ShowAttentionChina()
524 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
635 shelter.irqFunction = OS_GetIrqFunction(OS_IE_V_BLANK); in OS_ShowAttentionChina()
637 shelter.irqMask = OS_EnableIrqMask(OS_IE_V_BLANK); in OS_ShowAttentionChina()
638 shelter.irq = OS_EnableIrq(); in OS_ShowAttentionChina()
639 shelter.interrupts = OS_EnableInterrupts(); in OS_ShowAttentionChina()
689 (void)OS_RestoreInterrupts(shelter.interrupts); in OS_ShowAttentionChina()
690 (void)OS_RestoreIrq(shelter.irq); in OS_ShowAttentionChina()
691 (void)OS_SetIrqMask(shelter.irqMask); in OS_ShowAttentionChina()
692 OS_SetIrqFunction(OS_IE_V_BLANK, shelter.irqFunction); in OS_ShowAttentionChina()
703 reg_G2S_DB_BG0OFS = shelter.gxs_bg0ofs; in OS_ShowAttentionChina()
704 reg_G2_BG0OFS = shelter.gx_bg0ofs; in OS_ShowAttentionChina()
705 reg_G2S_DB_BG0CNT = shelter.gxs_bg0cnt; in OS_ShowAttentionChina()
706 reg_G2_BG0CNT = shelter.gx_bg0cnt; in OS_ShowAttentionChina()
707 reg_GX_VRAMCNT_D = shelter.gx_vramcnt_d; in OS_ShowAttentionChina()
708 reg_GX_VRAMCNT_C = shelter.gx_vramcnt_c; in OS_ShowAttentionChina()
709 reg_GX_VRAMCNT_A = shelter.gx_vramcnt_a; in OS_ShowAttentionChina()
710 reg_GX_POWCNT = shelter.gx_powcnt; in OS_ShowAttentionChina()
711 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
716 reg_GXS_DB_MASTER_BRIGHT = shelter.gxs_bright; in OS_ShowAttentionChina()
717 reg_GX_MASTER_BRIGHT = shelter.gx_bright; in OS_ShowAttentionChina()
718 reg_GXS_DB_DISPCNT = shelter.gxs_dispcnt; in OS_ShowAttentionChina()
719 reg_GX_DISPCNT = shelter.gx_dispcnt; in OS_ShowAttentionChina()
720 reg_GX_DISPSTAT = shelter.gx_dispstat; in OS_ShowAttentionChina()