Lines Matching +full:c +full:- +full:phy
1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2006 Atheros Communications, Inc.
23 * Definitions for the PHY on the Atheros AR5211/5311 chipset.
26 /* PHY registers */
27 #define AR_PHY_BASE 0x9800 /* PHY registers base address */
30 #define AR_PHY_TURBO 0x9804 /* PHY frame control register */
34 #define AR_PHY_CHIP_ID 0x9818 /* PHY chip revision ID */
36 #define AR_PHY_ACTIVE 0x981C /* PHY activation register */
37 #define AR_PHY_ACTIVE_EN 0x00000001 /* Activate PHY chips */
38 #define AR_PHY_ACTIVE_DIS 0x00000000 /* Deactivate PHY chips */
40 #define AR_PHY_AGC_CONTROL 0x9860 /* PHY chip calibration and noise floor setting */
41 #define AR_PHY_AGC_CONTROL_CAL 0x00000001 /* Perform PHY chip internal calibration */
42 #define AR_PHY_AGC_CONTROL_NF 0x00000002 /* Perform PHY chip noise-floor calculation */
49 #define AR_PHY_RX_DELAY 0x9914 /* PHY analog_power_on_time, in 100ns increments */
53 #define AR_PHY_TIMING_CTRL4 0x9920 /* PHY */
54 #define AR_PHY_TIMING_CTRL4_IQCORR_Q_Q_COFF_M 0x0000001F /* Mask for kcos_theta-1 for q correction …
79 #define AR_PHY_RADAR_0 0x9954 /* PHY radar detection settings */
82 #define AR_PHY_IQCAL_RES_PWR_MEAS_I 0x9c10 /*PHY IQ calibration results - power measurement for I */
83 #define AR_PHY_IQCAL_RES_PWR_MEAS_Q 0x9c14 /*PHY IQ calibration results - power measurement for Q */
84 #define AR_PHY_IQCAL_RES_IQ_CORR_MEAS 0x9c18 /*PHY IQ calibration results - IQ correlation measurem…