root/drivers/staging/rtl8188eu/include/phydm_reg.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /******************************************************************************
   3  *
   4  * Copyright(c) 2007 - 2016  Realtek Corporation.
   5  *
   6  * Contact Information:
   7  * wlanfae <wlanfae@realtek.com>
   8  * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
   9  * Hsinchu 300, Taiwan.
  10  *
  11  * Larry Finger <Larry.Finger@lwfinger.net>
  12  *
  13  *****************************************************************************/
  14 #ifndef __HAL_ODM_REG_H__
  15 #define __HAL_ODM_REG_H__
  16 
  17 #define ODM_EDCA_VO_PARAM 0x500
  18 #define ODM_EDCA_VI_PARAM 0x504
  19 #define ODM_EDCA_BE_PARAM 0x508
  20 #define ODM_EDCA_BK_PARAM 0x50C
  21 
  22 #endif

/* [<][>][^][v][top][bottom][index][help] */