#include <devices.h>
Public Attributes | |
struct memory * | fb_mem |
struct vfb_data * | vfb_data |
int | type |
const char * | px_name |
struct interrupt | irq |
int | bitdepth |
int | xconfig |
int | yconfig |
uint32_t | intr |
unsigned char | sram [128 *1024] |
int px_data::bitdepth |
Definition at line 345 of file devices.h.
Referenced by dev_px_dma(), and dev_px_init().
struct memory* px_data::fb_mem |
Definition at line 340 of file devices.h.
Referenced by dev_px_init().
uint32_t px_data::intr |
Definition at line 349 of file devices.h.
Referenced by DEVICE_ACCESS(), and DEVICE_TICK().
struct interrupt px_data::irq |
Definition at line 344 of file devices.h.
Referenced by dev_px_init(), and DEVICE_TICK().
const char* px_data::px_name |
Definition at line 343 of file devices.h.
Referenced by dev_px_init().
unsigned char px_data::sram[128 *1024] |
Definition at line 350 of file devices.h.
Referenced by dev_px_dma(), and DEVICE_ACCESS().
int px_data::type |
Definition at line 342 of file devices.h.
Referenced by dev_px_dma(), dev_px_init(), and DEVICE_ACCESS().
struct vfb_data* px_data::vfb_data |
Definition at line 341 of file devices.h.
Referenced by dev_px_dma(), and dev_px_init().
int px_data::xconfig |
Definition at line 346 of file devices.h.
Referenced by dev_px_init(), and DEVICE_ACCESS().
int px_data::yconfig |
Definition at line 347 of file devices.h.
Referenced by dev_px_init(), and DEVICE_ACCESS().