hw.h (62a957e99f6edced4a87f79cc49bfca42fe9a1a0) | hw.h (1bf38661822049931a0ab8d2b43153b26cc919f6) |
---|---|
1/* 2 * Copyright (c) 2008-2010 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 --- 819 unchanged lines hidden (view full) --- 828 u32 ts_paddr_start; 829 u32 ts_paddr_end; 830 u16 ts_tail; 831 u8 ts_size; 832 833 u32 bb_watchdog_last_status; 834 u32 bb_watchdog_timeout_ms; /* in ms, 0 to disable */ 835 | 1/* 2 * Copyright (c) 2008-2010 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 --- 819 unchanged lines hidden (view full) --- 828 u32 ts_paddr_start; 829 u32 ts_paddr_end; 830 u16 ts_tail; 831 u8 ts_size; 832 833 u32 bb_watchdog_last_status; 834 u32 bb_watchdog_timeout_ms; /* in ms, 0 to disable */ 835 |
836 unsigned int paprd_target_power; 837 unsigned int paprd_training_power; |
|
836 u32 paprd_gain_table_entries[PAPRD_GAIN_TABLE_ENTRIES]; 837 u8 paprd_gain_table_index[PAPRD_GAIN_TABLE_ENTRIES]; 838 /* 839 * Store the permanent value of Reg 0x4004in WARegVal 840 * so we dont have to R/M/W. We should not be reading 841 * this register when in sleep states. 842 */ 843 u32 WARegVal; --- 165 unchanged lines hidden --- | 838 u32 paprd_gain_table_entries[PAPRD_GAIN_TABLE_ENTRIES]; 839 u8 paprd_gain_table_index[PAPRD_GAIN_TABLE_ENTRIES]; 840 /* 841 * Store the permanent value of Reg 0x4004in WARegVal 842 * so we dont have to R/M/W. We should not be reading 843 * this register when in sleep states. 844 */ 845 u32 WARegVal; --- 165 unchanged lines hidden --- |