| /src/sys/arch/acorn32/podulebus/ |
| sbic.c | 150 static int sbicwait (sbic_regmap_p, char, int , int); 151 static int sbicselectbus (struct sbic_softc *, sbic_regmap_p, u_char, 153 static int sbicxfstart (sbic_regmap_p, int, u_char, int); 154 static int sbicxfout (sbic_regmap_p regs, int, void *, int); 155 static int sbicfromscsiperiod (struct sbic_softc *, sbic_regmap_p, int); 156 static int sbictoscsiperiod (struct sbic_softc *, sbic_regmap_p, int); 160 static int sbicxfin (sbic_regmap_p regs, int, void *); 161 static int sbicabort (struct sbic_softc *, sbic_regmap_p, const char *); 162 static void sbicxfdone (struct sbic_softc *, sbic_regmap_p, int); 163 static void sbicerror (struct sbic_softc *, sbic_regmap_p, u_char) [all...] |
| sbicreg.h | 310 } sbic_regmap, *sbic_regmap_p; typedef in typeref:struct:__anonfcdb4a460108 *
|
| /src/sys/arch/mvme68k/dev/ |
| sbic.c | 133 int sbicwait (sbic_regmap_p, u_char, int , int); 136 int sbicxfout (sbic_regmap_p, int, void *); 137 int sbicxfin (sbic_regmap_p, int, void *); 212 sbic_regmap_p regs; 717 sbicwait(sbic_regmap_p regs, u_char until, int timeo, int line) 750 sbic_regmap_p regs = dev->sc_sbicp; 878 sbic_regmap_p regs = dev->sc_sbicp; 955 sbic_regmap_p regs = dev->sc_sbicp; 1175 sbicxfout(sbic_regmap_p regs, int len, void *bp) 1232 sbicxfin(sbic_regmap_p regs, int len, void *bp [all...] |
| sbicvar.h | 99 sbic_regmap_p sc_sbicp; /* the SBIC */
|
| wdsc.c | 136 sc->sc_sbicp = (sbic_regmap_p) bush;
|
| sbicreg.h | 313 typedef volatile sbic_padded_ind_regmap_t *sbic_regmap_p; typedef in typeref:typename:volatile sbic_padded_ind_regmap_t *
|
| /src/sys/arch/amiga/dev/ |
| sbicreg.h | 313 typedef sbic_regmap_t *sbic_regmap_p; typedef in typeref:typename:sbic_regmap_t *
|