Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/ddr/phy/phyinit/src/
H A Dddrphy_phyinit_c_initphyconfig.c371 int odtstrenp_state; in txodtdrvstren_program() local
374 odtstrenp_state = ddrphy_phyinit_mapdrvstren(config->uia.odtimpedance, ODTSTRENP); in txodtdrvstren_program()
375 if (odtstrenp_state < 0) { in txodtdrvstren_program()
376 return odtstrenp_state; in txodtdrvstren_program()
384 txodtdrvstren = (uint16_t)((odtstrenn_state << CSR_ODTSTRENN_LSB) | odtstrenp_state); in txodtdrvstren_program()