HomeSort by: relevance | last modified time | path
    Searched defs:iop_read1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mac68k/mac68k/
iop.c 60 static inline int iop_read1(IOPHW *, u_long);
66 iop_read1(IOPHW *ioph, u_long iopbase) function in typeref:typename:int
84 alive = iop_read1(ioph, IOP_ADDR_ALIVE);
196 do { c2 = iop_read1(ioph, IOP_ADDR_ALIVE); cs++; } while (c2 != 0xff);
270 m = iop_read1(ioph, IOP_ADDR_MAX_SEND_CHAN);
272 s = iop_read1(ioph, IOP_ADDR_SEND_STATE + i);
284 m = iop_read1(ioph, IOP_ADDR_MAX_RECV_CHAN);
286 s = iop_read1(ioph, IOP_ADDR_RECV_STATE + i);
iop.c 60 static inline int iop_read1(IOPHW *, u_long);
66 iop_read1(IOPHW *ioph, u_long iopbase) function in typeref:typename:int
84 alive = iop_read1(ioph, IOP_ADDR_ALIVE);
196 do { c2 = iop_read1(ioph, IOP_ADDR_ALIVE); cs++; } while (c2 != 0xff);
270 m = iop_read1(ioph, IOP_ADDR_MAX_SEND_CHAN);
272 s = iop_read1(ioph, IOP_ADDR_SEND_STATE + i);
284 m = iop_read1(ioph, IOP_ADDR_MAX_RECV_CHAN);
286 s = iop_read1(ioph, IOP_ADDR_RECV_STATE + i);

Completed in 21 milliseconds