• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/

Lines Matching refs:base_eep_header

372         ahp->ah_eeprom.base_eep_header.op_cap_flags.op_flags =
374 ahp->ah_eeprom.base_eep_header.txrx_mask = 0x11;
377 ahp->ah_eeprom.base_eep_header.op_cap_flags.op_flags =
379 ahp->ah_eeprom.base_eep_header.txrx_mask = 0x11;
436 ahp->ah_eeprom.base_eep_header.txrx_mask = 0x33;
437 ahp->ah_eeprom.base_eep_header.txrxgain = 0x10;
464 OSPREY_BASE_EEP_HEADER *p_base = &eep->base_eep_header;
567 BASE_EEPDEF_HEADER *p_base = &(p_eep_data->base_eep_header);
1122 return eep->base_eep_header.reg_dmn;
1130 return eep->base_eep_header.eeprom_write_enable_gpio;
1137 return eep->base_eep_header.wlan_disable_gpio;
1144 return eep->base_eep_header.wlan_led_gpio;
1151 return eep->base_eep_header.rx_band_select_gpio;
1253 return (eep->base_eep_header.txrxgain) & 0xf; /* bits 3:0 */
1261 return (eep->base_eep_header.txrxgain >> 4) & 0xf; /* bits 7:4 */
2055 if (eep->base_eep_header.misc_configuration & 0x10)
2343 if ((eep->base_eep_header.misc_configuration & 0x20) != 0)
2395 if (eep->base_eep_header.feature_enable & 0x1){
2397 if (((eep->base_eep_header.txrx_mask & 0xf0) >> 4) & 0x1) {
2402 if (((eep->base_eep_header.txrx_mask & 0xf0) >> 4) & 0x2) {
2407 if (((eep->base_eep_header.txrx_mask & 0xf0) >> 4) & 0x4) {
2413 if (((eep->base_eep_header.txrx_mask & 0xf0) >> 4) & 0x1) {
2418 if (((eep->base_eep_header.txrx_mask & 0xf0) >> 4) & 0x2) {
2423 if (((eep->base_eep_header.txrx_mask & 0xf0) >> 4) & 0x4) {
2431 if (((eep->base_eep_header.txrx_mask & 0xf0) >> 4) & 0x1) {
2435 if (((eep->base_eep_header.txrx_mask & 0xf0) >> 4) & 0x2) {
2439 if (((eep->base_eep_header.txrx_mask & 0xf0) >> 4) & 0x4) {
3330 BASE_EEPDEF_HEADER *p_base = &eep->base_eep_header;
3355 BASE_EEPDEF_HEADER *p_base = &eep->base_eep_header;
3447 el = SWAP16(ahp->ah_eeprom.def.base_eep_header.length);
3449 el = ahp->ah_eeprom.def.base_eep_header.length;
3474 word = SWAP16(eep->base_eep_header.length);
3475 eep->base_eep_header.length = word;
3477 word = SWAP16(eep->base_eep_header.checksum);
3478 eep->base_eep_header.checksum = word;
3480 word = SWAP16(eep->base_eep_header.version);
3481 eep->base_eep_header.version = word;
3483 word = SWAP16(eep->base_eep_header.reg_dmn[0]);
3484 eep->base_eep_header.reg_dmn[0] = word;
3486 word = SWAP16(eep->base_eep_header.reg_dmn[1]);
3487 eep->base_eep_header.reg_dmn[1] = word;
3489 word = SWAP16(eep->base_eep_header.rf_silent);
3490 eep->base_eep_header.rf_silent = word;
3492 word = SWAP16(eep->base_eep_header.blue_tooth_options);
3493 eep->base_eep_header.blue_tooth_options = word;
3495 word = SWAP16(eep->base_eep_header.device_cap);
3496 eep->base_eep_header.device_cap = word;
3547 eep->base_eep_header.device_type);
3552 if (eep->base_eep_header.device_type == 5) {
4349 word = __bswap16(eep->base_eep_header.reg_dmn[0]);
4350 eep->base_eep_header.reg_dmn[0] = word;
4352 word = __bswap16(eep->base_eep_header.reg_dmn[1]);
4353 eep->base_eep_header.reg_dmn[1] = word;
4355 dword = __bswap32(eep->base_eep_header.swreg);
4356 eep->base_eep_header.swreg = dword;
4458 (ahp->ah_eeprom.base_eep_header.misc_configuration >> 1) & 0x3;
4551 tuning_caps_params = eep->base_eep_header.params_for_tuning_caps[0];
4564 if ((eep->base_eep_header.feature_enable & 0x40) >> 6) {
4604 if ((eep->base_eep_header.feature_enable & 0x80) >> 7) {
4633 if ((eep->base_eep_header.misc_configuration & 0x40) >> 6) {