Home
last modified time | relevance | path

Searched refs:uha_softc (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/dev/ic/
Duhavar.h38 struct uha_softc { struct
47 void (*start_mbox)(struct uha_softc *, struct uha_mscp *); argument
48 int (*poll)(struct uha_softc *, struct scsi_xfer *, int); argument
49 void (*init)(struct uha_softc *); argument
58 void uha_attach(struct uha_softc *); argument
60 struct uha_mscp *uha_mscp_phys_kv(struct uha_softc *, u_long);
61 void uha_done(struct uha_softc *, struct uha_mscp *);
Duha.c86 integrate void uha_reset_mscp(struct uha_softc *, struct uha_mscp *);
87 void uha_free_mscp(struct uha_softc *, struct uha_mscp *);
88 integrate void uha_init_mscp(struct uha_softc *, struct uha_mscp *);
89 struct uha_mscp *uha_get_mscp(struct uha_softc *, int);
134 struct uha_softc *sc; in uha_attach()
164 struct uha_softc *sc; in uha_reset_mscp()
176 struct uha_softc *sc; in uha_free_mscp()
198 struct uha_softc *sc; in uha_init_mscp()
223 struct uha_softc *sc; in uha_get_mscp()
270 struct uha_softc *sc; in uha_mscp_phys_kv()
[all …]
/mirbsd/src/sys/dev/isa/
Duha_isa.c63 sizeof(struct uha_softc), uha_isa_probe, uha_isa_attach
68 int u14_find(bus_space_tag_t, bus_space_handle_t, struct uha_softc *);
69 void u14_start_mbox(struct uha_softc *, struct uha_mscp *);
70 int u14_poll(struct uha_softc *, struct scsi_xfer *, int);
72 void u14_init(struct uha_softc *);
85 struct uha_softc sc;
119 struct uha_softc *sc = (void *)self;
160 struct uha_softc *sc;
247 struct uha_softc *sc; in u14_start_mbox()
282 struct uha_softc *sc; in u14_poll()
[all …]