Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/eisa/
H A Dahb.c87 struct ahb_softc { struct
118 static void ahb_send_mbox(struct ahb_softc *, int, struct ahb_ecb *); argument
119 static void ahb_send_immed(struct ahb_softc *, u_int32_t, struct ahb_ecb *);
121 static void ahb_free_ecb(struct ahb_softc *, struct ahb_ecb *);
122 static struct ahb_ecb *ahb_get_ecb(struct ahb_softc *);
123 static struct ahb_ecb *ahb_ecb_lookup(struct ahb_softc *, uint32_t);
124 static void ahb_done(struct ahb_softc *, struct ahb_ecb *);
127 static int ahb_init(struct ahb_softc *);
131 static int ahb_poll(struct ahb_softc *, struct scsipi_xfer *, int);
133 static int ahb_create_ecbs(struct ahb_softc *, struct ahb_ecb *, int);
[all …]
/netbsd-src/sys/arch/arm/imx/
H A Dimx31_ahb.c124 struct ahb_softc { struct
135 static void ahb_attach_critical(struct ahb_softc *); argument
139 CFATTACH_DECL_NEW(ahb, sizeof(struct ahb_softc),
142 static struct ahb_softc *ahb_sc;
153 struct ahb_softc *sc = device_private(self); in ahb_attach()
247 ahb_attach_critical(struct ahb_softc *sc) in ahb_attach_critical()
H A Dimx23var.h74 struct ahb_softc { struct
H A Dimx23_ahb.c52 sizeof(struct ahb_softc),