Lines Matching defs:setting
550 * tx_chain_select_legacy setting of 5 or 3 if ANTENNA_FIXED_B is
718 case 1: /* current setting */
733 case 1: /* current setting */
968 u_int32_t capability, u_int32_t setting, HAL_STATUS *status)
979 if (setting)
988 if (setting) {
996 if (setting) {
1010 AH_PRIVATE(ah)->ah_diagreg = setting;
1012 AH_PRIVATE(ah)->ah_diagreg = setting & 0x6; /* ACK+CTS */
1017 ah->ah_config.ath_hal_desc_tpc = (setting != 0);
1020 if (setting) {
1028 if (setting) {
1052 ar9300_ani_control(ah, cmds[capability], setting) :
1058 ahp->rx_buf_size = setting & AR_DATABUF_MASK;
1065 if (setting) {
1078 ar9300_update_loc_ctl_reg(ah, setting);
1088 setting &= ar9300_eeprom_get(ahp, EEP_RX_MASK);
1089 p_cap->halRxChainMask = setting;
1090 p_cap->halRxStreams = owl_get_ntxchains(setting);
1098 setting &= ar9300_eeprom_get(ahp, EEP_TX_MASK);
1099 p_cap->halTxChainMask = setting;
1100 p_cap->halTxStreams = owl_get_ntxchains(setting);
1111 return ath_hal_setcapability(ah, type, capability, setting, status);
2192 /* Set the current RIFS Rx setting */
3883 /* this should follow the setting of start */