#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cpu.h"
#include "device.h"
#include "devices.h"
#include "machine.h"
#include "memory.h"
#include "misc.h"
#include "testmachine/dev_fb.h"
Go to the source code of this file.
Classes | |
struct | fbctrl_data |
Functions | |
DEVICE_ACCESS (fbctrl) | |
DEVINIT (fbctrl) | |
DEVICE_ACCESS | ( | fbctrl | ) |
Definition at line 106 of file dev_fbctrl.cc.
References fbctrl_data::current_port, data, DEV_FBCTRL_DATA, DEV_FBCTRL_NPORTS, DEV_FBCTRL_PORT, DEV_FBCTRL_PORT_COMMAND, fatal(), MEM_READ, MEM_WRITE, memory_readmax64(), and fbctrl_data::port.
DEVINIT | ( | fbctrl | ) |
Definition at line 157 of file dev_fbctrl.cc.
References devinit::addr, CHECK_ALLOCATION, DEV_FB_ADDRESS, dev_fb_init(), DEV_FBCTRL_LENGTH, DEV_FBCTRL_MAXY, DM_DEFAULT, devinit::machine, machine::memory, memory_device_register(), devinit::name, fbctrl_data::vfb_data, and VFB_GENERIC.