Go to the source code of this file.
Macros | |
#define | DEV_FB_ADDRESS 0x12000000 |
#define | DEV_FBCTRL_ADDRESS 0x12f00000 |
#define | DEV_FBCTRL_LENGTH 0x20 |
#define | DEV_FBCTRL_PORT 0x00 |
#define | DEV_FBCTRL_DATA 0x10 |
#define | DEV_FBCTRL_PORT_COMMAND 0 |
#define | DEV_FBCTRL_PORT_X1 1 |
#define | DEV_FBCTRL_PORT_Y1 2 |
#define | DEV_FBCTRL_PORT_X2 3 |
#define | DEV_FBCTRL_PORT_Y2 4 |
#define | DEV_FBCTRL_PORT_COLOR_R 5 |
#define | DEV_FBCTRL_PORT_COLOR_G 6 |
#define | DEV_FBCTRL_PORT_COLOR_B 7 |
#define | DEV_FBCTRL_NPORTS 8 |
#define | DEV_FBCTRL_COMMAND_NOP 0 |
#define | DEV_FBCTRL_COMMAND_SET_RESOLUTION 1 |
#define | DEV_FBCTRL_COMMAND_GET_RESOLUTION 2 |
#define | DEV_FBCTRL_COMMAND_FILL 3 |
#define | DEV_FBCTRL_COMMAND_COPY 4 |
#define | DEV_FBCTRL_MAXY(x) (((DEV_FBCTRL_ADDRESS-DEV_FB_ADDRESS) / 3) / x) |
#define DEV_FBCTRL_ADDRESS 0x12f00000 |
Definition at line 15 of file dev_fb.h.
Referenced by MACHINE_SETUP().
#define DEV_FBCTRL_DATA 0x10 |
Definition at line 25 of file dev_fb.h.
Referenced by DEVICE_ACCESS().
#define DEV_FBCTRL_MAXY | ( | x | ) | (((DEV_FBCTRL_ADDRESS-DEV_FB_ADDRESS) / 3) / x) |
#define DEV_FBCTRL_NPORTS 8 |
Definition at line 35 of file dev_fb.h.
Referenced by DEVICE_ACCESS().
#define DEV_FBCTRL_PORT 0x00 |
Definition at line 24 of file dev_fb.h.
Referenced by DEVICE_ACCESS().
#define DEV_FBCTRL_PORT_COMMAND 0 |
Definition at line 27 of file dev_fb.h.
Referenced by DEVICE_ACCESS().