Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-mv78xx0/
H A Dmv78xx0.h80 #define DEV_BUS_VIRT_BASE (MV78XX0_REGS_VIRT_BASE + 0x10000) macro
81 #define SAMPLE_AT_RESET_LOW (DEV_BUS_VIRT_BASE + 0x0030)
82 #define SAMPLE_AT_RESET_HIGH (DEV_BUS_VIRT_BASE + 0x0034)
83 #define GPIO_VIRT_BASE (DEV_BUS_VIRT_BASE + 0x0100)
87 #define UART0_VIRT_BASE (DEV_BUS_VIRT_BASE + 0x2000)
89 #define UART1_VIRT_BASE (DEV_BUS_VIRT_BASE + 0x2100)
91 #define UART2_VIRT_BASE (DEV_BUS_VIRT_BASE + 0x2200)
93 #define UART3_VIRT_BASE (DEV_BUS_VIRT_BASE + 0x2300)
H A Dmpp.c33 MPP_MAX, DEV_BUS_VIRT_BASE); in mv78xx0_mpp_conf()