Home
last modified time | relevance | path

Searched refs:DEV_BUS_VIRT_BASE (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/arm/mach-mv78xx0/include/mach/
Dmv78xx0.h73 #define DEV_BUS_VIRT_BASE (MV78XX0_REGS_VIRT_BASE | 0x10000) macro
74 #define SAMPLE_AT_RESET_LOW (DEV_BUS_VIRT_BASE | 0x0030)
75 #define SAMPLE_AT_RESET_HIGH (DEV_BUS_VIRT_BASE | 0x0034)
76 #define GPIO_VIRT_BASE (DEV_BUS_VIRT_BASE | 0x0100)
80 #define UART0_VIRT_BASE (DEV_BUS_VIRT_BASE | 0x2000)
82 #define UART1_VIRT_BASE (DEV_BUS_VIRT_BASE | 0x2100)
84 #define UART2_VIRT_BASE (DEV_BUS_VIRT_BASE | 0x2200)
86 #define UART3_VIRT_BASE (DEV_BUS_VIRT_BASE | 0x2300)
/linux-3.4.99/arch/arm/mach-kirkwood/include/mach/
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)
72 #define GPIO_LOW_VIRT_BASE (DEV_BUS_VIRT_BASE | 0x0100)
73 #define GPIO_HIGH_VIRT_BASE (DEV_BUS_VIRT_BASE | 0x0140)
78 #define UART0_VIRT_BASE (DEV_BUS_VIRT_BASE | 0x2000)
80 #define UART1_VIRT_BASE (DEV_BUS_VIRT_BASE | 0x2100)
/linux-3.4.99/arch/arm/mach-mv78xx0/
Dmpp.c36 MPP_MAX, DEV_BUS_VIRT_BASE); in mv78xx0_mpp_conf()
/linux-3.4.99/arch/arm/mach-kirkwood/
Dmpp.c41 MPP_MAX, DEV_BUS_VIRT_BASE); in kirkwood_mpp_conf()