hw.h (822b0dfc135cf205379ea62aae7a5b393811b238) | hw.h (cbfe946860ffc718c5d99a6b740e33ac95fe8b8d) |
---|---|
1/* 2 * Copyright (c) 2008-2009 Atheros Communications Inc. 3 * 4 * Permission to use, copy, modify, and/or distribute this software for any 5 * purpose with or without fee is hereby granted, provided that the above 6 * copyright notice and this permission notice appear in all copies. 7 * 8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --- 422 unchanged lines hidden (view full) --- 431 u32 txeol_interrupt_mask; 432 u32 txurn_interrupt_mask; 433 bool chip_fullsleep; 434 u32 atim_window; 435 u16 antenna_switch_swap; 436 enum ath9k_ant_setting diversity_control; 437 438 /* Calibration */ | 1/* 2 * Copyright (c) 2008-2009 Atheros Communications Inc. 3 * 4 * Permission to use, copy, modify, and/or distribute this software for any 5 * purpose with or without fee is hereby granted, provided that the above 6 * copyright notice and this permission notice appear in all copies. 7 * 8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --- 422 unchanged lines hidden (view full) --- 431 u32 txeol_interrupt_mask; 432 u32 txurn_interrupt_mask; 433 bool chip_fullsleep; 434 u32 atim_window; 435 u16 antenna_switch_swap; 436 enum ath9k_ant_setting diversity_control; 437 438 /* Calibration */ |
439 enum hal_cal_types supp_cals; 440 struct hal_cal_list iq_caldata; 441 struct hal_cal_list adcgain_caldata; 442 struct hal_cal_list adcdc_calinitdata; 443 struct hal_cal_list adcdc_caldata; 444 struct hal_cal_list *cal_list; 445 struct hal_cal_list *cal_list_last; 446 struct hal_cal_list *cal_list_curr; | 439 enum ath9k_cal_types supp_cals; 440 struct ath9k_cal_list iq_caldata; 441 struct ath9k_cal_list adcgain_caldata; 442 struct ath9k_cal_list adcdc_calinitdata; 443 struct ath9k_cal_list adcdc_caldata; 444 struct ath9k_cal_list *cal_list; 445 struct ath9k_cal_list *cal_list_last; 446 struct ath9k_cal_list *cal_list_curr; |
447#define totalPowerMeasI meas0.unsign 448#define totalPowerMeasQ meas1.unsign 449#define totalIqCorrMeas meas2.sign 450#define totalAdcIOddPhase meas0.unsign 451#define totalAdcIEvenPhase meas1.unsign 452#define totalAdcQOddPhase meas2.unsign 453#define totalAdcQEvenPhase meas3.unsign 454#define totalAdcDcOffsetIOddPhase meas0.sign --- 165 unchanged lines hidden --- | 447#define totalPowerMeasI meas0.unsign 448#define totalPowerMeasQ meas1.unsign 449#define totalIqCorrMeas meas2.sign 450#define totalAdcIOddPhase meas0.unsign 451#define totalAdcIEvenPhase meas1.unsign 452#define totalAdcQOddPhase meas2.unsign 453#define totalAdcQEvenPhase meas3.unsign 454#define totalAdcDcOffsetIOddPhase meas0.sign --- 165 unchanged lines hidden --- |