Searched refs:edc_mca_softc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/dev/mca/ |
H A D | edc_mca.c | 83 struct edc_mca_softc { struct 117 CFATTACH_DECL_NEW(edc_mca, sizeof(struct edc_mca_softc), argument 121 static void edc_dump_status_block(struct edc_mca_softc *, 123 static int edc_do_attn(struct edc_mca_softc *, int, int, int); 124 static void edc_cmd_wait(struct edc_mca_softc *, int, int); 144 struct edc_mca_softc *sc = device_private(self); in edc_mca_attach() 345 edc_add_disk(struct edc_mca_softc *sc, struct ed_softc *ed) in edc_add_disk() 353 struct edc_mca_softc *sc = arg; in edc_intr() 497 edc_do_attn(struct edc_mca_softc *sc, int attn_type, int devno, int intr_id) in edc_do_attn() 549 edc_cmd_wait(struct edc_mca_softc *sc, int secs, int poll) in edc_cmd_wait() [all …]
|
H A D | edcvar.h | 36 int edc_run_cmd(struct edc_mca_softc *, int, int, u_int16_t [], int, int); 37 void edc_add_disk(struct edc_mca_softc *, struct ed_softc *); 38 int edc_bio(struct edc_mca_softc *, struct ed_softc *,
|
H A D | edvar.h | 35 struct edc_mca_softc; 45 struct edc_mca_softc *edc_softc; /* pointer to our controller */
|
H A D | ed_mca.c | 134 struct edc_mca_softc *sc = device_private(parent); in ed_mca_probe() 154 struct edc_mca_softc *sc = device_private(parent); in ed_mca_attach()
|