Home
last modified time | relevance | path

Searched refs:MV_GPP_REGS_BASE (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/arm/mach-mvebu/serdes/axp/
Dboard_env_spec.h97 #define MV_GPP_REGS_BASE(unit) (MV_GPP_REGS_OFFSET(unit)) macro
100 #define GPP_DATA_OUT_REG(grp) (MV_GPP_REGS_BASE(grp) + 0x00)
102 #define GPP_DATA_OUT_EN_REG(grp) (MV_GPP_REGS_BASE(grp) + 0x04)
103 #define GPP_BLINK_EN_REG(grp) (MV_GPP_REGS_BASE(grp) + 0x08)
104 #define GPP_DATA_IN_POL_REG(grp) (MV_GPP_REGS_BASE(grp) + 0x0C)
105 #define GPP_DATA_IN_REG(grp) (MV_GPP_REGS_BASE(grp) + 0x10)
106 #define GPP_INT_CAUSE_REG(grp) (MV_GPP_REGS_BASE(grp) + 0x14)
107 #define GPP_INT_MASK_REG(grp) (MV_GPP_REGS_BASE(grp) + 0x18)
108 #define GPP_INT_LVL_REG(grp) (MV_GPP_REGS_BASE(grp) + 0x1C)
113 #define GPP_FUNC_SELECT_REG (MV_GPP_REGS_BASE(0) + 0x40)
[all …]
/external/u-boot/drivers/ddr/marvell/a38x/
Dmv_ddr_sys_env_lib.h18 #define GPP_DATA_OUT_REG(grp) (MV_GPP_REGS_BASE(grp) + 0x00)
19 #define GPP_DATA_OUT_EN_REG(grp) (MV_GPP_REGS_BASE(grp) + 0x04)
20 #define GPP_DATA_IN_REG(grp) (MV_GPP_REGS_BASE(grp) + 0x10)
21 #define MV_GPP_REGS_BASE(unit) (0x18100 + ((unit) * 0x40)) macro
/external/u-boot/arch/arm/mach-mvebu/serdes/a38x/
Dsys_env_lib.h240 #define GPP_DATA_OUT_REG(grp) (MV_GPP_REGS_BASE(grp) + 0x00)
241 #define GPP_DATA_OUT_EN_REG(grp) (MV_GPP_REGS_BASE(grp) + 0x04)
242 #define GPP_DATA_IN_REG(grp) (MV_GPP_REGS_BASE(grp) + 0x10)
243 #define MV_GPP_REGS_BASE(unit) (0x18100 + ((unit) * 0x40)) macro