OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ahc
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/eisa/
ahc_eisa.c
102
struct ahc_softc *
ahc
= device_private(self);
local
120
ahc
->sc_dev = self;
127
aprint_error_dev(
ahc
->sc_dev, "could not map I/O addresses");
131
aprint_error_dev(
ahc
->sc_dev, "ahc_aic77xx_irq failed!");
137
ahc_set_name(
ahc
, device_xname(
ahc
->sc_dev));
138
ahc
->parent_dmat = ea->ea_dmat;
139
ahc
->chip = AHC_AIC7770|AHC_EISA;
140
ahc
->features = AHC_AIC7770_FE;
141
ahc
->flags = AHC_PAGESCBS
[
all
...]
/src/sys/dev/cardbus/
ahc_cardbus.c
76
struct ahc_softc sc_ahc; /* real
AHC
*/
111
struct ahc_softc *
ahc
= &csc->sc_ahc;
local
120
ahc
->sc_dev = self;
142
ahc_name(
ahc
));
163
ahc_set_name(
ahc
, device_xname(
ahc
->sc_dev));
165
ahc
->parent_dmat = ca->ca_dmat;
166
ahc
->tag = bst;
167
ahc
->bsh = bsh;
172
ahc
->chip = AHC_AIC7860 | AHC_PCI
248
struct
ahc
_softc *
ahc
= &csc->sc_
ahc
;
local
[
all
...]
/src/sys/arch/i386/isa/
ahc_isa.c
167
void aha2840_load_seeprom(struct ahc_softc *
ahc
);
361
struct ahc_softc *
ahc
= device_private(self);
local
370
ahc
->sc_dev = self;
400
ahc
->sc_dmaflags = ISABUS_DMA_32BIT;
402
ahc_set_name(
ahc
, device_xname(
ahc
->sc_dev));
403
ahc
->parent_dmat = ia->ia_dmat;
404
ahc
->channel = 'A';
405
ahc
->chip = AHC_AIC7770|AHC_VL;
406
ahc
->features = AHC_AIC7770_FE
[
all
...]
/src/sys/dev/ic/
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
)
70
if ((
ahc
->features & AHC_ULTRA2) != 0)
71
(void)ahc_inb(
ahc
, CCSCBCTL);
79
ahc_is_paused(struct ahc_softc *
ahc
)
81
return ((ahc_inb(
ahc
, HCNTRL) & PAUSE) != 0);
92
ahc_pause(struct ahc_softc *
ahc
)
583
struct
ahc
_softc *
ahc
= (struct
ahc
_softc*)arg;
local
[
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
)
78
LIST_INIT(&
ahc
->pending_scbs);
80
TAILQ_INIT(&
ahc
->untagged_queues[i]);
82
ahc_lock(
ahc
, &s);
84
ahc
->sc_adapter.adapt_dev =
ahc
->sc_dev;
85
ahc
->sc_adapter.adapt_nchannels = (ahc->features & AHC_TWIN) ? 2 : 1
187
struct
ahc
_softc *
ahc
;
local
303
struct
ahc
_softc *
ahc
;
local
326
struct
ahc
_softc *
ahc
;
local
522
struct
ahc
_softc *
ahc
;
local
806
struct
ahc
_softc *
ahc
;
local
[
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
,
3971
struct
ahc
_softc *
ahc
;
local
[
all
...]
/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
);
760
struct ahc_softc *
ahc
= device_private(self);
local
785
ahc
->sc_dev = self;
786
ahc_set_name(
ahc
, device_xname(
ahc
->sc_dev));
787
ahc
->parent_dmat = pa->pa_dmat;
805
ahc
->bd = bd;
807
ahc
->description = entry->name
[
all
...]
Completed in 24 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026