| /src/sys/arch/mac68k/mac68k/ |
| iop.c | 1 /* $NetBSD: iop.c,v 1.12 2023/12/20 00:40:43 thorpej Exp $ */ 35 __KERNEL_RCSID(0, "$NetBSD: iop.c,v 1.12 2023/12/20 00:40:43 thorpej Exp $"); 51 static IOP mac68k_iops[2]; 55 static void iop_message_sent(IOP *, int); 56 static void receive_iop_message(IOP *, int); 57 static void default_listener(IOP *, struct iop_msg *); 90 default_listener(IOP *iop, struct iop_msg *msg) 99 IOP *iop; local 246 IOP *iop; local 372 IOP *iop; local 413 IOP *iop; local 442 IOP *iop; local [all...] |
| /src/sys/arch/mac68k/include/ |
| iopreg.h | 108 u_char alive; /* IOP alive flag */ 115 typedef void (*iop_msg_handler)(struct _s_IOP *iop, struct iop_msg *); 130 #define IOP_MSGSTAT_SENDING 2 /* Message on IOP */ 137 IOPHW *iop; member in struct:_s_IOP 144 } IOP; 178 * The structure of a SWIM packet to/from the IOP is: 195 * The structure of an ADB packet to/from the IOP is:
|
| /src/sys/arch/arm/samsung/ |
| exynos5_reg.h | 100 #define EXYNOS5_A5 (IOP) 0x008A0000
|
| /src/sys/arch/sparc/include/ |
| instr.h | 44 enum IOP { IOP_OP2, IOP_CALL, IOP_reg, IOP_mem };
|
| /src/sys/arch/mac68k/dev/ |
| adb_direct.c | 79 #include <machine/iopreg.h> /* required for IOP support */ 112 #define ADB_ACTION_RUNNING 0x6 /* running - IOP only */ 223 "IOP", 324 void adb_iop_recv(IOP *, struct iop_msg *); 1542 adb_iop_recv(IOP *iop, struct iop_msg *msg) 2138 /* ints must be on for PB & IOP (at least, for now) */ 2367 /* ints must be on for PB & IOP (at least, for now) */ 2599 printf_intr("adb: using IOP-based ADB\n"); 2891 case ADB_HW_IOP: /* IOP models don't do ADB soft power * [all...] |