Searched refs:ah_config (Results 26 - 43 of 43) sorted by relevance

12

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c434 - (ah->ah_config.ah_sw_beacon_response_time -
435 + ah->ah_config.ah_dma_beacon_response_time)
436 - ah->ah_config.ah_additional_swba_backoff;
H A Dar5212_attach.c322 HAL_OPS_CONFIG *ah_config, HAL_STATUS *status)
320 ar5212Attach(uint16_t devid, HAL_SOFTC sc, HAL_BUS_TAG st, HAL_BUS_HANDLE sh, uint16_t *eepromdata, HAL_OPS_CONFIG *ah_config, HAL_STATUS *status) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c88 HAL_OPS_CONFIG *ah_config,
101 ah = chip->attach(devid, sc, st, sh, eepromdata, ah_config,
124 ah = chip->attach(devid, sc, st, sh, eepromdata, ah_config,
86 ath_hal_attach(uint16_t devid, HAL_SOFTC sc, HAL_BUS_TAG st, HAL_BUS_HANDLE sh, uint16_t *eepromdata, HAL_OPS_CONFIG *ah_config, HAL_STATUS *error) argument
H A Dah.h1243 HAL_OPS_CONFIG ah_config; member in struct:ath_hal
1573 HAL_OPS_CONFIG *ah_config, HAL_STATUS* status);
H A Dah_internal.h650 ((struct ath_hal *) (_ah))->ah_config.ah_debug & (__m))) { \
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c474 ath_setup_hal_config(struct ath_softc *sc, HAL_OPS_CONFIG *ah_config) argument
479 ah_config->ath_hal_ext_lna_ctl_gpio = 0x200; /* bit 9 */
480 ah_config->ath_hal_ext_atten_margin_cfg = AH_TRUE;
481 ah_config->ath_hal_min_gainidx = AH_TRUE;
482 ah_config->ath_hal_ant_ctrl_comm2g_switch_enable = 0x000bbb88;
528 ah_config->ath_hal_pcie_waen = 0x0040473b;
610 HAL_OPS_CONFIG ah_config; local
623 bzero(&ah_config, sizeof(ah_config));
624 ath_setup_hal_config(sc, &ah_config);
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1418 - ah->ah_config.ah_additional_swba_backoff
1419 - ah->ah_config.ah_sw_beacon_response_time
1420 + ah->ah_config.ah_dma_beacon_response_time;
H A Dar5416_misc.c434 nextStart_us += ah->ah_config.ah_sw_beacon_response_time;
H A Dar2133.c218 if (AR_SREV_OWL(ah) && ah->ah_config.ah_ar5416_biasadj)
H A Dar5416_attach.c302 HAL_OPS_CONFIG *ah_config, HAL_STATUS *status)
300 ar5416Attach(uint16_t devid, HAL_SOFTC sc, HAL_BUS_TAG st, HAL_BUS_HANDLE sh, uint16_t *eepromdata, HAL_OPS_CONFIG *ah_config, HAL_STATUS *status) argument
H A Dar5416_reset.c175 (ah->ah_config.ah_force_full_reset))
790 } else if (ah->ah_config.ah_force_full_reset) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9287_attach.c116 HAL_OPS_CONFIG *ah_config,
114 ar9287Attach(uint16_t devid, HAL_SOFTC sc, HAL_BUS_TAG st, HAL_BUS_HANDLE sh, uint16_t *eepromdata, HAL_OPS_CONFIG *ah_config, HAL_STATUS *status) argument
H A Dar9280_attach.c153 HAL_OPS_CONFIG *ah_config,
151 ar9280Attach(uint16_t devid, HAL_SOFTC sc, HAL_BUS_TAG st, HAL_BUS_HANDLE sh, uint16_t *eepromdata, HAL_OPS_CONFIG *ah_config, HAL_STATUS *status) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_ani.c271 if (ah->ah_config.ath_hal_enable_ani) {
711 if (ah->ah_config.ath_hal_enable_ani) {
H A Dar9300_xmit_ds.c742 if (ah->ah_config.ath_hal_desc_tpc) {
787 if (ah->ah_config.ath_hal_desc_tpc) {
H A Dar9300_phy.c1050 if (!ah->ah_config.ath_hal_desc_tpc) {
1123 if (! ah->ah_config.ath_hal_desc_tpc) {
H A Dar9300.h1194 HAL_OPS_CONFIG *ah_config,
1198 HAL_OPS_CONFIG *ah_config, HAL_STATUS *status);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c209 HAL_OPS_CONFIG *ah_config, HAL_STATUS *status)
207 ar5211Attach(uint16_t devid, HAL_SOFTC sc, HAL_BUS_TAG st, HAL_BUS_HANDLE sh, uint16_t *eepromdata, HAL_OPS_CONFIG *ah_config, HAL_STATUS *status) argument

Completed in 126 milliseconds

12