HomeSort by: relevance | last modified time | path
    Searched defs:ahb_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/imx/
imx23var.h 74 struct ahb_softc { struct
imx31_ahb.c 124 struct ahb_softc { struct
135 static void ahb_attach_critical(struct ahb_softc *);
139 CFATTACH_DECL_NEW(ahb, sizeof(struct ahb_softc),
142 static struct ahb_softc *ahb_sc;
153 struct ahb_softc *sc = device_private(self);
247 ahb_attach_critical(struct ahb_softc *sc)
  /src/sys/dev/eisa/
ahb.c 87 struct ahb_softc { struct
118 static void ahb_send_mbox(struct ahb_softc *, int, struct ahb_ecb *);
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...]

Completed in 13 milliseconds