Home
last modified time | relevance | path

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

/openbmc/u-boot/include/configs/
H A Dmaxbcm.h27 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
H A Ddb-88f6720.h27 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
H A Dds414.h27 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
H A Ddb-mv784mp-gp.h24 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
H A Dtheadorable.h33 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
H A Ddb-88f6820-gp.h22 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
/openbmc/u-boot/board/CZ.NIC/turris_omnia/
H A 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()
/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/
H A Dsoc.h59 #define MVEBU_TWSI_BASE (MVEBU_REGISTER(0x11000)) macro