Searched refs:sbicxfstart (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/acorn32/podulebus/ |
H A D | sbic.c | 153 static int sbicxfstart (sbic_regmap_p, int, u_char, int); 1052 if (sbicxfstart(regs, 6, MESG_OUT_PHASE, in sbicselectbus() 1083 sbicxfstart(sbic_regmap_p regs, int len, u_char phase, int wait) in sbicxfstart() function 1346 if (sbicxfstart(regs, clen, CMD_PHASE, sbic_cmd_wait)) in sbicicmd() 1375 if (sbicxfstart(regs, acb->datalen, in sbicicmd() 2045 if (sbicxfstart(regs, acb->clen, CMD_PHASE, sbic_cmd_wait)) in sbicnextstate() 2095 if (sbicxfstart(regs, acb->datalen, in sbicnextstate()
|
/netbsd-src/sys/arch/amiga/dev/ |
H A D | sbic.c | 126 int sbicxfstart(sbic_regmap_t, int, u_char, int); 1118 if (sbicxfstart(regs, 6, MESG_OUT_PHASE, sbic_cmd_wait)) in sbicselectbus() 1150 sbicxfstart(sbic_regmap_t regs, int len, u_char phase, int wait) in sbicxfstart() function 1411 if (sbicxfstart(regs, clen, CMD_PHASE, sbic_cmd_wait)) in sbicicmd() 1439 if (sbicxfstart(regs, in sbicicmd() 2219 if (sbicxfstart(regs, acb->clen, CMD_PHASE, sbic_cmd_wait)) in sbicnextstate() 2293 if (sbicxfstart(regs, in sbicnextstate()
|