003 File Manager
Current Path:
/usr/src/sys/dev/ath/ath_hal/ar5312
usr
/
src
/
sys
/
dev
/
ath
/
ath_hal
/
ar5312
/
📁
..
📄
ar5312.h
(3.67 KB)
📄
ar5312_attach.c
(9.8 KB)
📄
ar5312_eeprom.c
(1.43 KB)
📄
ar5312_gpio.c
(3.51 KB)
📄
ar5312_interrupts.c
(1.44 KB)
📄
ar5312_misc.c
(5.09 KB)
📄
ar5312_power.c
(3.17 KB)
📄
ar5312_reset.c
(26.64 KB)
📄
ar5312phy.h
(1.34 KB)
📄
ar5312reg.h
(5.92 KB)
📄
ar5315_gpio.c
(3.48 KB)
Editing: ar5312phy.h
/*- * SPDX-License-Identifier: ISC * * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * Copyright (c) 2002-2008 Atheros Communications, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * * $FreeBSD$ */ #ifndef _DEV_ATH_AR5312PHY_H_ #define _DEV_ATH_AR5312PHY_H_ #include "ar5212/ar5212phy.h" /* PHY registers */ #define AR_PHY_PLL_CTL_44_5312 0x14d6 /* 44 MHz for 11b, 11g */ #define AR_PHY_PLL_CTL_40_5312 0x14d4 /* 40 MHz for 11a, turbos */ #define AR_PHY_PLL_CTL_40_5312_HALF 0x15d4 /* 40 MHz for 11a, turbos (Half)*/ #define AR_PHY_PLL_CTL_40_5312_QUARTER 0x16d4 /* 40 MHz for 11a, turbos (Quarter)*/ #endif /* _DEV_ATH_AR5312PHY_H_ */
Upload File
Create Folder