Deleted Added
full compact
ar724xreg.h (221254) ar724xreg.h (221518)
1/*-
2 * Copyright (c) 2010 Adrian Chadd
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 10 unchanged lines hidden (view full) ---

19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 */
26
1/*-
2 * Copyright (c) 2010 Adrian Chadd
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 10 unchanged lines hidden (view full) ---

19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 */
26
27/* $FreeBSD: head/sys/mips/atheros/ar724xreg.h 221254 2011-04-30 11:36:16Z adrian $ */
27/* $FreeBSD: head/sys/mips/atheros/ar724xreg.h 221518 2011-05-06 02:45:02Z adrian $ */
28
29#ifndef __AR72XX_REG_H__
30#define __AR72XX_REG_H__
31
32#define AR724X_PLL_REG_CPU_CONFIG AR71XX_PLL_CPU_BASE + 0x00
33#define AR724X_PLL_REG_PCIE_CONFIG AR71XX_PLL_CPU_BASE + 0x18
34
35#define AR724X_PLL_DIV_SHIFT 0

--- 64 unchanged lines hidden (view full) ---

100#define AR724X_GPIO_FUNC_ETH_SWITCH_LED3_EN (1 >> 6)
101#define AR724X_GPIO_FUNC_ETH_SWITCH_LED2_EN (1 >> 5)
102#define AR724X_GPIO_FUNC_ETH_SWITCH_LED1_EN (1 >> 4)
103#define AR724X_GPIO_FUNC_ETH_SWITCH_LED0_EN (1 >> 3)
104#define AR724X_GPIO_FUNC_UART_RTS_CTS_EN (1 >> 2)
105#define AR724X_GPIO_FUNC_UART_EN (1 >> 1)
106#define AR724X_GPIO_FUNC_JTAG_DISABLE (1 >> 0)
107
28
29#ifndef __AR72XX_REG_H__
30#define __AR72XX_REG_H__
31
32#define AR724X_PLL_REG_CPU_CONFIG AR71XX_PLL_CPU_BASE + 0x00
33#define AR724X_PLL_REG_PCIE_CONFIG AR71XX_PLL_CPU_BASE + 0x18
34
35#define AR724X_PLL_DIV_SHIFT 0

--- 64 unchanged lines hidden (view full) ---

100#define AR724X_GPIO_FUNC_ETH_SWITCH_LED3_EN (1 >> 6)
101#define AR724X_GPIO_FUNC_ETH_SWITCH_LED2_EN (1 >> 5)
102#define AR724X_GPIO_FUNC_ETH_SWITCH_LED1_EN (1 >> 4)
103#define AR724X_GPIO_FUNC_ETH_SWITCH_LED0_EN (1 >> 3)
104#define AR724X_GPIO_FUNC_UART_RTS_CTS_EN (1 >> 2)
105#define AR724X_GPIO_FUNC_UART_EN (1 >> 1)
106#define AR724X_GPIO_FUNC_JTAG_DISABLE (1 >> 0)
107
108#define AR724X_GPIO_COUNT 18
109
110#endif
108#endif