Searched refs:dunit_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/ddr/marvell/a38x/ |
H A D | mv_ddr_plat.c | 246 static void dunit_write(u32 addr, u32 mask, u32 data) in dunit_write() function 269 dunit_write(ODPG_ENABLE_REG, in mv_ddr_odpg_enable() 276 dunit_write(ODPG_ENABLE_REG, in mv_ddr_odpg_disable() 307 dunit_write(GLOB_CTRL_STATUS_REG, in mv_ddr_training_enable() 602 dunit_write(PHY_REG_FILE_ACCESS_REG, MASK_ALL_BITS, reg_val); in prfa_write() 604 dunit_write(PHY_REG_FILE_ACCESS_REG, MASK_ALL_BITS, reg_val); in prfa_write() 645 config_func.mv_ddr_dunit_write = dunit_write; in mv_ddr_sw_db_init() 767 dunit_write(0x20220, 0x1000, 0x1000); in ddr3_tip_a38x_set_divider() 768 dunit_write(0xe42f4, 0x200, 0x200); in ddr3_tip_a38x_set_divider() 809 dunit_write(0xe42f0, 0xffffffff, async_val); in ddr3_tip_a38x_set_divider() [all …]
|