Home
last modified time | relevance | path

Searched defs:ahc (Results 1 – 12 of 12) sorted by relevance

/freebsd-src/sys/dev/aic7xxx/
H A Daic7xxx_inline.h63 ahc_pause_bug_fix(struct ahc_softc *ahc) in ahc_pause_bug_fix()
74 ahc_is_paused(struct ahc_softc *ahc) in ahc_is_paused()
87 ahc_pause(struct ahc_softc *ahc) in ahc_pause()
112 ahc_unpause(struct ahc_softc *ahc) in ahc_unpause()
127 ahc_freeze_untagged_queues(struct ahc_softc *ahc) in ahc_freeze_untagged_queues()
140 ahc_release_untagged_queues(struct ahc_softc *ahc) in ahc_release_untagged_queues()
190 ahc_hscb_busaddr(struct ahc_softc *ahc, u_int index) in ahc_hscb_busaddr()
197 ahc_sync_scb(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_scb()
206 ahc_sync_sglist(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_sglist()
218 ahc_targetcmd_offset(struct ahc_softc *ahc, u_int index) in ahc_targetcmd_offset()
[all …]
H A Daic7xxx_seq.h895 ahc_patch23_func(struct ahc_softc *ahc) in ahc_patch23_func()
903 ahc_patch22_func(struct ahc_softc *ahc) in ahc_patch22_func()
911 ahc_patch21_func(struct ahc_softc *ahc) in ahc_patch21_func()
919 ahc_patch20_func(struct ahc_softc *ahc) in ahc_patch20_func()
927 ahc_patch19_func(struct ahc_softc *ahc) in ahc_patch19_func()
935 ahc_patch18_func(struct ahc_softc *ahc) in ahc_patch18_func()
943 ahc_patch17_func(struct ahc_softc *ahc) in ahc_patch17_func()
951 ahc_patch16_func(struct ahc_softc *ahc) in ahc_patch16_func()
959 ahc_patch15_func(struct ahc_softc *ahc) in ahc_patch15_func()
967 ahc_patch14_func(struct ahc_softc *ahc) in ahc_patch14_func()
[all …]
H A Daic7xxx_osm.h70 #define SIM_IS_SCSIBUS_B(ahc, sim) \ argument
72 #define SIM_CHANNEL(ahc, sim) \ argument
74 #define SIM_SCSI_ID(ahc, sim) \ argument
76 #define SIM_PATH(ahc, sim) \ argument
79 #define BUILD_SCSIID(ahc, sim, target_id, our_id) \ argument
83 #define SCB_GET_SIM(ahc, scb) \ argument
146 #define ahc_inb(ahc, port) \ argument
149 #define ahc_outb(ahc, port, value) \ argument
152 #define ahc_outsb(ahc, port, valp, count) \ argument
155 #define ahc_insb(ahc, port, valp, count) \ argument
[all …]
H A Daic7xxx.c246 ahc_restart(struct ahc_softc *ahc) in ahc_restart()
307 ahc_run_qoutfifo(struct ahc_softc *ahc) in ahc_run_qoutfifo()
353 ahc_run_untagged_queues(struct ahc_softc *ahc) in ahc_run_untagged_queues()
362 ahc_run_untagged_queue(struct ahc_softc *ahc, struct scb_tailq *queue) in ahc_run_untagged_queue()
382 ahc_handle_brkadrint(struct ahc_softc *ahc) in ahc_handle_brkadrint()
411 ahc_handle_seqint(struct ahc_softc *ahc, u_int intstat) in ahc_handle_seqint()
964 ahc_handle_scsiint(struct ahc_softc *ahc, u_int intstat) in ahc_handle_scsiint()
1399 ahc_force_renegotiation(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) in ahc_force_renegotiation()
1415 ahc_clear_critical_section(struct ahc_softc *ahc) in ahc_clear_critical_section()
1505 ahc_clear_intstat(struct ahc_softc *ahc) in ahc_clear_intstat()
[all …]
H A Daic7770.c121 aic7770_config(struct ahc_softc *ahc, struct aic7770_identity *entry, u_int io) in aic7770_config()
267 aic7770_chip_init(struct ahc_softc *ahc) in aic7770_chip_init()
277 aic7770_suspend(struct ahc_softc *ahc) in aic7770_suspend()
283 aic7770_resume(struct ahc_softc *ahc) in aic7770_resume()
292 aha2840_load_seeprom(struct ahc_softc *ahc) in aha2840_load_seeprom()
377 ahc_aic7770_VL_setup(struct ahc_softc *ahc) in ahc_aic7770_VL_setup()
387 ahc_aic7770_EISA_setup(struct ahc_softc *ahc) in ahc_aic7770_EISA_setup()
397 ahc_aic7770_setup(struct ahc_softc *ahc) in ahc_aic7770_setup()
H A Daic7xxx_pci.c779 ahc_pci_config(struct ahc_softc *ahc, struct ahc_pci_identity *entry) in ahc_pci_config()
1051 ahc_ext_scbram_present(struct ahc_softc *ahc) in ahc_ext_scbram_present()
1087 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, in ahc_scbram_config()
1145 ahc_probe_ext_scbram(struct ahc_softc *ahc) in ahc_probe_ext_scbram()
1246 ahc_pci_test_register_access(struct ahc_softc *ahc) in ahc_pci_test_register_access()
1335 check_extport(struct ahc_softc *ahc, u_int *sxfrctl1) in check_extport()
1483 ahc_parse_pci_eeprom(struct ahc_softc *ahc, struct seeprom_config *sc) in ahc_parse_pci_eeprom()
1601 configure_termination(struct ahc_softc *ahc, in configure_termination()
1827 ahc_new_term_detect(struct ahc_softc *ahc, int *enableSEC_low, in ahc_new_term_detect()
1849 aic787X_cable_detect(struct ahc_softc *ahc, int *internal50_present, in aic787X_cable_detect()
[all …]
H A Daic7xxx_osm.c69 ahc_create_path(struct ahc_softc *ahc, char channel, u_int target, in ahc_create_path()
84 ahc_map_int(struct ahc_softc *ahc) in ahc_map_int()
114 aic7770_map_registers(struct ahc_softc *ahc, u_int unused_ioport_arg) in aic7770_map_registers()
138 ahc_attach(struct ahc_softc *ahc) in ahc_attach()
296 struct ahc_softc *ahc; in ahc_platform_intr() local
305 ahc_sync_ccb(struct ahc_softc *ahc, struct scb *scb, union ccb *ccb, bool post) in ahc_sync_ccb()
329 ahc_done(struct ahc_softc *ahc, struct scb *scb) in ahc_done()
449 struct ahc_softc *ahc; in ahc_action() local
828 ahc_get_tran_settings(struct ahc_softc *ahc, int our_id, char channel, in ahc_get_tran_settings()
896 struct ahc_softc *ahc; in ahc_async() local
[all …]
H A Dahc_pci.c74 struct ahc_softc *ahc; in ahc_pci_attach() local
136 ahc_pci_map_registers(struct ahc_softc *ahc) in ahc_pci_map_registers()
H A Dahc_isa.c221 struct ahc_softc *ahc; in ahc_isa_attach() local
H A Daic7xxx.h78 #define SCSIID_TARGET(ahc, scsiid) \ argument
83 #define SCSIID_CHANNEL(ahc, scsiid) \ argument
87 #define SCB_IS_SCSIBUS_B(ahc, scb) \ argument
91 #define SCB_GET_TARGET(ahc, scb) \ argument
93 #define SCB_GET_CHANNEL(ahc, scb) \ argument
97 #define SCB_GET_TARGET_OFFSET(ahc, scb) \ argument
99 #define SCB_GET_TARGET_MASK(ahc, scb) \ argument
/freebsd-src/crypto/openssh/
H A Dumac.c889 static void ip_short(uhash_ctx_t ahc, UINT8 *nh_res, u_char *res) in ip_short()
914 static void ip_long(uhash_ctx_t ahc, u_char *res) in ip_long()
959 static void uhash_init(uhash_ctx_t ahc, aes_int_key prf_key) in uhash_init()
/freebsd-src/sys/dev/ath/ath_hal/
H A Dah.c34 ath_hal_add_chip(struct ath_hal_chip *ahc) in ath_hal_add_chip()
42 ath_hal_remove_chip(struct ath_hal_chip *ahc) in ath_hal_remove_chip()