ar5312phy.h

来自「Atheros wifi driver source code」· C头文件 代码 · 共 26 行

H
26
字号
/* * Copyright (c) 2002 2003 Sam Leffler, Errno Consulting * Copyright (c) 2004 Atheros Communications, Inc. * All rights reserved. * * $Id: ar5312phy.h,v 1.1.1.1 2006/09/12 03:45:23 steven Exp $ */#ifndef _DEV_ATH_AR5312PHY_H_#define _DEV_ATH_AR5312PHY_H_#include "ar5212/ar5212phy.h"/* PHY registers */#undef AR_PHY_PLL_CTL_44_5112                   /* Undefine the 5212 defs */#undef AR_PHY_PLL_CTL_40_5112#undef AR_PHY_PLL_CTL_40_5112_HALF              /* Undefine the 5212 defs */#undef AR_PHY_PLL_CTL_40_5112_QUARTER#define AR_PHY_PLL_CTL_44_5112  0x14d6          /* 44 MHz for 11b, 11g */#define AR_PHY_PLL_CTL_40_5112  0x14d4          /* 40 MHz for 11a, turbos */#define AR_PHY_PLL_CTL_40_5112_HALF  0x15d4	/* 40 MHz for 11a, turbos (Half)*/#define AR_PHY_PLL_CTL_40_5112_QUARTER  0x16d4	/* 40 MHz for 11a, turbos (Quarter)*/#endif	/* _DEV_ATH_AR5312PHY_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?