Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/configs/
H A Dmaxbcm.h30 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
H A Ddb-88f6720.h30 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
H A Ddb-mv784mp-gp.h28 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
H A Dds414.h30 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
H A Dtheadorable.h36 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
H A Ddb-88f6820-gp.h31 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
H A Dclearfog.h31 #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
/OK3568_Linux_fs/u-boot/board/CZ.NIC/turris_omnia/
H A Dturris_omnia.c319 i2c_debug_reg = readl(MVEBU_TWSI_BASE + MVTWSI_ARMADA_DEBUG_REG); in board_early_init_f()
321 writel(i2c_debug_reg, MVEBU_TWSI_BASE + MVTWSI_ARMADA_DEBUG_REG); in board_early_init_f()
/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/include/mach/
H A Dsoc.h56 #define MVEBU_TWSI_BASE (MVEBU_REGISTER(0x11000)) macro