OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ahc_softc
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/dev/ic/
aic77xxvar.h
34
int ahc_aic77xx_attach(struct
ahc_softc
*ahc);
aic7xxx_osm.h
238
static __inline void ahc_flush_device_writes(struct
ahc_softc
*);
241
ahc_flush_device_writes(struct
ahc_softc
*ahc)
249
static __inline void ahc_lockinit(struct
ahc_softc
*);
250
static __inline void ahc_lock(struct
ahc_softc
*, unsigned long *);
251
static __inline void ahc_unlock(struct
ahc_softc
*, unsigned long *);
254
static __inline void ahc_done_lockinit(struct
ahc_softc
*);
255
static __inline void ahc_done_lock(struct
ahc_softc
*, unsigned long *);
256
static __inline void ahc_done_unlock(struct
ahc_softc
*, unsigned long *);
264
ahc_lockinit(struct
ahc_softc
*ahc)
269
ahc_lock(struct
ahc_softc
*ahc, unsigned long *flags
[
all
...]
aic7xxx_inline.h
54
static __inline void ahc_pause_bug_fix(struct
ahc_softc
*ahc);
55
static __inline int ahc_is_paused(struct
ahc_softc
*ahc);
56
static __inline void ahc_pause(struct
ahc_softc
*ahc);
57
static __inline void ahc_unpause(struct
ahc_softc
*ahc);
68
ahc_pause_bug_fix(struct
ahc_softc
*ahc)
79
ahc_is_paused(struct
ahc_softc
*ahc)
92
ahc_pause(struct
ahc_softc
*ahc)
117
ahc_unpause(struct
ahc_softc
*ahc)
124
static __inline void ahc_freeze_untagged_queues(struct
ahc_softc
*ahc);
125
static __inline void ahc_release_untagged_queues(struct
ahc_softc
*ahc)
[
all
...]
aic7xxxvar.h
688
struct
ahc_softc
*
ahc_softc
;
member in struct:scb
1021
typedef void (*ahc_bus_intr_t)(struct
ahc_softc
*);
1024
struct
ahc_softc
{
struct
1126
TAILQ_ENTRY(
ahc_softc
) links;
1209
TAILQ_HEAD(ahc_softc_tailq,
ahc_softc
);
1233
typedef int (ahc_device_setup_t)(struct
ahc_softc
*);
1257
u_int ahc_index_busy_tcl(struct
ahc_softc
*, u_int);
1258
void ahc_unbusy_tcl(struct
ahc_softc
*, u_int);
1259
void ahc_busy_tcl(struct
ahc_softc
*, u_int, u_int)
[
all
...]
aic7xxx_seeprom.c
79
static void configure_termination(struct
ahc_softc
*,
83
static void ahc_new_term_detect(struct
ahc_softc
*, int *, int *, int *,
85
static void aic787X_cable_detect(struct
ahc_softc
*, int *, int *, int *,
87
static void aic785X_cable_detect(struct
ahc_softc
*, int *, int *, int *);
88
static void write_brdctl(struct
ahc_softc
*, u_int8_t);
89
static u_int8_t read_brdctl(struct
ahc_softc
*);
90
static void ahc_parse_pci_eeprom(struct
ahc_softc
*, struct seeprom_config *);
97
ahc_check_extport(struct
ahc_softc
*ahc, u_int *sxfrctl1)
242
ahc_parse_pci_eeprom(struct
ahc_softc
*ahc, struct seeprom_config *sc)
358
configure_termination(struct
ahc_softc
*ahc
[
all
...]
aic7xxx_osm.c
56
static int ahc_poll(struct
ahc_softc
*ahc, int wait);
57
static void ahc_setup_data(struct
ahc_softc
*ahc,
59
static void ahc_set_recoveryscb(struct
ahc_softc
*ahc, struct scb *scb);
72
ahc_attach(struct
ahc_softc
*ahc)
149
struct
ahc_softc
*sc = device_private(dev);
162
struct
ahc_softc
*sc = device_private(dev);
173
struct
ahc_softc
*sc = device_private(dev);
187
struct
ahc_softc
*ahc;
199
ahc_done(struct
ahc_softc
*ahc, struct scb *scb)
303
struct
ahc_softc
*ahc
[
all
...]
aic7xxx.c
150
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_scb_devinfo(struct
ahc_softc
*ahc,
170
static void ahc_assert_atn(struct
ahc_softc
*ahc);
171
static void ahc_setup_initiator_msgout(struct
ahc_softc
*ahc,
174
static void ahc_build_transfer_msg(struct
ahc_softc
*ahc
[
all
...]
aic77xx.c
85
ahc_aic77xx_attach(struct
ahc_softc
*ahc)
/src/sys/dev/pci/
ahc_pci.c
705
static int ahc_ext_scbram_present(struct
ahc_softc
*ahc);
706
static void ahc_scbram_config(struct
ahc_softc
*ahc, int enable,
708
static void ahc_probe_ext_scbram(struct
ahc_softc
*ahc);
710
static void ahc_pci_intr(struct
ahc_softc
*);
760
struct
ahc_softc
*ahc = device_private(self);
1096
CFATTACH_DECL_NEW(ahc_pci, sizeof(struct
ahc_softc
),
1139
ahc_ext_scbram_present(struct
ahc_softc
*ahc)
1174
ahc_scbram_config(struct
ahc_softc
*ahc, int enable, int pcheck,
1232
ahc_probe_ext_scbram(struct
ahc_softc
*ahc)
1334
ahc_pci_test_register_access(struct
ahc_softc
*ahc
[
all
...]
/src/sys/dev/cardbus/
ahc_cardbus.c
76
struct
ahc_softc
sc_ahc; /* real AHC */
111
struct
ahc_softc
*ahc = &csc->sc_ahc;
248
struct
ahc_softc
*ahc = &csc->sc_ahc;
/src/sys/dev/microcode/aic7xxx/
aic7xxx_seq.h
900
typedef int ahc_patch_func_t (struct
ahc_softc
*ahc);
904
ahc_patch23_func(struct
ahc_softc
*ahc)
912
ahc_patch22_func(struct
ahc_softc
*ahc)
920
ahc_patch21_func(struct
ahc_softc
*ahc)
928
ahc_patch20_func(struct
ahc_softc
*ahc)
936
ahc_patch19_func(struct
ahc_softc
*ahc)
944
ahc_patch18_func(struct
ahc_softc
*ahc)
952
ahc_patch17_func(struct
ahc_softc
*ahc)
960
ahc_patch16_func(struct
ahc_softc
*ahc)
968
ahc_patch15_func(struct
ahc_softc
*ahc
[
all
...]
/src/sys/arch/i386/isa/
ahc_isa.c
167
void aha2840_load_seeprom(struct
ahc_softc
*ahc);
170
CFATTACH_DECL_NEW(ahc_isa, sizeof(struct
ahc_softc
),
361
struct
ahc_softc
*ahc = device_private(self);
466
aha2840_load_seeprom(struct
ahc_softc
*ahc)
/src/sys/dev/eisa/
ahc_eisa.c
63
CFATTACH_DECL_NEW(ahc_eisa, sizeof(struct
ahc_softc
),
102
struct
ahc_softc
*ahc = device_private(self);
Completed in 30 milliseconds
Indexes created Sun Oct 12 22:09:51 GMT 2025