Searched refs:aha (Results 1 – 16 of 16) sorted by relevance
| /NextBSD/sys/dev/aha/ |
| HD | aha.c | 95 static __inline void ahanextinbox(struct aha_softc *aha); 96 static __inline void ahanextoutbox(struct aha_softc *aha); 98 #define aha_name(aha) device_get_nameunit(aha->dev) argument 101 ahanextinbox(struct aha_softc *aha) in ahanextinbox() argument 103 if (aha->cur_inbox == aha->last_inbox) in ahanextinbox() 104 aha->cur_inbox = aha->in_boxes; in ahanextinbox() 106 aha->cur_inbox++; in ahanextinbox() 110 ahanextoutbox(struct aha_softc *aha) in ahanextoutbox() argument 112 if (aha->cur_outbox == aha->last_outbox) in ahanextoutbox() 113 aha->cur_outbox = aha->out_boxes; in ahanextoutbox() [all …]
|
| HD | aha_isa.c | 109 struct aha_softc *aha = device_get_softc(dev); in aha_isa_probe() local 117 aha->dev = dev; in aha_isa_probe() 123 aha->port = bus_alloc_resource(dev, SYS_RES_IOPORT, &port_rid, in aha_isa_probe() 126 if (aha->port == NULL) in aha_isa_probe() 129 port_start = rman_get_start(aha->port); in aha_isa_probe() 130 aha_alloc(aha); in aha_isa_probe() 133 if (aha_probe(aha) || aha_fetch_adapter_info(aha)) { in aha_isa_probe() 134 aha_free(aha); in aha_isa_probe() 135 bus_release_resource(dev, SYS_RES_IOPORT, port_rid, aha->port); in aha_isa_probe() 143 error = aha_cmd(aha, AOP_INQUIRE_CONFIG, NULL, /*parmlen*/0, in aha_isa_probe() [all …]
|
| HD | ahareg.h | 392 #define aha_inb(aha, reg) \ argument 393 bus_read_1((aha)->port, reg) 395 #define aha_outb(aha, reg, value) \ argument 396 bus_write_1((aha)->port, reg, value)
|
| HD | aha_mca.c | 230 DRIVER_MODULE(aha, mca, aha_mca_driver, aha_devclass, 0, 0); 231 MODULE_DEPEND(aha, mca, 1, 1, 1);
|
| /NextBSD/sys/modules/aha/ |
| HD | Makefile | 3 .PATH: ${.CURDIR}/../../dev/aha 5 KMOD= aha 6 SRCS= aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h \
|
| /NextBSD/sys/kern/ |
| HD | Make.tags.inc | 15 ${SYS}/dev/aha/*.[ch] \ 73 ${SYS}/dev/aha \
|
| /NextBSD/tools/kerneldoc/subsys/ |
| HD | Doxyfile-dev_aha | 14 INPUT = $(DOXYGEN_SRC_PATH)/dev/aha/ \
|
| /NextBSD/sys/sparc64/conf/ |
| HD | NOTES | 123 nodevice aha
|
| /NextBSD/release/doc/share/misc/ |
| HD | dev.archlist.txt | 41 aha i386
|
| /NextBSD/sys/modules/ |
| HD | Makefile | 29 aha \
|
| /NextBSD/share/man/man4/ |
| HD | Makefile | 29 aha.4 \
|
| /NextBSD/sys/i386/conf/ |
| HD | GENERIC | 135 device aha # Adaptec 154x SCSI adapters
|
| /NextBSD/sys/pc98/conf/ |
| HD | NOTES | 598 nodevice aha
|
| /NextBSD/sys/conf/ |
| HD | files | 698 dev/aha/aha.c optional aha 699 dev/aha/aha_isa.c optional aha isa 700 dev/aha/aha_mca.c optional aha mca
|
| HD | NOTES | 1498 # aha: Adaptec 154x/1535/1640 1536 device aha 1537 hint.aha.0.at="isa"
|
| /NextBSD/share/dict/ |
| HD | web2 | 4271 aha
|