Searched refs:sbic_regmap_p (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/arch/acorn32/podulebus/ |
| D | 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 …]
|
| D | sbicreg.h | 310 } sbic_regmap, *sbic_regmap_p; typedef
|
| /netbsd/src/sys/arch/mvme68k/dev/ |
| D | 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; in sbic_save_ptrs() 717 sbicwait(sbic_regmap_p regs, u_char until, int timeo, int line) in sbicwait() 750 sbic_regmap_p regs = dev->sc_sbicp; in sbicabort() 878 sbic_regmap_p regs = dev->sc_sbicp; in sbicreset() 955 sbic_regmap_p regs = dev->sc_sbicp; in sbicselectbus() 1175 sbicxfout(sbic_regmap_p regs, int len, void *bp) in sbicxfout() 1232 sbicxfin(sbic_regmap_p regs, int len, void *bp) in sbicxfin() [all …]
|
| D | sbicvar.h | 99 sbic_regmap_p sc_sbicp; /* the SBIC */
|
| D | wdsc.c | 136 sc->sc_sbicp = (sbic_regmap_p) bush; in wdsc_pcc_attach()
|
| D | sbicreg.h | 313 typedef volatile sbic_padded_ind_regmap_t *sbic_regmap_p; typedef
|
| /netbsd/src/sys/arch/amiga/dev/ |
| D | sbicreg.h | 313 typedef sbic_regmap_t *sbic_regmap_p; typedef
|