linux/drivers/staging/r8188eu/include/odm_RegConfig8188E.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
   2/* Copyright(c) 2007 - 2011 Realtek Corporation. */
   3
   4#ifndef __INC_ODM_REGCONFIG_H_8188E
   5#define __INC_ODM_REGCONFIG_H_8188E
   6
   7void odm_ConfigRF_RadioA_8188E(struct odm_dm_struct *pDM_Odm,
   8                               u32 Addr, u32 Data);
   9
  10void odm_ConfigMAC_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr, u8 Data);
  11
  12void odm_ConfigBB_AGC_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr,
  13                            u32 Bitmask, u32 Data);
  14
  15void odm_ConfigBB_PHY_REG_PG_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr,
  16                                   u32 Bitmask, u32 Data);
  17
  18void odm_ConfigBB_PHY_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr,
  19                            u32 Bitmask, u32 Data);
  20
  21#endif
  22