HomeSort by relevance Sort by last modified time
    Searched refs:MV_GPP_REGS_BASE (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/ddr/marvell/a38x/
mv_ddr_sys_env_lib.h 18 #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))
  /external/u-boot/arch/arm/mach-mvebu/serdes/axp/
board_env_spec.h 97 #define MV_GPP_REGS_BASE(unit) (MV_GPP_REGS_OFFSET(unit))
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/arch/arm/mach-mvebu/serdes/a38x/
sys_env_lib.h 240 #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))

Completed in 1030 milliseconds