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_data * | fb_data |
Definition at line 72 of file dev_sgi_gbe.cc.
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().
int sgi_gbe_data::cmap_select |
Definition at line 106 of file dev_sgi_gbe.cc.
Referenced by DEVICE_ACCESS(), and DEVICE_TICK().
int sgi_gbe_data::color_mode |
Definition at line 105 of file dev_sgi_gbe.cc.
Referenced by DEVICE_ACCESS(), and get_rgb().
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().
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().
uint32_t sgi_gbe_data::cursor_cmap0 |
Definition at line 93 of file dev_sgi_gbe.cc.
Referenced by DEVICE_ACCESS(), and DEVICE_TICK().
uint32_t sgi_gbe_data::cursor_cmap1 |
Definition at line 94 of file dev_sgi_gbe.cc.
Referenced by DEVICE_ACCESS(), and DEVICE_TICK().
uint32_t sgi_gbe_data::cursor_cmap2 |
Definition at line 95 of file dev_sgi_gbe.cc.
Referenced by DEVICE_ACCESS(), and DEVICE_TICK().
uint32_t sgi_gbe_data::cursor_control |
Definition at line 92 of file dev_sgi_gbe.cc.
Referenced by DEVICE_ACCESS(), and DEVICE_TICK().
uint32_t sgi_gbe_data::cursor_pos |
Definition at line 91 of file dev_sgi_gbe.cc.
Referenced by DEVICE_ACCESS(), and DEVICE_TICK().
uint32_t sgi_gbe_data::dotclock |
Definition at line 75 of file dev_sgi_gbe.cc.
Referenced by DEVICE_ACCESS().
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().
uint32_t sgi_gbe_data::freeze |
Definition at line 79 of file dev_sgi_gbe.cc.
Referenced by DEVICE_ACCESS(), and DEVICE_TICK().
uint32_t sgi_gbe_data::frm_control |
Definition at line 87 of file dev_sgi_gbe.cc.
Referenced by DEVICE_ACCESS(), and DEVICE_TICK().
uint32_t sgi_gbe_data::i2c |
Definition at line 76 of file dev_sgi_gbe.cc.
Referenced by DEVICE_ACCESS().
uint32_t sgi_gbe_data::i2cfp |
Definition at line 77 of file dev_sgi_gbe.cc.
Referenced by DEVICE_ACCESS().
uint32_t sgi_gbe_data::ovr_control |
Definition at line 84 of file dev_sgi_gbe.cc.
Referenced by DEVICE_ACCESS(), and DEVICE_TICK().
int sgi_gbe_data::ovr_partial_pixels |
Definition at line 103 of file dev_sgi_gbe.cc.
Referenced by DEVICE_ACCESS(), and DEVICE_TICK().
uint32_t sgi_gbe_data::ovr_tilesize |
Definition at line 83 of file dev_sgi_gbe.cc.
Referenced by DEVICE_ACCESS().
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().
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().
int sgi_gbe_data::partial_pixels |
Definition at line 101 of file dev_sgi_gbe.cc.
Referenced by DEVICE_ACCESS(), and DEVICE_TICK().
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().
uint32_t sgi_gbe_data::tilesize |
Definition at line 86 of file dev_sgi_gbe.cc.
Referenced by DEVICE_ACCESS().
int sgi_gbe_data::width_in_tiles |
Definition at line 100 of file dev_sgi_gbe.cc.
Referenced by DEVICE_ACCESS(), and DEVICE_TICK().
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().
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().
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().
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().