Symbol: ahb_softc
sys/arch/arm/imx/imx31_ahb.c
135
static void ahb_attach_critical(struct ahb_softc *);
sys/arch/arm/imx/imx31_ahb.c
139
CFATTACH_DECL_NEW(ahb, sizeof(struct ahb_softc),
sys/arch/arm/imx/imx31_ahb.c
142
static struct ahb_softc *ahb_sc;
sys/arch/arm/imx/imx31_ahb.c
153
struct ahb_softc *sc = device_private(self);
sys/arch/arm/imx/imx31_ahb.c
247
ahb_attach_critical(struct ahb_softc *sc)
sys/dev/eisa/ahb.c
118
static void ahb_send_mbox(struct ahb_softc *, int, struct ahb_ecb *);
sys/dev/eisa/ahb.c
119
static void ahb_send_immed(struct ahb_softc *, u_int32_t, struct ahb_ecb *);
sys/dev/eisa/ahb.c
121
static void ahb_free_ecb(struct ahb_softc *, struct ahb_ecb *);
sys/dev/eisa/ahb.c
122
static struct ahb_ecb *ahb_get_ecb(struct ahb_softc *);
sys/dev/eisa/ahb.c
123
static struct ahb_ecb *ahb_ecb_lookup(struct ahb_softc *, uint32_t);
sys/dev/eisa/ahb.c
124
static void ahb_done(struct ahb_softc *, struct ahb_ecb *);
sys/dev/eisa/ahb.c
127
static int ahb_init(struct ahb_softc *);
sys/dev/eisa/ahb.c
131
static int ahb_poll(struct ahb_softc *, struct scsipi_xfer *, int);
sys/dev/eisa/ahb.c
133
static int ahb_create_ecbs(struct ahb_softc *, struct ahb_ecb *, int);
sys/dev/eisa/ahb.c
135
static int ahb_init_ecb(struct ahb_softc *, struct ahb_ecb *);
sys/dev/eisa/ahb.c
140
CFATTACH_DECL_NEW(ahb, sizeof(struct ahb_softc),
sys/dev/eisa/ahb.c
188
struct ahb_softc *sc = device_private(self);
sys/dev/eisa/ahb.c
279
ahb_send_mbox(struct ahb_softc *sc, int opcode, struct ahb_ecb *ecb)
sys/dev/eisa/ahb.c
309
ahb_send_immed(struct ahb_softc *sc, u_int32_t cmd, struct ahb_ecb *ecb)
sys/dev/eisa/ahb.c
342
struct ahb_softc *sc = arg;
sys/dev/eisa/ahb.c
411
ahb_reset_ecb(struct ahb_softc *sc, struct ahb_ecb *ecb)
sys/dev/eisa/ahb.c
422
ahb_free_ecb(struct ahb_softc *sc, struct ahb_ecb *ecb)
sys/dev/eisa/ahb.c
436
ahb_init_ecb(struct ahb_softc *sc, struct ahb_ecb *ecb)
sys/dev/eisa/ahb.c
466
ahb_create_ecbs(struct ahb_softc *sc, struct ahb_ecb *ecbstore, int count)
sys/dev/eisa/ahb.c
492
ahb_get_ecb(struct ahb_softc *sc)
sys/dev/eisa/ahb.c
511
ahb_ecb_lookup(struct ahb_softc *sc, uint32_t ecb_phys)
sys/dev/eisa/ahb.c
529
ahb_done(struct ahb_softc *sc, struct ahb_ecb *ecb)
sys/dev/eisa/ahb.c
712
ahb_init(struct ahb_softc *sc)
sys/dev/eisa/ahb.c
790
struct ahb_softc *sc = device_private(chan->chan_adapter->adapt_dev);
sys/dev/eisa/ahb.c
971
ahb_poll(struct ahb_softc *sc, struct scsipi_xfer *xs, int count)
sys/dev/eisa/ahb.c
997
struct ahb_softc *sc =