Searched refs:ioph (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Diop.c67 iop_read1(IOPHW *ioph, u_long iopbase) argument
69 IOP_LOADADDR(ioph, iopbase);
70 return ioph->data;
74 iop_write1(IOPHW *ioph, u_long iopbase, u_char data) argument
76 IOP_LOADADDR(ioph, iopbase);
77 ioph->data = data;
81 iop_alive(IOPHW *ioph) argument
85 alive = iop_read1(ioph, IOP_ADDR_ALIVE);
86 iop_write1(ioph, IOP_ADDR_ALIVE, 0);
99 IOPHW *ioph; local
203 _iop_upload(IOPHW *ioph, u_char *mem, u_long nb, u_long iopbase) argument
214 IOPHW *ioph; local
224 _iop_download(IOPHW *ioph, u_char *mem, u_long nb, u_long iopbase) argument
235 IOPHW *ioph; local
248 IOPHW *ioph; local
296 load_msg_to_iop(IOPHW *ioph, struct iop_msg *msg) argument
312 IOPHW *ioph; local
335 IOPHW *ioph; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/include/
H A Diopreg.h146 #define IOP_LOADADDR(ioph,addr) (ioph->ram_lo = addr & 0xff, \
147 ioph->ram_hi = (addr >> 8) & 0xff)

Completed in 101 milliseconds