Searched refs:sc_ah (Results 1 - 25 of 25) sorted by relevance

/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_btcoex_mci.c146 ath_hal_btcoex_mci_setup(sc->sc_ah,
162 ath_hal_btcoex_mci_detach(sc->sc_ah);
190 ath_hal_btcoex_set_weights(sc->sc_ah, HAL_BT_COEX_STOMP_ALL);
218 if (ath_hal_btcoex_mci_state(sc->sc_ah,
222 if (ath_hal_btcoex_mci_state(sc->sc_ah,
232 ath_hal_btcoex_mci_state(sc->sc_ah,
234 ath_hal_btcoex_mci_state(sc->sc_ah,
248 ath_hal_btcoex_mci_send_message(sc->sc_ah, MCI_GPM, 0, payload, 16,
272 if (ath_hal_btcoex_mci_state(sc->sc_ah, HAL_MCI_STATE_BT,
274 ath_hal_btcoex_mci_state(sc->sc_ah,
[all...]
H A Dif_ath_spectral.c111 if (! ath_hal_spectral_supported(sc->sc_ah))
125 (void) ath_hal_spectral_get_config(sc->sc_ah, &ss->spectral_state);
137 if (! ath_hal_spectral_supported(sc->sc_ah))
162 ath_hal_spectral_configure(sc->sc_ah,
164 (void) ath_hal_spectral_start(sc->sc_ah);
191 if (! ath_hal_spectral_supported(sc->sc_ah))
225 ath_hal_spectral_get_config(sc->sc_ah, &peout);
235 ath_hal_spectral_configure(sc->sc_ah, pe);
237 ath_hal_spectral_get_config(sc->sc_ah,
241 ath_hal_spectral_configure(sc->sc_ah,
[all...]
H A Dif_ath_led.c132 ath_hal_gpioCfgOutput(sc->sc_ah, sc->sc_ledpin,
134 ath_hal_gpioset(sc->sc_ah, sc->sc_ledpin, !sc->sc_ledon);
146 ath_hal_gpioCfgOutput(sc->sc_ah, sc->sc_led_pwr_pin,
149 ath_hal_gpioCfgOutput(sc->sc_ah, sc->sc_led_net_pin,
175 ath_hal_gpioset(sc->sc_ah, sc->sc_ledpin, !sc->sc_ledon);
186 ath_hal_gpioset(sc->sc_ah, sc->sc_ledpin, sc->sc_ledon);
H A Dif_ath_btcoex.c92 struct ath_hal *ah = sc->sc_ah;
148 struct ath_hal *ah = sc->sc_ah;
199 struct ath_hal *ah = sc->sc_ah;
207 sc->sc_ah->ah_config.ath_hal_mci_config = mci_cfg;
250 ath_hal_btcoex_enable(sc->sc_ah);
346 struct ath_hal *ah = sc->sc_ah;
H A Dif_ath_sysctl.c116 slottime = ath_hal_getslottime(sc->sc_ah);
123 error = !ath_hal_setslottime(sc->sc_ah, slottime) ? EINVAL : 0;
142 acktimeout = ath_hal_getacktimeout(sc->sc_ah);
149 error = !ath_hal_setacktimeout(sc->sc_ah, acktimeout) ? EINVAL : 0;
168 ctstimeout = ath_hal_getctstimeout(sc->sc_ah);
175 error = !ath_hal_setctstimeout(sc->sc_ah, ctstimeout) ? EINVAL : 0;
257 txantenna = ath_hal_getantennaswitch(sc->sc_ah);
266 ath_hal_setantennaswitch(sc->sc_ah, txantenna);
292 defantenna = ath_hal_getdefantenna(sc->sc_ah);
297 ath_hal_setdefantenna(sc->sc_ah, defantenn
[all...]
H A Dif_ath_tx_edma.c239 ath_hal_settxdesclink(sc->sc_ah, bfp->bf_lastds,
276 ath_hal_puttxbuf(sc->sc_ah, txq->axq_qnum, bf->bf_daddr);
279 ath_hal_txstart(sc->sc_ah, txq->axq_qnum);
469 ath_hal_puttxbuf(sc->sc_ah, txq->axq_qnum, bf->bf_daddr);
484 ath_hal_txstart(sc->sc_ah, txq->axq_qnum);
578 ath_hal_settxdesclink(sc->sc_ah,
668 ath_hal_setuptxstatusring(sc->sc_ah,
766 struct ath_hal *ah = sc->sc_ah;
1016 (void) ath_hal_gettxdesclen(sc->sc_ah, &sc->sc_tx_desclen);
1017 (void) ath_hal_gettxstatuslen(sc->sc_ah,
[all...]
H A Dif_ath.c306 ath_hal_setpower(sc->sc_ah, power_state);
318 ath_hal_setselfgenpower(sc->sc_ah,
355 ath_hal_setselfgenpower(sc->sc_ah, power_state);
383 ath_hal_setpower(sc->sc_ah, power_state);
391 ath_hal_setselfgenpower(sc->sc_ah,
425 ath_hal_setpower(sc->sc_ah, sc->sc_target_powerstate);
433 ath_hal_setselfgenpower(sc->sc_ah,
609 sc->sc_ah = ah;
621 if (ath_hal_hasedma(sc->sc_ah)) {
630 if (ath_hal_hasmybeacon(sc->sc_ah)) {
[all...]
H A Dif_ath_beacon.c114 struct ath_hal *ah = sc->sc_ah;
138 struct ath_hal *ah = sc->sc_ah;
270 struct ath_hal *ah = sc->sc_ah;
290 ath_hal_settxdesclink(sc->sc_ah, ds, bf->bf_daddr);
297 ath_hal_settxdesclink(sc->sc_ah, ds, 0);
394 ret = ath_hal_get_mib_cycle_counts(sc->sc_ah, &hs);
396 if (ath_hal_gethangstate(sc->sc_ah, 0xffff, &hangs) && hangs != 0) {
429 struct ath_hal *ah = sc->sc_ah;
494 ath_hal_gettxdesclinkptr(sc->sc_ah,
645 ath_hal_puttxbuf(sc->sc_ah, cab
[all...]
H A Dif_ath_rx_edma.c161 struct ath_hal *ah = sc->sc_ah;
217 ath_hal_putrxbuf(sc->sc_ah, bf->bf_daddr, qtype);
236 struct ath_hal *ah = sc->sc_ah;
383 struct ath_hal *ah = sc->sc_ah;
525 nf = ath_hal_getchannoise(sc->sc_ah, sc->sc_curchan);
531 tsf = ath_hal_gettsf64(sc->sc_ah);
829 ath_hal_putrxbuf(sc->sc_ah, bf->bf_daddr, qtype);
887 if (! ath_hal_getrxfifodepth(sc->sc_ah, qtype, &re->m_fifolen)) {
984 (void) ath_hal_getrxstatuslen(sc->sc_ah, &sc->sc_rx_statuslen);
987 (void) ath_hal_setrxbufsize(sc->sc_ah, s
[all...]
H A Dif_ath_debug.c103 struct ath_hal *ah = sc->sc_ah;
203 struct ath_hal *ah = sc->sc_ah;
244 if (sc->sc_ah->ah_magic == 0x19741014)
H A Dif_ath_keycache.c127 struct ath_hal *ah = sc->sc_ah;
196 struct ath_hal *ah = sc->sc_ah;
489 struct ath_hal *ah = sc->sc_ah;
H A Dif_ath_tx.c170 return ((sc->sc_ah->ah_magic == 0x20065416) ||
171 (sc->sc_ah->ah_magic == 0x19741014));
354 struct ath_hal *ah = sc->sc_ah;
436 ath_hal_clr11n_aggr(sc->sc_ah, (struct ath_desc *) ds);
443 ath_hal_set11n_aggr_last(sc->sc_ah,
454 ath_hal_set11n_aggr_middle(sc->sc_ah,
522 ath_hal_setupxtxdesc(sc->sc_ah, bf->bf_desc
569 ath_hal_setuptxdesc(sc->sc_ah, bf->bf_desc
609 ath_hal_set11n_aggr_first(sc->sc_ah,
620 ath_hal_settxdesclink(sc->sc_ah, bf_pre
[all...]
H A Dif_ath_tdma.c136 struct ath_hal *ah = sc->sc_ah;
252 struct ath_hal *ah = sc->sc_ah;
362 struct ath_hal *ah = sc->sc_ah;
614 struct ath_hal *ah = sc->sc_ah;
H A Dif_ath_rx.c204 if (ath_hal_getcapability(sc->sc_ah, HAL_CAP_PSPOLL,
248 struct ath_hal *ah = sc->sc_ah;
384 nexttbtt = ath_hal_getnexttbtt(sc->sc_ah);
462 ath_hal_gettsf64(sc->sc_ah));
1008 struct ath_hal *ah = sc->sc_ah;
1325 struct ath_hal *ah = sc->sc_ah;
1384 struct ath_hal *ah = sc->sc_ah;
H A Dif_ath_descdma.c169 if (! ath_hal_split4ktrans(sc->sc_ah)) {
276 if (! ath_hal_split4ktrans(sc->sc_ah)) {
H A Dif_ath_ioctl.c171 struct ath_hal *ah = sc->sc_ah;
H A Dif_ath_lna_div.c96 if (! ath_hal_hasdivantcomb(sc->sc_ah))
110 ath_hal_div_comb_conf_get(sc->sc_ah, &div_ant_conf);
806 ath_hal_div_comb_conf_get(sc->sc_ah, &div_ant_conf);
981 ath_hal_div_comb_conf_set(sc->sc_ah, &div_ant_conf);
H A Dif_ath_tx_ht.c535 struct ath_hal *ah = sc->sc_ah;
662 struct ath_hal *ah = sc->sc_ah;
H A Dif_athvar.h607 struct ath_hal *sc_ah; /* Atheros HAL */ member in struct:ath_softc
/freebsd-11.0-release/sys/dev/ath/ath_dfs/null/
H A Ddfs_null.c110 if (ath_hal_getcapability(sc->sc_ah,
120 if (! ath_hal_getdfsdefaultthresh(sc->sc_ah, &pe))
135 ath_hal_enabledfs(sc->sc_ah, &pe);
142 (void) ath_hal_setcapability(sc->sc_ah, HAL_CAP_DIVERSITY, 2, 0, NULL);
161 (void) ath_hal_getdfsthresh(sc->sc_ah, &pe);
163 (void) ath_hal_enabledfs(sc->sc_ah, &pe);
263 ath_hal_enabledfs(sc->sc_ah, pe);
268 ath_hal_getdfsthresh(sc->sc_ah, &peout);
293 ath_hal_getdfsthresh(sc->sc_ah, param);
/freebsd-11.0-release/sys/dev/ath/ath_rate/sample/
H A Dsample.h216 ctsduration += ath_hal_pkt_txtime(sc->sc_ah, rt, length, rix,
227 tt += (long_retries+1)*ath_hal_pkt_txtime(sc->sc_ah, rt, length, rix,
H A Dsample.c706 ath_hal_setupxtxdesc(sc->sc_ah, ds,
/freebsd-11.0-release/sys/dev/acpi_support/
H A Datk0110.c70 ACPI_HANDLE sc_ah; member in struct:aibs_softc
124 sc->sc_ah = acpi_get_handle(dev);
163 s = AcpiEvaluateObjectTyped(sc->sc_ah, name, NULL, &b,
329 rs = AcpiEvaluateObjectTyped(sc->sc_ah, name, &mp, &b,
/freebsd-11.0-release/sys/dev/ath/ath_rate/amrr/
H A Damrr.c150 ath_hal_setupxtxdesc(sc->sc_ah, ds
/freebsd-11.0-release/sys/dev/ath/ath_rate/onoe/
H A Donoe.c157 ath_hal_setupxtxdesc(sc->sc_ah, ds

Completed in 202 milliseconds