Searched defs:sti_glob_cfg (Results 1 – 1 of 1) sorted by relevance
125 struct sti_glob_cfg { struct126 s32 text_planes; /* number of planes used for text */127 s16 onscreen_x; /* screen width in pixels */128 s16 onscreen_y; /* screen height in pixels */129 s16 offscreen_x; /* offset width in pixels */130 s16 offscreen_y; /* offset height in pixels */131 s16 total_x; /* frame buffer width in pixels */132 s16 total_y; /* frame buffer height in pixels */133 u32 region_ptrs[STI_REGION_MAX]; /* region pointers */134 s32 reent_lvl; /* storage for reentry level value */[all …]