003 File Manager
Current Path:
/usr/src/sys/dev/ath/ath_hal/ar9002
usr
/
src
/
sys
/
dev
/
ath
/
ath_hal
/
ar9002
/
📁
..
📄
ar9002phy.h
(2.3 KB)
📄
ar9280.c
(12.99 KB)
📄
ar9280.h
(2.09 KB)
📄
ar9280_attach.c
(31.49 KB)
📄
ar9280_olc.c
(12.8 KB)
📄
ar9280_olc.h
(2.43 KB)
📄
ar9280v1.ini
(27.78 KB)
📄
ar9280v2.ini
(52.72 KB)
📄
ar9285.c
(2.24 KB)
📄
ar9285.h
(1.94 KB)
📄
ar9285.ini
(36.9 KB)
📄
ar9285_attach.c
(17.64 KB)
📄
ar9285_btcoex.c
(5.02 KB)
📄
ar9285_cal.c
(9.09 KB)
📄
ar9285_cal.h
(1.66 KB)
📄
ar9285_diversity.c
(6.2 KB)
📄
ar9285_diversity.h
(1.58 KB)
📄
ar9285_phy.c
(3.61 KB)
📄
ar9285_phy.h
(1.8 KB)
📄
ar9285_reset.c
(29.58 KB)
📄
ar9285an.h
(3.96 KB)
📄
ar9285phy.h
(5.32 KB)
📄
ar9285v2.ini
(47.42 KB)
📄
ar9287.c
(11.2 KB)
📄
ar9287.h
(1.91 KB)
📄
ar9287.ini
(37.11 KB)
📄
ar9287_attach.c
(15.38 KB)
📄
ar9287_cal.c
(2.48 KB)
📄
ar9287_cal.h
(1.62 KB)
📄
ar9287_olc.c
(5.42 KB)
📄
ar9287_olc.h
(1.3 KB)
📄
ar9287_reset.c
(19.62 KB)
📄
ar9287_reset.h
(1.12 KB)
📄
ar9287an.h
(1.83 KB)
📄
ar9287phy.h
(1.03 KB)
Editing: ar9287an.h
/*- * SPDX-License-Identifier: ISC * * Copyright (c) 2010 Atheros Communications, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * * $FreeBSD$ */ #ifndef __AR9287AN_H__ #define __AR9287AN_H__ #define AR9287_AN_RF2G3_CH0 0x7808 #define AR9287_AN_RF2G3_CH1 0x785c #define AR9287_AN_RF2G3_DB1 0xE0000000 #define AR9287_AN_RF2G3_DB1_S 29 #define AR9287_AN_RF2G3_DB2 0x1C000000 #define AR9287_AN_RF2G3_DB2_S 26 #define AR9287_AN_RF2G3_OB_CCK 0x03800000 #define AR9287_AN_RF2G3_OB_CCK_S 23 #define AR9287_AN_RF2G3_OB_PSK 0x00700000 #define AR9287_AN_RF2G3_OB_PSK_S 20 #define AR9287_AN_RF2G3_OB_QAM 0x000E0000 #define AR9287_AN_RF2G3_OB_QAM_S 17 #define AR9287_AN_RF2G3_OB_PAL_OFF 0x0001C000 #define AR9287_AN_RF2G3_OB_PAL_OFF_S 14 #define AR9287_AN_TXPC0 0x7898 #define AR9287_AN_TXPC0_TXPCMODE 0x0000C000 #define AR9287_AN_TXPC0_TXPCMODE_S 14 #define AR9287_AN_TXPC0_TXPCMODE_NORMAL 0 #define AR9287_AN_TXPC0_TXPCMODE_TEST 1 #define AR9287_AN_TXPC0_TXPCMODE_TEMPSENSE 2 #define AR9287_AN_TXPC0_TXPCMODE_ATBTEST 3 #define AR9287_AN_TOP2 0x78b4 #define AR9287_AN_TOP2_XPABIAS_LVL 0xC0000000 #define AR9287_AN_TOP2_XPABIAS_LVL_S 30 #endif
Upload File
Create Folder