Searched refs:ahc (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Daic7xxx_inline.h62 IO_INLINE void ahc_pause_bug_fix(struct ahc_softc *ahc);
63 IO_INLINE int ahc_is_paused(struct ahc_softc *ahc);
64 IO_INLINE void ahc_pause(struct ahc_softc *ahc);
65 IO_INLINE void ahc_unpause(struct ahc_softc *ahc);
77 ahc_pause_bug_fix(struct ahc_softc *ahc) argument
79 if ((ahc->features & AHC_ULTRA2) != 0)
80 (void)ahc_inb(ahc, CCSCBCTL);
88 ahc_is_paused(struct ahc_softc *ahc) argument
90 return ((ahc_inb(ahc, HCNTRL) & PAUSE) != 0);
101 ahc_pause(struct ahc_softc *ahc) argument
126 ahc_unpause(struct ahc_softc *ahc) argument
143 ahc_freeze_untagged_queues(struct ahc_softc *ahc) argument
156 ahc_release_untagged_queues(struct ahc_softc *ahc) argument
210 ahc_hscb_busaddr(struct ahc_softc *ahc, u_int index) argument
217 ahc_sync_scb(struct ahc_softc *ahc, struct scb *scb, int op) argument
227 ahc_targetcmd_offset(struct ahc_softc *ahc, u_int index) argument
238 ahc_name(struct ahc_softc *ahc) argument
279 ahc_update_residual(struct ahc_softc *ahc, struct scb *scb) argument
293 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, u_int remote_id, struct ahc_tmode_tstate **tstate) argument
309 ahc_inw(struct ahc_softc *ahc, u_int port) argument
315 ahc_outw(struct ahc_softc *ahc, u_int port, u_int value) argument
322 ahc_inl(struct ahc_softc *ahc, u_int port) argument
331 ahc_outl(struct ahc_softc *ahc, u_int port, uint32_t value) argument
340 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag) argument
353 ahc_swap_with_next_hscb(struct ahc_softc *ahc, struct scb *scb) argument
393 ahc_queue_scb(struct ahc_softc *ahc, struct scb *scb) argument
438 ahc_get_sense_buf(struct ahc_softc *ahc, struct scb *scb) argument
447 ahc_get_sense_bufaddr(struct ahc_softc *ahc, struct scb *scb) argument
465 ahc_sync_qoutfifo(struct ahc_softc *ahc, int op) argument
472 ahc_sync_tqinfifo(struct ahc_softc *ahc, int op) argument
492 ahc_check_cmdcmpltqueues(struct ahc_softc *ahc) argument
522 ahc_intr(struct ahc_softc *ahc) argument
[all...]
H A Daic7xxx.c149 static void ahc_force_renegotiation(struct ahc_softc *ahc,
152 ahc_alloc_tstate(struct ahc_softc *ahc,
155 static void ahc_free_tstate(struct ahc_softc *ahc,
159 ahc_devlimited_syncrate(struct ahc_softc *ahc,
164 static void ahc_update_pending_scbs(struct ahc_softc *ahc);
165 static void ahc_fetch_devinfo(struct ahc_softc *ahc,
167 static void ahc_assert_atn(struct ahc_softc *ahc);
168 static void ahc_setup_initiator_msgout(struct ahc_softc *ahc,
171 static void ahc_build_transfer_msg(struct ahc_softc *ahc,
173 static void ahc_construct_sdtr(struct ahc_softc *ahc,
267 ahc_restart(struct ahc_softc *ahc) argument
328 ahc_run_qoutfifo(struct ahc_softc *ahc) argument
375 ahc_run_untagged_queues(struct ahc_softc *ahc) argument
384 ahc_run_untagged_queue(struct ahc_softc *ahc, struct scb_tailq *queue) argument
400 ahc_handle_brkadrint(struct ahc_softc *ahc) argument
433 ahc_handle_seqint(struct ahc_softc *ahc, u_int intstat) argument
999 ahc_handle_scsiint(struct ahc_softc *ahc, u_int intstat) argument
1436 ahc_force_renegotiation(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
1452 ahc_clear_critical_section(struct ahc_softc *ahc) argument
1543 ahc_clear_intstat(struct ahc_softc *ahc) argument
1600 ahc_alloc_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel) argument
1646 ahc_free_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel, int force) argument
1675 ahc_devlimited_syncrate(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
1730 ahc_find_syncrate(struct ahc_softc *ahc, u_int *period, u_int *ppr_options, u_int maxsync) argument
1797 ahc_find_period(struct ahc_softc *ahc, u_int scsirate, u_int maxsync) argument
1827 ahc_validate_offset(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, struct ahc_syncrate *syncrate, u_int *offset, int wide, role_t role) argument
1859 ahc_validate_width(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *bus_width, role_t role) argument
1889 ahc_update_neg_request(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_tmode_tstate *tstate, struct ahc_initiator_tinfo *tinfo, ahc_neg_type neg_type) argument
1932 ahc_set_syncrate(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_syncrate *syncrate, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
2059 ahc_set_width(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int width, u_int type, int paused) argument
2115 ahc_set_tags(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, ahc_queue_alg alg) argument
2129 ahc_update_pending_scbs(struct ahc_softc *ahc) argument
2207 ahc_fetch_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2272 ahc_print_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2279 ahc_scb_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
2296 ahc_assert_atn(struct ahc_softc *ahc) argument
2313 ahc_setup_initiator_msgout(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
2399 ahc_build_transfer_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2497 ahc_construct_sdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset) argument
2520 ahc_construct_wdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int bus_width) argument
2540 ahc_construct_ppr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
2567 ahc_clear_msg_state(struct ahc_softc *ahc) argument
2585 ahc_handle_proto_violation(struct ahc_softc *ahc) argument
2682 ahc_handle_message_phase(struct ahc_softc *ahc) argument
2984 ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, u_int msgval, int full) argument
3031 ahc_parse_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
3453 ahc_handle_msg_reject(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
3604 ahc_handle_ign_wide_residue(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
3713 ahc_reinitialize_dataptrs(struct ahc_softc *ahc) argument
3769 ahc_handle_devreset(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, cam_status status, char *message, int verbose_level) argument
3824 ahc_setup_target_msgin(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
3847 ahc_softc_init(struct ahc_softc *ahc) argument
3868 ahc_softc_insert(struct ahc_softc *ahc) argument
3924 ahc_set_unit(struct ahc_softc *ahc, int unit) argument
3930 ahc_set_name(struct ahc_softc *ahc, char *name) argument
3936 ahc_free(struct ahc_softc *ahc) argument
3991 struct ahc_softc *ahc; local
4016 ahc_reset(struct ahc_softc *ahc, int reinit) argument
4118 ahc_probe_scbs(struct ahc_softc *ahc) argument
4146 ahc_build_free_scb_list(struct ahc_softc *ahc) argument
4197 ahc_init_scbdata(struct ahc_softc *ahc) argument
4283 ahc_fini_scbdata(struct ahc_softc *ahc) argument
4330 ahc_alloc_scbs(struct ahc_softc *ahc) argument
4404 ahc_controller_info(struct ahc_softc *ahc, char *buf, size_t buf_len) argument
4448 ahc_chip_init(struct ahc_softc *ahc) argument
4634 ahc_init(struct ahc_softc *ahc) argument
4923 ahc_intr_enable(struct ahc_softc *ahc, int enable) argument
4945 ahc_index_busy_tcl(struct ahc_softc *ahc, u_int tcl) argument
4966 ahc_unbusy_tcl(struct ahc_softc *ahc, u_int tcl) argument
4984 ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid) argument
5003 ahc_match_scb(struct ahc_softc *ahc, struct scb *scb, int target, char channel, int lun, u_int tag, role_t role) argument
5044 ahc_freeze_devq(struct ahc_softc *ahc, struct scb *scb) argument
5060 ahc_qinfifo_requeue_tail(struct ahc_softc *ahc, struct scb *scb) argument
5082 ahc_qinfifo_requeue(struct ahc_softc *ahc, struct scb *prev_scb, struct scb *scb) argument
5102 ahc_qinfifo_count(struct ahc_softc *ahc) argument
5117 ahc_search_qinfifo(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, role_t role, uint32_t status, ahc_search_action action) argument
5325 ahc_search_untagged_queues(struct ahc_softc *ahc, struct scsi_xfer *xs, int target, char channel, int lun, uint32_t status, ahc_search_action action) argument
5421 ahc_search_disc_list(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, int stop_on_first, int remove, int save_state) argument
5488 ahc_rem_scb_from_disc_list(struct ahc_softc *ahc, u_int prev, u_int scbptr) argument
5514 ahc_add_curscb_to_free_list(struct ahc_softc *ahc) argument
5533 ahc_rem_wscb(struct ahc_softc *ahc, u_int scbpos, u_int prev) argument
5584 ahc_abort_scbs(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, role_t role, uint32_t status) argument
5715 ahc_reset_current_bus(struct ahc_softc *ahc) argument
5734 ahc_reset_channel(struct ahc_softc *ahc, char channel, int initiate_reset) argument
5903 ahc_calc_residual(struct ahc_softc *ahc, struct scb *scb) argument
5991 ahc_queue_lstate_event(struct ahc_softc *ahc, struct ahc_tmode_lstate *lstate, u_int initiator_id, u_int event_type, u_int event_arg) argument
6042 ahc_send_lstate_events(struct ahc_softc *ahc, struct ahc_tmode_lstate *lstate) argument
6078 ahc_dumpseq(struct ahc_softc* ahc) argument
6098 ahc_loadseq(struct ahc_softc *ahc) argument
6209 ahc_check_patch(struct ahc_softc *ahc, const struct patch **start_patch, u_int start_instr, u_int *skip_addr) argument
6245 ahc_download_instr(struct ahc_softc *ahc, u_int instrptr, uint8_t *dconsts) argument
6418 ahc_dump_card_state(struct ahc_softc *ahc) argument
6607 ahc_find_tmode_devs(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb, struct ahc_tmode_tstate **tstate, struct ahc_tmode_lstate **lstate, int notfound_failure) argument
6648 ahc_handle_en_lun(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb) argument
7020 ahc_update_scsiid(struct ahc_softc *ahc, u_int targid_mask) argument
7059 ahc_run_tqinfifo(struct ahc_softc *ahc, int paused) argument
7115 ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd) argument
[all...]
H A Daic7xxx_seeprom.c94 ahc_check_extport(struct ahc_softc *ahc, u_int *sxfrctl1) argument
101 sd.sd_tag = ahc->tag;
102 sd.sd_bsh = ahc->bsh;
107 sc = ahc->seep_config;
115 if (ahc->flags & AHC_LARGE_SEEPROM)
127 have_seeprom = ahc_acquire_seeprom(ahc, &sd);
131 printf("%s: Reading SEEPROM...", ahc_name(ahc));
136 start_addr = 32 * (ahc->channel - 'A');
166 ahc_outb(ahc, SCBPTR, 2);
167 if (ahc_inb(ahc, SCB_BAS
239 ahc_parse_pci_eeprom(struct ahc_softc *ahc, struct seeprom_config *sc) argument
355 configure_termination(struct ahc_softc *ahc, struct seeprom_descriptor *sd, u_int adapter_control, u_int *sxfrctl1) argument
581 ahc_new_term_detect(struct ahc_softc *ahc, int *enableSEC_low, int *enableSEC_high, int *enablePRI_low, int *enablePRI_high, int *eeprom_present) argument
603 aic787X_cable_detect(struct ahc_softc *ahc, int *internal50_present, int *internal68_present, int *externalcable_present, int *eeprom_present) argument
644 aic785X_cable_detect(struct ahc_softc *ahc, int *internal50_present, int *externalcable_present, int *eeprom_present) argument
664 ahc_acquire_seeprom(struct ahc_softc *ahc, struct seeprom_descriptor *sd) argument
699 write_brdctl(struct ahc_softc *ahc, uint8_t value) argument
731 read_brdctl(struct ahc_softc *ahc) argument
[all...]
H A Daic7xxx_openbsd.c60 NULL, "ahc", DV_DULL
71 ahc_attach(struct ahc_softc *ahc) argument
81 ahc_controller_info(ahc, ahc_info, sizeof ahc_info);
82 printf("%s: %s\n", ahc->sc_dev.dv_xname, ahc_info);
86 ahc_intr_enable(ahc, TRUE);
88 if (ahc->flags & AHC_RESET_BUS_A)
89 ahc_reset_channel(ahc, 'A', TRUE);
90 if ((ahc->features & AHC_TWIN) && ahc->flags & AHC_RESET_BUS_B)
91 ahc_reset_channel(ahc, '
131 struct ahc_softc *ahc = (struct ahc_softc *)arg; local
146 ahc_done(struct ahc_softc *ahc, struct scb *scb) argument
248 struct ahc_softc *ahc; local
302 struct ahc_softc *ahc; local
481 ahc_poll(struct ahc_softc *ahc, int wait) argument
499 ahc_setup_data(struct ahc_softc *ahc, struct scsi_xfer *xs, struct scb *scb) argument
552 struct ahc_softc *ahc; local
594 ahc_platform_set_tags(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, int alg) argument
622 ahc_send_async(struct ahc_softc *ahc, char channel, u_int target, u_int lun, ac_code code, void *opt_arg) argument
629 ahc_adapter_req_set_xfer_mode(struct ahc_softc *ahc, struct scb *scb) argument
708 struct ahc_softc *ahc = xahc; local
728 struct ahc_softc *ahc = xahc; local
[all...]
H A Daic7xxx_openbsd.h88 #define SCSI_IS_SCSIBUS_B(ahc, sc_link) \
89 (((ahc)->sc_child != NULL) && ((sc_link)->bus != (ahc)->sc_child))
90 #define SCSI_SCSI_ID(ahc, sc_link) \
91 (SCSI_IS_SCSIBUS_B(ahc, sc_link) ? ahc->our_id_b : ahc->our_id)
92 #define SCSI_CHANNEL(ahc, sc_link) \
93 (SCSI_IS_SCSIBUS_B(ahc, sc_link) ? 'B' : 'A')
94 #define BUILD_SCSIID(ahc, sc_lin
185 ahc_flush_device_writes(struct ahc_softc *ahc) argument
282 ahc_get_sense_bufsize(struct ahc_softc *ahc, struct scb *scb) argument
293 ahc_platform_scb_free(struct ahc_softc *ahc, struct scb *scb) argument
365 ahc_print_path(struct ahc_softc *ahc, struct scb *scb) argument
371 ahc_platform_dump_card_state(struct ahc_softc *ahc) argument
[all...]
H A Daic7xxxvar.h81 #define SCSIID_TARGET(ahc, scsiid) \
82 (((scsiid) & ((((ahc)->features & AHC_TWIN) != 0) ? TWIN_TID : TID)) \
86 #define SCSIID_CHANNEL(ahc, scsiid) \
87 ((((ahc)->features & AHC_TWIN) != 0) \
90 #define SCB_IS_SCSIBUS_B(ahc, scb) \
91 (SCSIID_CHANNEL(ahc, (scb)->hscb->scsiid) == 'B')
94 #define SCB_GET_TARGET(ahc, scb) \
95 SCSIID_TARGET((ahc), (scb)->hscb->scsiid)
96 #define SCB_GET_CHANNEL(ahc, scb) \
97 SCSIID_CHANNEL(ahc, (sc
[all...]
H A Daic79xx_openbsd.h117 #define ahd_dmamap_sync(ahc, dma_tag, dmamap, offset, len, op) \
/openbsd-current/sys/dev/pci/
H A Dahc_pci.c634 static int ahc_ext_scbram_present(struct ahc_softc *ahc);
635 static void ahc_scbram_config(struct ahc_softc *ahc, int enable,
637 static void ahc_probe_ext_scbram(struct ahc_softc *ahc);
638 static int ahc_pci_chip_init(struct ahc_softc *ahc);
696 struct ahc_softc *ahc = (void *)self; local
724 LIST_INIT(&ahc->pending_scbs);
725 ahc->channel = 'A';
726 ahc->seqctl = FASTMODE;
728 TAILQ_INIT(&ahc->untagged_queues[i]);
734 ahc
1102 ahc_ext_scbram_present(struct ahc_softc *ahc) argument
1137 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, int fast, int large) argument
1195 ahc_probe_ext_scbram(struct ahc_softc *ahc) argument
1362 ahc_pci_intr(struct ahc_softc *ahc) argument
1412 ahc_pci_chip_init(struct ahc_softc *ahc) argument
1437 ahc_aic785X_setup(struct ahc_softc *ahc) argument
1453 ahc_aic7860_setup(struct ahc_softc *ahc) argument
1469 ahc_apa1480_setup(struct ahc_softc *ahc) argument
1481 ahc_aic7870_setup(struct ahc_softc *ahc) argument
1493 ahc_aha394X_setup(struct ahc_softc *ahc) argument
1504 ahc_aha398X_setup(struct ahc_softc *ahc) argument
1515 ahc_aha494X_setup(struct ahc_softc *ahc) argument
1526 ahc_aic7880_setup(struct ahc_softc *ahc) argument
1545 ahc_aha2940Pro_setup(struct ahc_softc *ahc) argument
1553 ahc_aha394XU_setup(struct ahc_softc *ahc) argument
1564 ahc_aha398XU_setup(struct ahc_softc *ahc) argument
1575 ahc_aic7890_setup(struct ahc_softc *ahc) argument
1591 ahc_aic7892_setup(struct ahc_softc *ahc) argument
1604 ahc_aic7895_setup(struct ahc_softc *ahc) argument
1658 ahc_aic7896_setup(struct ahc_softc *ahc) argument
1670 ahc_aic7899_setup(struct ahc_softc *ahc) argument
1682 ahc_aha29160C_setup(struct ahc_softc *ahc) argument
1694 ahc_raid_setup(struct ahc_softc *ahc) argument
1701 ahc_aha394XX_setup(struct ahc_softc *ahc) argument
1721 ahc_aha398XX_setup(struct ahc_softc *ahc) argument
1746 ahc_aha494XX_setup(struct ahc_softc *ahc) argument
[all...]
/openbsd-current/sys/dev/eisa/
H A Dahc_eisa.c135 struct ahc_softc *ahc = (void *)self; local
149 ahc_set_name(ahc, ahc->sc_dev.dv_xname);
150 ahc_set_unit(ahc, ahc->sc_dev.dv_unit);
153 ahc->parent_dmat = ea->ea_dmat;
175 LIST_INIT(&ahc->pending_scbs);
177 TAILQ_INIT(&ahc->untagged_queues[i]);
183 ahc->sc_child_b = NULL;
185 ahc
[all...]
/openbsd-current/sys/arch/i386/isa/
H A Dahc_isa.c121 void aha2840_load_seeprom(struct ahc_softc *ahc);
336 struct ahc_softc *ahc = (void *)self; local
345 ahc_set_name(ahc, ahc->sc_dev.dv_xname);
346 ahc_set_unit(ahc, ahc->sc_dev.dv_unit);
349 ahc->parent_dmat = ia->ia_dmat;
351 ahc->chip = AHC_VL; /* We are a VL Bus Controller */
369 ahc->channel = 'A';
370 ahc
486 aha2840_load_seeprom(struct ahc_softc *ahc) argument
[all...]
/openbsd-current/usr.bin/ssh/
H A Dumac.c885 static void ip_short(uhash_ctx_t ahc, UINT8 *nh_res, u_char *res) argument
890 t = ip_aux(0,ahc->ip_keys, nhp[0]);
891 STORE_UINT32_BIG((UINT32 *)res+0, ip_reduce_p36(t) ^ ahc->ip_trans[0]);
893 t = ip_aux(0,ahc->ip_keys+4, nhp[1]);
894 STORE_UINT32_BIG((UINT32 *)res+1, ip_reduce_p36(t) ^ ahc->ip_trans[1]);
897 t = ip_aux(0,ahc->ip_keys+8, nhp[2]);
898 STORE_UINT32_BIG((UINT32 *)res+2, ip_reduce_p36(t) ^ ahc->ip_trans[2]);
901 t = ip_aux(0,ahc->ip_keys+12, nhp[3]);
902 STORE_UINT32_BIG((UINT32 *)res+3, ip_reduce_p36(t) ^ ahc->ip_trans[3]);
910 static void ip_long(uhash_ctx_t ahc, u_cha argument
955 uhash_init(uhash_ctx_t ahc, aes_int_key prf_key) argument
[all...]
/openbsd-current/sys/dev/microcode/aic7xxx/
H A Daic7xxx_seq.h892 typedef int ahc_patch_func_t (struct ahc_softc *ahc);
896 ahc_patch23_func(struct ahc_softc *ahc) argument
898 return ((ahc->bugs & AHC_SCBCHAN_UPLOAD_BUG) != 0);
904 ahc_patch22_func(struct ahc_softc *ahc) argument
906 return ((ahc->features & AHC_CMD_CHAN) == 0);
912 ahc_patch21_func(struct ahc_softc *ahc) argument
914 return ((ahc->features & AHC_QUEUE_REGS) == 0);
920 ahc_patch20_func(struct ahc_softc *ahc) argument
922 return ((ahc->features & AHC_WIDE) != 0);
928 ahc_patch19_func(struct ahc_softc *ahc) argument
936 ahc_patch18_func(struct ahc_softc *ahc) argument
944 ahc_patch17_func(struct ahc_softc *ahc) argument
952 ahc_patch16_func(struct ahc_softc *ahc) argument
960 ahc_patch15_func(struct ahc_softc *ahc) argument
968 ahc_patch14_func(struct ahc_softc *ahc) argument
976 ahc_patch13_func(struct ahc_softc *ahc) argument
984 ahc_patch12_func(struct ahc_softc *ahc) argument
992 ahc_patch11_func(struct ahc_softc *ahc) argument
1000 ahc_patch10_func(struct ahc_softc *ahc) argument
1008 ahc_patch9_func(struct ahc_softc *ahc) argument
1016 ahc_patch8_func(struct ahc_softc *ahc) argument
1024 ahc_patch7_func(struct ahc_softc *ahc) argument
1032 ahc_patch6_func(struct ahc_softc *ahc) argument
1040 ahc_patch5_func(struct ahc_softc *ahc) argument
1048 ahc_patch4_func(struct ahc_softc *ahc) argument
1056 ahc_patch3_func(struct ahc_softc *ahc) argument
1064 ahc_patch2_func(struct ahc_softc *ahc) argument
1072 ahc_patch1_func(struct ahc_softc *ahc) argument
1080 ahc_patch0_func(struct ahc_softc *ahc) argument
[all...]
/openbsd-current/share/man/man4/
H A DMakefile13 ahc.4 ahci.4 ahd.4 aibs.4 aic.4 \

Completed in 298 milliseconds