The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/ath/ath_hal/ar9002/ar9285phy.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /*-
    2  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
    3  *
    4  * Copyright (c) 2008-2010 Atheros Communications Inc.
    5  * Copyright (c) 2010-2011 Adrian Chadd, Xenion Pty Ltd.
    6  *
    7  * Redistribution and use in source and binary forms, with or without
    8  * modification, are permitted provided that the following conditions
    9  * are met:
   10  * 1. Redistributions of source code must retain the above copyright
   11  *    notice, this list of conditions and the following disclaimer.
   12  * 2. Redistributions in binary form must reproduce the above copyright
   13  *    notice, this list of conditions and the following disclaimer in the
   14  *    documentation and/or other materials provided with the distribution.
   15  *
   16  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   17  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   18  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   19  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   20  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   21  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   22  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   23  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   24  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   25  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   26  * SUCH DAMAGE.
   27  *
   28  * $FreeBSD$
   29  */
   30 #ifndef __ATH_AR9285PHY_H__
   31 #define __ATH_AR9285PHY_H__
   32 
   33 #define AR9285_AN_RF2G1              0x7820
   34 #define AR9285_AN_RF2G1_ENPACAL      0x00000800
   35 #define AR9285_AN_RF2G1_ENPACAL_S    11
   36 #define AR9285_AN_RF2G1_PDPADRV1     0x02000000
   37 #define AR9285_AN_RF2G1_PDPADRV1_S   25
   38 #define AR9285_AN_RF2G1_PDPADRV2     0x01000000
   39 #define AR9285_AN_RF2G1_PDPADRV2_S   24
   40 #define AR9285_AN_RF2G1_PDPAOUT      0x00800000
   41 #define AR9285_AN_RF2G1_PDPAOUT_S    23
   42 
   43 #define AR9285_AN_RF2G2              0x7824
   44 #define AR9285_AN_RF2G2_OFFCAL       0x00001000
   45 #define AR9285_AN_RF2G2_OFFCAL_S     12
   46 
   47 #define AR9285_AN_RF2G3             0x7828
   48 #define AR9285_AN_RF2G3_PDVCCOMP    0x02000000
   49 #define AR9285_AN_RF2G3_PDVCCOMP_S  25
   50 #define AR9285_AN_RF2G3_OB_0    0x00E00000
   51 #define AR9285_AN_RF2G3_OB_0_S    21
   52 #define AR9285_AN_RF2G3_OB_1    0x001C0000
   53 #define AR9285_AN_RF2G3_OB_1_S    18
   54 #define AR9285_AN_RF2G3_OB_2    0x00038000
   55 #define AR9285_AN_RF2G3_OB_2_S    15
   56 #define AR9285_AN_RF2G3_OB_3    0x00007000
   57 #define AR9285_AN_RF2G3_OB_3_S    12
   58 #define AR9285_AN_RF2G3_OB_4    0x00000E00
   59 #define AR9285_AN_RF2G3_OB_4_S    9
   60 
   61 #define AR9285_AN_RF2G3_DB1_0    0x000001C0
   62 #define AR9285_AN_RF2G3_DB1_0_S    6
   63 #define AR9285_AN_RF2G3_DB1_1    0x00000038
   64 #define AR9285_AN_RF2G3_DB1_1_S    3
   65 #define AR9285_AN_RF2G3_DB1_2    0x00000007
   66 #define AR9285_AN_RF2G3_DB1_2_S    0
   67 
   68 #define AR9285_AN_RF2G4         0x782C
   69 #define AR9285_AN_RF2G4_DB1_3    0xE0000000
   70 #define AR9285_AN_RF2G4_DB1_3_S    29
   71 #define AR9285_AN_RF2G4_DB1_4    0x1C000000
   72 #define AR9285_AN_RF2G4_DB1_4_S    26
   73 
   74 #define AR9285_AN_RF2G4_DB2_0    0x03800000
   75 #define AR9285_AN_RF2G4_DB2_0_S    23
   76 #define AR9285_AN_RF2G4_DB2_1    0x00700000
   77 #define AR9285_AN_RF2G4_DB2_1_S    20
   78 #define AR9285_AN_RF2G4_DB2_2    0x000E0000
   79 #define AR9285_AN_RF2G4_DB2_2_S    17
   80 #define AR9285_AN_RF2G4_DB2_3    0x0001C000
   81 #define AR9285_AN_RF2G4_DB2_3_S    14
   82 #define AR9285_AN_RF2G4_DB2_4    0x00003800
   83 #define AR9285_AN_RF2G4_DB2_4_S    11
   84 
   85 #define AR9285_RF2G5                    0x7830
   86 #define AR9285_RF2G5_IC50TX             0xfffff8ff
   87 #define AR9285_RF2G5_IC50TX_SET         0x00000400
   88 #define AR9285_RF2G5_IC50TX_XE_SET      0x00000500
   89 #define AR9285_RF2G5_IC50TX_CLEAR       0x00000700
   90 #define AR9285_RF2G5_IC50TX_CLEAR_S     8
   91 
   92 #define AR_PHY_TX_PWRCTRL_TX_GAIN_TAB_MAX   0x0007E000
   93 #define AR_PHY_TX_PWRCTRL_TX_GAIN_TAB_MAX_S 13
   94 #define AR_PHY_TX_GAIN_CLC       0x0000001E
   95 #define AR_PHY_TX_GAIN_CLC_S     1
   96 #define AR_PHY_TX_GAIN           0x0007F000
   97 #define AR_PHY_TX_GAIN_S         12
   98 
   99 #define AR_PHY_CLC_TBL1      0xa35c
  100 #define AR_PHY_CLC_I0        0x07ff0000
  101 #define AR_PHY_CLC_I0_S      16
  102 #define AR_PHY_CLC_Q0        0x0000ffd0
  103 #define AR_PHY_CLC_Q0_S      5
  104 
  105 #define AR_PHY_MULTICHAIN_GAIN_CTL          0x99ac
  106 #define AR_PHY_9285_FAST_DIV_BIAS           0x00007E00
  107 #define AR_PHY_9285_FAST_DIV_BIAS_S         9
  108 #define AR_PHY_9285_ANT_DIV_CTL_ALL         0x7f000000
  109 #define AR_PHY_9285_ANT_DIV_CTL             0x01000000
  110 #define AR_PHY_9285_ANT_DIV_CTL_S           24
  111 #define AR_PHY_9285_ANT_DIV_ALT_LNACONF     0x06000000
  112 #define AR_PHY_9285_ANT_DIV_ALT_LNACONF_S   25
  113 #define AR_PHY_9285_ANT_DIV_MAIN_LNACONF    0x18000000
  114 #define AR_PHY_9285_ANT_DIV_MAIN_LNACONF_S  27
  115 #define AR_PHY_9285_ANT_DIV_ALT_GAINTB      0x20000000
  116 #define AR_PHY_9285_ANT_DIV_ALT_GAINTB_S    29
  117 #define AR_PHY_9285_ANT_DIV_MAIN_GAINTB     0x40000000
  118 #define AR_PHY_9285_ANT_DIV_MAIN_GAINTB_S   30
  119 #define AR_PHY_9285_ANT_DIV_LNA1            2
  120 #define AR_PHY_9285_ANT_DIV_LNA2            1
  121 #define AR_PHY_9285_ANT_DIV_LNA1_PLUS_LNA2  3
  122 #define AR_PHY_9285_ANT_DIV_LNA1_MINUS_LNA2 0
  123 #define AR_PHY_9285_ANT_DIV_GAINTB_0        0
  124 #define AR_PHY_9285_ANT_DIV_GAINTB_1        1
  125 
  126 /* for AR_PHY_CCK_DETECT */
  127 #define AR_PHY_CCK_DETECT_ANT_SWITCH_TIME           0x00001FC0
  128 #define AR_PHY_CCK_DETECT_ANT_SWITCH_TIME_S         6
  129 #define AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV    0x2000
  130 #define AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV_S  13
  131 
  132 #endif

Cache object: f78e7641b3956881b481230aa9c3173e


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.