OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_ah
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/ic/
ath_netbsd.c
121
slottime = ath_hal_getslottime(sc->
sc_ah
);
126
return !ath_hal_setslottime(sc->
sc_ah
, slottime) ? EINVAL : 0;
139
acktimeout = ath_hal_getacktimeout(sc->
sc_ah
);
144
return !ath_hal_setacktimeout(sc->
sc_ah
, acktimeout) ? EINVAL : 0;
157
ctstimeout = ath_hal_getctstimeout(sc->
sc_ah
);
162
return !ath_hal_setctstimeout(sc->
sc_ah
, ctstimeout) ? EINVAL : 0;
184
ath_hal_gpioCfgOutput(sc->
sc_ah
, sc->sc_ledpin,
186
ath_hal_gpioset(sc->
sc_ah
, sc->sc_ledpin,
204
defantenna = ath_hal_getdefantenna(sc->
sc_ah
);
209
ath_hal_setdefantenna(sc->
sc_ah
, defantenna)
[
all
...]
ath.c
307
sc->
sc_ah
= ah;
694
ath_hal_detach(sc->
sc_ah
);
714
ath_hal_setpower(sc->
sc_ah
, HAL_PM_FULL_SLEEP);
721
struct ath_hal *ah = sc->
sc_ah
;
745
ath_hal_gpioCfgOutput(sc->
sc_ah
, sc->sc_ledpin,
747
ath_hal_gpioset(sc->
sc_ah
, sc->sc_ledpin, !sc->sc_ledon);
760
struct ath_hal *ah = sc->
sc_ah
;
922
u_int64_t tsf = ath_hal_gettsf64(sc->
sc_ah
);
951
struct ath_hal *ah = sc->
sc_ah
;
998
struct ath_hal *ah = sc->
sc_ah
;
[
all
...]
athrate-sample.h
270
ctsduration += ath_hal_computetxtime(sc->
sc_ah
,
280
tt += (long_retries+1)*ath_hal_computetxtime(sc->
sc_ah
, rt, length,
athrate-amrr.c
136
ath_hal_setupxtxdesc(sc->
sc_ah
, ds
athrate-onoe.c
159
ath_hal_setupxtxdesc(sc->
sc_ah
, ds
athrate-sample.c
387
ath_hal_setupxtxdesc(sc->
sc_ah
, ds
athvar.h
204
struct ath_hal *
sc_ah
; /* Atheros HAL */
member in struct:ath_softc
Completed in 42 milliseconds
Indexes created Tue Oct 28 12:10:06 GMT 2025