1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /****************************************************************************** 3 * 4 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. 5 * 6 ******************************************************************************/ 7 #ifndef __HAL_PHY_REG_H__ 8 #define __HAL_PHY_REG_H__ 9 10 /* for PutRFRegsetting & GetRFRegSetting BitMask */ 11 /* if (RTL92SE_FPGA_VERIFY == 1) */ 12 /* define bRFRegOffsetMask 0xfff */ 13 /* else */ 14 #define bRFRegOffsetMask 0xfffff 15 /* endif */ 16 17 #endif /* __HAL_PHY_REG_H__ */ 18