Home
last modified time | relevance | path

Searched refs:MVEBU_TWSI_BASE (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/include/configs/
Dmaxbcm.h27 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
Ddb-88f6720.h27 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
Dds414.h27 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
Ddb-mv784mp-gp.h24 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
Dtheadorable.h33 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
Ddb-88f6820-gp.h27 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
/external/u-boot/board/CZ.NIC/turris_omnia/
Dturris_omnia.c329 i2c_debug_reg = readl(MVEBU_TWSI_BASE + MVTWSI_ARMADA_DEBUG_REG); in board_early_init_f()
331 writel(i2c_debug_reg, MVEBU_TWSI_BASE + MVTWSI_ARMADA_DEBUG_REG); in board_early_init_f()
/external/u-boot/arch/arm/mach-mvebu/include/mach/
Dsoc.h58 #define MVEBU_TWSI_BASE (MVEBU_REGISTER(0x11000)) macro