Searched refs:DEV_BUS_VIRT_BASE (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-kirkwood/include/mach/
H A Dgpio.h18 #define GPIO_OUT(pin) (DEV_BUS_VIRT_BASE + GPIO_OFF(pin) + 0x00)
19 #define GPIO_IO_CONF(pin) (DEV_BUS_VIRT_BASE + GPIO_OFF(pin) + 0x04)
20 #define GPIO_BLINK_EN(pin) (DEV_BUS_VIRT_BASE + GPIO_OFF(pin) + 0x08)
21 #define GPIO_IN_POL(pin) (DEV_BUS_VIRT_BASE + GPIO_OFF(pin) + 0x0c)
22 #define GPIO_DATA_IN(pin) (DEV_BUS_VIRT_BASE + GPIO_OFF(pin) + 0x10)
23 #define GPIO_EDGE_CAUSE(pin) (DEV_BUS_VIRT_BASE + GPIO_OFF(pin) + 0x14)
24 #define GPIO_EDGE_MASK(pin) (DEV_BUS_VIRT_BASE + GPIO_OFF(pin) + 0x18)
25 #define GPIO_LEVEL_MASK(pin) (DEV_BUS_VIRT_BASE + GPIO_OFF(pin) + 0x1c)
H A Dkirkwood.h69 #define DEV_BUS_VIRT_BASE (KIRKWOOD_REGS_VIRT_BASE | 0x10000) macro
70 #define SAMPLE_AT_RESET (DEV_BUS_VIRT_BASE | 0x0030)
71 #define DEVICE_ID (DEV_BUS_VIRT_BASE | 0x0034)
76 #define UART0_VIRT_BASE (DEV_BUS_VIRT_BASE | 0x2000)
78 #define UART1_VIRT_BASE (DEV_BUS_VIRT_BASE | 0x2100)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mv78xx0/include/mach/
H A Dgpio.h19 #define GPIO_OUT(pin) (DEV_BUS_VIRT_BASE + 0x0100)
20 #define GPIO_IO_CONF(pin) (DEV_BUS_VIRT_BASE + 0x0104)
21 #define GPIO_BLINK_EN(pin) (DEV_BUS_VIRT_BASE + 0x0108)
22 #define GPIO_IN_POL(pin) (DEV_BUS_VIRT_BASE + 0x010c)
23 #define GPIO_DATA_IN(pin) (DEV_BUS_VIRT_BASE + 0x0110)
24 #define GPIO_EDGE_CAUSE(pin) (DEV_BUS_VIRT_BASE + 0x0114)
26 #define GPIO_EDGE_MASK(pin) (DEV_BUS_VIRT_BASE + 0x0118 + GPIO_MASK_OFF)
27 #define GPIO_LEVEL_MASK(pin) (DEV_BUS_VIRT_BASE + 0x011c + GPIO_MASK_OFF)
H A Dmv78xx0.h71 #define DEV_BUS_VIRT_BASE (MV78XX0_REGS_VIRT_BASE | 0x10000) macro
72 #define SAMPLE_AT_RESET_LOW (DEV_BUS_VIRT_BASE | 0x0030)
73 #define SAMPLE_AT_RESET_HIGH (DEV_BUS_VIRT_BASE | 0x0034)
77 #define UART0_VIRT_BASE (DEV_BUS_VIRT_BASE | 0x2000)
79 #define UART1_VIRT_BASE (DEV_BUS_VIRT_BASE | 0x2100)
81 #define UART2_VIRT_BASE (DEV_BUS_VIRT_BASE | 0x2200)
83 #define UART3_VIRT_BASE (DEV_BUS_VIRT_BASE | 0x2300)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-loki/include/mach/
H A Dloki.h54 #define DEV_BUS_VIRT_BASE (LOKI_REGS_VIRT_BASE | 0x10000) macro
56 #define UART0_VIRT_BASE (DEV_BUS_VIRT_BASE | 0x2000)
58 #define UART1_VIRT_BASE (DEV_BUS_VIRT_BASE | 0x2100)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mv78xx0/
H A Dmpp.c34 #define MPP_CTRL(i) (DEV_BUS_VIRT_BASE + (i) * 4)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-kirkwood/
H A Dmpp.c39 #define MPP_CTRL(i) (DEV_BUS_VIRT_BASE + (i) * 4)

Completed in 85 milliseconds