Home
last modified time | relevance | path

Searched refs:edc_mca_softc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/mca/
H A Dedc_mca.c83 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 Dedcvar.h36 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 Dedvar.h35 struct edc_mca_softc;
45 struct edc_mca_softc *edc_softc; /* pointer to our controller */
H A Ded_mca.c134 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()