Lines Matching refs:shelter
535 shelter; in OS_ShowAttentionChina() local
540 shelter.gx_dispstat = reg_GX_DISPSTAT; in OS_ShowAttentionChina()
541 shelter.gx_dispcnt = reg_GX_DISPCNT; in OS_ShowAttentionChina()
542 shelter.gxs_dispcnt = reg_GXS_DB_DISPCNT; in OS_ShowAttentionChina()
543 shelter.gx_bright = reg_GX_MASTER_BRIGHT; in OS_ShowAttentionChina()
544 shelter.gxs_bright = reg_GXS_DB_MASTER_BRIGHT; in OS_ShowAttentionChina()
545 shelter.gx_powcnt = reg_GX_POWCNT; in OS_ShowAttentionChina()
546 shelter.gx_vramcnt_a = reg_GX_VRAMCNT_A; in OS_ShowAttentionChina()
547 shelter.gx_vramcnt_c = reg_GX_VRAMCNT_C; in OS_ShowAttentionChina()
548 shelter.gx_vramcnt_d = reg_GX_VRAMCNT_D; in OS_ShowAttentionChina()
549 shelter.gx_bg0cnt = reg_G2_BG0CNT; in OS_ShowAttentionChina()
550 shelter.gxs_bg0cnt = reg_G2S_DB_BG0CNT; in OS_ShowAttentionChina()
551 shelter.gx_bg0ofs = reg_G2_BG0OFS; in OS_ShowAttentionChina()
552 shelter.gxs_bg0ofs = reg_G2S_DB_BG0OFS; in OS_ShowAttentionChina()
559 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
673 shelter.irqFunction = OS_GetIrqFunction(OS_IE_V_BLANK); in OS_ShowAttentionChina()
675 shelter.irqMask = OS_EnableIrqMask(OS_IE_V_BLANK); in OS_ShowAttentionChina()
676 shelter.irq = OS_EnableIrq(); in OS_ShowAttentionChina()
677 shelter.interrupts = OS_EnableInterrupts(); in OS_ShowAttentionChina()
730 (void)OS_RestoreInterrupts(shelter.interrupts); in OS_ShowAttentionChina()
731 (void)OS_RestoreIrq(shelter.irq); in OS_ShowAttentionChina()
732 (void)OS_SetIrqMask(shelter.irqMask); in OS_ShowAttentionChina()
733 OS_SetIrqFunction(OS_IE_V_BLANK, shelter.irqFunction); in OS_ShowAttentionChina()
744 reg_G2S_DB_BG0OFS = shelter.gxs_bg0ofs; in OS_ShowAttentionChina()
745 reg_G2_BG0OFS = shelter.gx_bg0ofs; in OS_ShowAttentionChina()
746 reg_G2S_DB_BG0CNT = shelter.gxs_bg0cnt; in OS_ShowAttentionChina()
747 reg_G2_BG0CNT = shelter.gx_bg0cnt; in OS_ShowAttentionChina()
748 reg_GX_VRAMCNT_D = shelter.gx_vramcnt_d; in OS_ShowAttentionChina()
749 reg_GX_VRAMCNT_C = shelter.gx_vramcnt_c; in OS_ShowAttentionChina()
750 reg_GX_VRAMCNT_A = shelter.gx_vramcnt_a; in OS_ShowAttentionChina()
751 reg_GX_POWCNT = shelter.gx_powcnt; in OS_ShowAttentionChina()
752 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
757 reg_GXS_DB_MASTER_BRIGHT = shelter.gxs_bright; in OS_ShowAttentionChina()
758 reg_GX_MASTER_BRIGHT = shelter.gx_bright; in OS_ShowAttentionChina()
759 reg_GXS_DB_DISPCNT = shelter.gxs_dispcnt; in OS_ShowAttentionChina()
760 reg_GX_DISPCNT = shelter.gx_dispcnt; in OS_ShowAttentionChina()
761 reg_GX_DISPSTAT = shelter.gx_dispstat; in OS_ShowAttentionChina()