Public Attributes | |
| struct interrupt | irq |
| struct memory * | fb_mem |
| struct vfb_data * | vfb_data |
| unsigned char | pixeldata [XSIZE *YSIZE] |
| int | current_r |
| int | current_g |
| int | current_b |
| int | pip_offset |
Definition at line 50 of file dev_pmagja.cc.
| int pmagja_data::current_b |
Definition at line 59 of file dev_pmagja.cc.
| int pmagja_data::current_g |
Definition at line 58 of file dev_pmagja.cc.
| int pmagja_data::current_r |
Definition at line 57 of file dev_pmagja.cc.
| struct memory* pmagja_data::fb_mem |
Definition at line 52 of file dev_pmagja.cc.
Referenced by dev_pmagja_init(), and DEVICE_ACCESS().
| struct interrupt pmagja_data::irq |
Definition at line 51 of file dev_pmagja.cc.
Referenced by dev_pmagja_init().
| int pmagja_data::pip_offset |
Definition at line 61 of file dev_pmagja.cc.
Referenced by DEVICE_ACCESS().
Definition at line 55 of file dev_pmagja.cc.
Referenced by DEVICE_ACCESS().
| struct vfb_data* pmagja_data::vfb_data |
Definition at line 53 of file dev_pmagja.cc.
Referenced by dev_pmagja_init(), and DEVICE_ACCESS().
1.8.17