Searched refs:prfa_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/ddr/marvell/a38x/ |
H A D | mv_ddr_plat.c | 591 static int prfa_write(enum hws_access_type phy_access, u32 phy, in prfa_write() function 624 if (prfa_write(ACCESS_TYPE_UNICAST, i, phy_type, addr, 0, OPERATION_READ) != MV_OK) in prfa_read() 630 if (prfa_write(phy_access, phy, phy_type, addr, 0, OPERATION_READ) != MV_OK) in prfa_read() 657 config_func.mv_ddr_phy_write = prfa_write; in mv_ddr_sw_db_init()
|