Searched defs:ahd (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/dev/microcode/aic7xxx/ |
H A D | aic79xx_seq.h | 842 ahd_patch23_func(struct ahd_softc *ahd) in ahd_patch23_func() 954 ahd_patch9_func(struct ahd_softc *ahd) in ahd_patch9_func() 962 ahd_patch8_func(struct ahd_softc *ahd) in ahd_patch8_func() 970 ahd_patch7_func(struct ahd_softc *ahd) in ahd_patch7_func() 978 ahd_patch6_func(struct ahd_softc *ahd) in ahd_patch6_func() 986 ahd_patch5_func(struct ahd_softc *ahd) in ahd_patch5_func() 994 ahd_patch4_func(struct ahd_softc *ahd) in ahd_patch4_func() 1002 ahd_patch3_func(struct ahd_softc *ahd) in ahd_patch3_func() 1010 ahd_patch2_func(struct ahd_softc *ahd) in ahd_patch2_func() 1018 ahd_patch1_func(struct ahd_softc *ahd) in ahd_patch1_func() [all …]
|
/openbsd/sys/dev/ic/ |
H A D | aic79xx.c | 332 ahd_restart(struct ahd_softc *ahd) in ahd_restart() 5372 ahd_free(struct ahd_softc *ahd) in ahd_free() 5427 struct ahd_softc *ahd; in ahd_shutdown() local 5784 struct ahd_softc *ahd = xahd; in ahd_scb_alloc() local 5804 struct ahd_softc *ahd = xahd; in ahd_scb_free() local 6024 ahd_init(struct ahd_softc *ahd) in ahd_init() 7760 struct ahd_softc *ahd; in ahd_reset_poll() local 7801 struct ahd_softc *ahd; in ahd_stat_timer() local 8954 struct ahd_softc *ahd; in ahd_timeout() local 9870 ahd_name(struct ahd_softc *ahd) in ahd_name() [all …]
|
H A D | aic79xx_openbsd.h | 100 #define SCSI_CHANNEL(ahd, sc_link) \ argument 102 #define SCSI_SCSI_ID(ahd, sc_link) \ argument 158 #define ahd_inb(ahd, port) \ argument 162 #define ahd_outb(ahd, port, value) \ argument 166 #define ahd_inw_atomic(ahd, port) \ argument 189 #define ahd_lockinit(ahd) argument 194 #define ahd_done_lockinit(ahd) argument 195 #define ahd_done_lock(ahd, flags) argument 196 #define ahd_done_unlock(ahd, flags) argument 224 #define aic_freeze_simq(ahd) argument [all …]
|
H A D | aic79xx_openbsd.c | 92 ahd_attach(struct ahd_softc *ahd) in ahd_attach() 136 struct ahd_softc *ahd; in ahd_platform_intr() local 150 ahd_done(struct ahd_softc *ahd, struct scb *scb) in ahd_done() 249 struct ahd_softc *ahd; in ahd_action() local 319 struct ahd_softc *ahd; in ahd_execute_scb() local 455 ahd_poll(struct ahd_softc *ahd, int wait) in ahd_poll() 473 ahd_setup_data(struct ahd_softc *ahd, struct scsi_xfer *xs, in ahd_setup_data() 546 struct ahd_softc *ahd = (struct ahd_softc*)self; in ahd_detach() local 656 ahd_flush_device_writes(struct ahd_softc *ahd) in ahd_flush_device_writes() 682 ahd_print_path(struct ahd_softc *ahd, struct scb *scb) in ahd_print_path() [all …]
|
H A D | aic79xx_inline.h | 163 #define AHD_ASSERT_MODES(ahd, source, dest) \ argument
|
H A D | aic79xx.h | 110 #define SCSIID_TARGET(ahd, scsiid) \ argument 114 #define SCSIID_CHANNEL(ahd, scsiid) ('A') argument 115 #define SCB_IS_SCSIBUS_B(ahd, scb) (0) argument 118 #define SCB_GET_TARGET(ahd, scb) \ argument 120 #define SCB_GET_CHANNEL(ahd, scb) \ argument 124 #define SCB_GET_TARGET_OFFSET(ahd, scb) \ argument 126 #define SCB_GET_TARGET_MASK(ahd, scb) \ argument 1265 #define AHD_SET_SLEWRATE(ahd, new_slew) \ argument 1272 #define AHD_SET_PRECOMP(ahd, new_pcomp) \ argument 1279 #define AHD_SET_AMPLITUDE(ahd, new_amp) \ argument
|
/openbsd/sys/dev/pci/ |
H A D | ahd_pci.c | 341 struct ahd_softc *ahd = (void *)self; in ahd_pci_attach() local 565 ahd_pci_test_register_access(struct ahd_softc *ahd) in ahd_pci_test_register_access() 655 ahd_check_extport(struct ahd_softc *ahd) in ahd_check_extport() 788 ahd_configure_termination(struct ahd_softc *ahd, u_int adapter_control) in ahd_configure_termination() 934 ahd_pci_intr(struct ahd_softc *ahd) in ahd_pci_intr() 996 ahd_pci_split_intr(struct ahd_softc *ahd, u_int intstat) in ahd_pci_split_intr() 1063 ahd_aic7901_setup(struct ahd_softc *ahd, struct pci_attach_args *pa) in ahd_aic7901_setup() 1072 ahd_aic7901A_setup(struct ahd_softc *ahd, struct pci_attach_args *pa) in ahd_aic7901A_setup() 1081 ahd_aic7902_setup(struct ahd_softc *ahd, struct pci_attach_args *pa) in ahd_aic7902_setup() 1089 ahd_aic790X_setup(struct ahd_softc *ahd, struct pci_attach_args *pa) in ahd_aic790X_setup()
|