/src/sys/arch/acorn32/podulebus/ |
sbic.c | 153 static int sbicxfstart (sbic_regmap_p, int, u_char, int); 1052 if (sbicxfstart(regs, 6, MESG_OUT_PHASE, 1083 sbicxfstart(sbic_regmap_p regs, int len, u_char phase, int wait) function in typeref:typename:int 1106 QPRINTF(("sbicxfstart %d, %d, %d\n", len, phase, wait)); 1346 if (sbicxfstart(regs, clen, CMD_PHASE, sbic_cmd_wait)) 1375 if (sbicxfstart(regs, acb->datalen, 2045 if (sbicxfstart(regs, acb->clen, CMD_PHASE, sbic_cmd_wait)) 2095 if (sbicxfstart(regs, acb->datalen,
|
sbic.c | 153 static int sbicxfstart (sbic_regmap_p, int, u_char, int); 1052 if (sbicxfstart(regs, 6, MESG_OUT_PHASE, 1083 sbicxfstart(sbic_regmap_p regs, int len, u_char phase, int wait) function in typeref:typename:int 1106 QPRINTF(("sbicxfstart %d, %d, %d\n", len, phase, wait)); 1346 if (sbicxfstart(regs, clen, CMD_PHASE, sbic_cmd_wait)) 1375 if (sbicxfstart(regs, acb->datalen, 2045 if (sbicxfstart(regs, acb->clen, CMD_PHASE, sbic_cmd_wait)) 2095 if (sbicxfstart(regs, acb->datalen,
|
/src/sys/arch/amiga/dev/ |
sbic.c | 126 int sbicxfstart(sbic_regmap_t, int, u_char, int); 1118 if (sbicxfstart(regs, 6, MESG_OUT_PHASE, sbic_cmd_wait)) 1150 sbicxfstart(sbic_regmap_t regs, int len, u_char phase, int wait) function in typeref:typename:int 1173 QPRINTF(("sbicxfstart %d, %d, %d\n", len, phase, wait)); 1411 if (sbicxfstart(regs, clen, CMD_PHASE, sbic_cmd_wait)) 1439 if (sbicxfstart(regs, 2219 if (sbicxfstart(regs, acb->clen, CMD_PHASE, sbic_cmd_wait)) 2293 if (sbicxfstart(regs,
|
sbic.c | 126 int sbicxfstart(sbic_regmap_t, int, u_char, int); 1118 if (sbicxfstart(regs, 6, MESG_OUT_PHASE, sbic_cmd_wait)) 1150 sbicxfstart(sbic_regmap_t regs, int len, u_char phase, int wait) function in typeref:typename:int 1173 QPRINTF(("sbicxfstart %d, %d, %d\n", len, phase, wait)); 1411 if (sbicxfstart(regs, clen, CMD_PHASE, sbic_cmd_wait)) 1439 if (sbicxfstart(regs, 2219 if (sbicxfstart(regs, acb->clen, CMD_PHASE, sbic_cmd_wait)) 2293 if (sbicxfstart(regs,
|