#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <asm/bootinfo.h>
#include <asm/macintosh.h>
#include <asm/macints.h>
#include <asm/mac_iop.h>
Go to the source code of this file.
|
irqreturn_t | iop_ism_irq (int, void *) |
|
void __init | iop_preinit (void) |
|
void __init | iop_init (void) |
|
void __init | iop_register_interrupts (void) |
|
int | iop_listen (uint iop_num, uint chan, void(*handler)(struct iop_msg *), const char *devname) |
|
void | iop_complete_message (struct iop_msg *msg) |
|
int | iop_send_message (uint iop_num, uint chan, void *privdata, uint msg_len, __u8 *msg_data, void(*handler)(struct iop_msg *)) |
|
void | iop_upload_code (uint iop_num, __u8 *code_start, uint code_len, __u16 shared_ram_start) |
|
void | iop_download_code (uint iop_num, __u8 *code_start, uint code_len, __u16 shared_ram_start) |
|
__u8 * | iop_compare_code (uint iop_num, __u8 *code_start, uint code_len, __u16 shared_ram_start) |
|