sgi_gbe_data Struct Reference

Back to the index.

Public Attributes | List of all members
sgi_gbe_data Struct Reference

Public Attributes

uint32_t ctrlstat
 
uint32_t dotclock
 
uint32_t i2c
 
uint32_t i2cfp
 
uint32_t freeze
 
uint32_t y_intr01
 
uint32_t y_intr23
 
uint32_t ovr_tilesize
 
uint32_t ovr_control
 
uint32_t tilesize
 
uint32_t frm_control
 
uint32_t palette [32 *256]
 
uint32_t cursor_pos
 
uint32_t cursor_control
 
uint32_t cursor_cmap0
 
uint32_t cursor_cmap1
 
uint32_t cursor_cmap2
 
uint32_t cursor_bitmap [64]
 
int xres
 
int yres
 
int width_in_tiles
 
int partial_pixels
 
int ovr_width_in_tiles
 
int ovr_partial_pixels
 
int bitdepth
 
int color_mode
 
int cmap_select
 
uint32_t selected_palette [256]
 
struct vfb_datafb_data
 

Detailed Description

Definition at line 72 of file dev_sgi_gbe.cc.

Member Data Documentation

◆ bitdepth

int sgi_gbe_data::bitdepth

Definition at line 104 of file dev_sgi_gbe.cc.

Referenced by dev_sgi_gbe_init(), DEVICE_ACCESS(), and DEVICE_TICK().

◆ cmap_select

int sgi_gbe_data::cmap_select

Definition at line 106 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ color_mode

int sgi_gbe_data::color_mode

Definition at line 105 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS(), and get_rgb().

◆ ctrlstat

uint32_t sgi_gbe_data::ctrlstat

Definition at line 74 of file dev_sgi_gbe.cc.

Referenced by dev_sgi_gbe_init(), and DEVICE_ACCESS().

◆ cursor_bitmap

uint32_t sgi_gbe_data::cursor_bitmap[64]

Definition at line 96 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ cursor_cmap0

uint32_t sgi_gbe_data::cursor_cmap0

Definition at line 93 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ cursor_cmap1

uint32_t sgi_gbe_data::cursor_cmap1

Definition at line 94 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ cursor_cmap2

uint32_t sgi_gbe_data::cursor_cmap2

Definition at line 95 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ cursor_control

uint32_t sgi_gbe_data::cursor_control

Definition at line 92 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ cursor_pos

uint32_t sgi_gbe_data::cursor_pos

Definition at line 91 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ dotclock

uint32_t sgi_gbe_data::dotclock

Definition at line 75 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS().

◆ fb_data

struct vfb_data* sgi_gbe_data::fb_data

Definition at line 108 of file dev_sgi_gbe.cc.

Referenced by dev_sgi_gbe_init(), DEVICE_ACCESS(), and DEVICE_TICK().

◆ freeze

uint32_t sgi_gbe_data::freeze

Definition at line 79 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ frm_control

uint32_t sgi_gbe_data::frm_control

Definition at line 87 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ i2c

uint32_t sgi_gbe_data::i2c

Definition at line 76 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS().

◆ i2cfp

uint32_t sgi_gbe_data::i2cfp

Definition at line 77 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS().

◆ ovr_control

uint32_t sgi_gbe_data::ovr_control

Definition at line 84 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ ovr_partial_pixels

int sgi_gbe_data::ovr_partial_pixels

Definition at line 103 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ ovr_tilesize

uint32_t sgi_gbe_data::ovr_tilesize

Definition at line 83 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS().

◆ ovr_width_in_tiles

int sgi_gbe_data::ovr_width_in_tiles

Definition at line 102 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ palette

uint32_t sgi_gbe_data::palette[32 *256]

Definition at line 89 of file dev_sgi_gbe.cc.

Referenced by dev_sgi_gbe_init(), DEVICE_ACCESS(), and select_palette().

◆ partial_pixels

int sgi_gbe_data::partial_pixels

Definition at line 101 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ selected_palette

uint32_t sgi_gbe_data::selected_palette[256]

Definition at line 107 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS(), get_rgb(), and select_palette().

◆ tilesize

uint32_t sgi_gbe_data::tilesize

Definition at line 86 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS().

◆ width_in_tiles

int sgi_gbe_data::width_in_tiles

Definition at line 100 of file dev_sgi_gbe.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ xres

int sgi_gbe_data::xres

Definition at line 99 of file dev_sgi_gbe.cc.

Referenced by dev_sgi_gbe_init(), DEVICE_ACCESS(), and DEVICE_TICK().

◆ y_intr01

uint32_t sgi_gbe_data::y_intr01

Definition at line 80 of file dev_sgi_gbe.cc.

Referenced by dev_sgi_gbe_init(), DEVICE_ACCESS(), and DEVICE_TICK().

◆ y_intr23

uint32_t sgi_gbe_data::y_intr23

Definition at line 81 of file dev_sgi_gbe.cc.

Referenced by dev_sgi_gbe_init(), DEVICE_ACCESS(), and DEVICE_TICK().

◆ yres

int sgi_gbe_data::yres

Definition at line 99 of file dev_sgi_gbe.cc.

Referenced by dev_sgi_gbe_init(), DEVICE_ACCESS(), and DEVICE_TICK().


The documentation for this struct was generated from the following file:

Generated on Fri Dec 7 2018 19:52:23 for GXemul by doxygen 1.8.13