Lines Matching refs:shelter

534     shelter;  in OS_ShowAttentionChina()  local
545 shelter.gx_dispstat = reg_GX_DISPSTAT; in OS_ShowAttentionChina()
546 shelter.gx_dispcnt = reg_GX_DISPCNT; in OS_ShowAttentionChina()
547 shelter.gxs_dispcnt = reg_GXS_DB_DISPCNT; in OS_ShowAttentionChina()
548 shelter.gx_bright = reg_GX_MASTER_BRIGHT; in OS_ShowAttentionChina()
549 shelter.gxs_bright = reg_GXS_DB_MASTER_BRIGHT; in OS_ShowAttentionChina()
550 shelter.gx_powcnt = reg_GX_POWCNT; in OS_ShowAttentionChina()
551 shelter.gx_vramcnt_a = reg_GX_VRAMCNT_A; in OS_ShowAttentionChina()
552 shelter.gx_vramcnt_c = reg_GX_VRAMCNT_C; in OS_ShowAttentionChina()
553 shelter.gx_vramcnt_d = reg_GX_VRAMCNT_D; in OS_ShowAttentionChina()
554 shelter.gx_bg0cnt = reg_G2_BG0CNT; in OS_ShowAttentionChina()
555 shelter.gxs_bg0cnt = reg_G2S_DB_BG0CNT; in OS_ShowAttentionChina()
556 shelter.gx_bg0ofs = reg_G2_BG0OFS; in OS_ShowAttentionChina()
557 shelter.gxs_bg0ofs = reg_G2S_DB_BG0OFS; in OS_ShowAttentionChina()
564 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
678 shelter.irqFunction = OS_GetIrqFunction(OS_IE_V_BLANK); in OS_ShowAttentionChina()
680 shelter.irqMask = OS_EnableIrqMask(OS_IE_V_BLANK); in OS_ShowAttentionChina()
681 shelter.irq = OS_EnableIrq(); in OS_ShowAttentionChina()
682 shelter.interrupts = OS_EnableInterrupts(); in OS_ShowAttentionChina()
735 (void)OS_RestoreInterrupts(shelter.interrupts); in OS_ShowAttentionChina()
736 (void)OS_RestoreIrq(shelter.irq); in OS_ShowAttentionChina()
737 (void)OS_SetIrqMask(shelter.irqMask); in OS_ShowAttentionChina()
738 OS_SetIrqFunction(OS_IE_V_BLANK, shelter.irqFunction); in OS_ShowAttentionChina()
749 reg_G2S_DB_BG0OFS = shelter.gxs_bg0ofs; in OS_ShowAttentionChina()
750 reg_G2_BG0OFS = shelter.gx_bg0ofs; in OS_ShowAttentionChina()
751 reg_G2S_DB_BG0CNT = shelter.gxs_bg0cnt; in OS_ShowAttentionChina()
752 reg_G2_BG0CNT = shelter.gx_bg0cnt; in OS_ShowAttentionChina()
753 reg_GX_VRAMCNT_D = shelter.gx_vramcnt_d; in OS_ShowAttentionChina()
754 reg_GX_VRAMCNT_C = shelter.gx_vramcnt_c; in OS_ShowAttentionChina()
755 reg_GX_VRAMCNT_A = shelter.gx_vramcnt_a; in OS_ShowAttentionChina()
756 reg_GX_POWCNT = shelter.gx_powcnt; in OS_ShowAttentionChina()
757 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
762 reg_GXS_DB_MASTER_BRIGHT = shelter.gxs_bright; in OS_ShowAttentionChina()
763 reg_GX_MASTER_BRIGHT = shelter.gx_bright; in OS_ShowAttentionChina()
764 reg_GXS_DB_DISPCNT = shelter.gxs_dispcnt; in OS_ShowAttentionChina()
765 reg_GX_DISPCNT = shelter.gx_dispcnt; in OS_ShowAttentionChina()
766 reg_GX_DISPSTAT = shelter.gx_dispstat; in OS_ShowAttentionChina()