#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/firmware.h>
#include <hwregs/reg_rdwr.h>
#include <hwregs/reg_map.h>
#include <hwregs/iop/iop_reg_space.h>
#include <hwregs/iop/iop_mpu_macros.h>
#include <hwregs/iop/iop_mpu_defs.h>
#include <hwregs/iop/iop_spu_defs.h>
#include <hwregs/iop/iop_sw_cpu_defs.h>
Go to the source code of this file.
int iop_fw_load_mpu |
( |
unsigned char * |
fw_name | ) |
|
int iop_fw_load_spu |
( |
const unsigned char * |
fw_name, |
|
|
unsigned int |
spu_inst |
|
) |
| |
int iop_start_mpu |
( |
unsigned int |
start_addr | ) |
|
MODULE_DESCRIPTION |
( |
"ETRAX FS IO-Processor Firmware Loader" |
| ) |
|
module_exit |
( |
iop_fw_load_exit |
| ) |
|
module_init |
( |
iop_fw_load_init |
| ) |
|