Home
last modified time | relevance | path

Searched refs:ctrl_mode (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/arm/mach-mvebu/serdes/a38x/
Dctrl_pex.c23 temp_reg, addr, dev_id, ctrl_mode; in hws_pex_config() local
198 ctrl_mode = sys_env_model_get(); in hws_pex_config()
218 dev_id |= ((ctrl_mode << 16) & 0xffff0000); in hws_pex_config()
222 DEBUG_INIT_FULL_C("Update PEX Device ID ", ctrl_mode, 4); in hws_pex_config()
/external/u-boot/arch/arm/mach-mvebu/serdes/axp/
Dhigh_speed_env_lib.c264 u16 ctrl_mode; in serdes_phy_config() local
1383 ctrl_mode = ctrl_model_get(); in serdes_phy_config()
1396 devId |= ((ctrl_mode << 16) & 0xffff0000); in serdes_phy_config()
1408 DEBUG_INIT_FULL_D(ctrl_mode, 4); in serdes_phy_config()