Lines Matching refs:shelter
543 shelter; in OS_ShowAttentionChina() local
548 shelter.gx_dispstat = reg_GX_DISPSTAT; in OS_ShowAttentionChina()
549 shelter.gx_dispcnt = reg_GX_DISPCNT; in OS_ShowAttentionChina()
550 shelter.gxs_dispcnt = reg_GXS_DB_DISPCNT; in OS_ShowAttentionChina()
551 shelter.gx_bright = reg_GX_MASTER_BRIGHT; in OS_ShowAttentionChina()
552 shelter.gxs_bright = reg_GXS_DB_MASTER_BRIGHT; in OS_ShowAttentionChina()
553 shelter.gx_powcnt = reg_GX_POWCNT; in OS_ShowAttentionChina()
554 shelter.gx_vramcnt_a = reg_GX_VRAMCNT_A; in OS_ShowAttentionChina()
555 shelter.gx_vramcnt_c = reg_GX_VRAMCNT_C; in OS_ShowAttentionChina()
556 shelter.gx_vramcnt_d = reg_GX_VRAMCNT_D; in OS_ShowAttentionChina()
557 shelter.gx_bg0cnt = reg_G2_BG0CNT; in OS_ShowAttentionChina()
558 shelter.gxs_bg0cnt = reg_G2S_DB_BG0CNT; in OS_ShowAttentionChina()
559 shelter.gx_bg0ofs = reg_G2_BG0OFS; in OS_ShowAttentionChina()
560 shelter.gxs_bg0ofs = reg_G2S_DB_BG0OFS; in OS_ShowAttentionChina()
567 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
681 shelter.irqFunction = OS_GetIrqFunction(OS_IE_V_BLANK); in OS_ShowAttentionChina()
683 shelter.irqMask = OS_EnableIrqMask(OS_IE_V_BLANK); in OS_ShowAttentionChina()
684 shelter.irq = OS_EnableIrq(); in OS_ShowAttentionChina()
685 shelter.interrupts = OS_EnableInterrupts(); in OS_ShowAttentionChina()
738 (void)OS_RestoreInterrupts(shelter.interrupts); in OS_ShowAttentionChina()
739 (void)OS_RestoreIrq(shelter.irq); in OS_ShowAttentionChina()
740 (void)OS_SetIrqMask(shelter.irqMask); in OS_ShowAttentionChina()
741 OS_SetIrqFunction(OS_IE_V_BLANK, shelter.irqFunction); in OS_ShowAttentionChina()
752 reg_G2S_DB_BG0OFS = shelter.gxs_bg0ofs; in OS_ShowAttentionChina()
753 reg_G2_BG0OFS = shelter.gx_bg0ofs; in OS_ShowAttentionChina()
754 reg_G2S_DB_BG0CNT = shelter.gxs_bg0cnt; in OS_ShowAttentionChina()
755 reg_G2_BG0CNT = shelter.gx_bg0cnt; in OS_ShowAttentionChina()
756 reg_GX_VRAMCNT_D = shelter.gx_vramcnt_d; in OS_ShowAttentionChina()
757 reg_GX_VRAMCNT_C = shelter.gx_vramcnt_c; in OS_ShowAttentionChina()
758 reg_GX_VRAMCNT_A = shelter.gx_vramcnt_a; in OS_ShowAttentionChina()
759 reg_GX_POWCNT = shelter.gx_powcnt; in OS_ShowAttentionChina()
760 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
765 reg_GXS_DB_MASTER_BRIGHT = shelter.gxs_bright; in OS_ShowAttentionChina()
766 reg_GX_MASTER_BRIGHT = shelter.gx_bright; in OS_ShowAttentionChina()
767 reg_GXS_DB_DISPCNT = shelter.gxs_dispcnt; in OS_ShowAttentionChina()
768 reg_GX_DISPCNT = shelter.gx_dispcnt; in OS_ShowAttentionChina()
769 reg_GX_DISPSTAT = shelter.gx_dispstat; in OS_ShowAttentionChina()