/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)
|
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)
|
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...] |
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...] |
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...] |