Searched refs:dunit_write (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/ddr/marvell/a38x/ |
D | mv_ddr_plat.c | 244 static void dunit_write(u32 addr, u32 mask, u32 data) in dunit_write() function 267 dunit_write(ODPG_ENABLE_REG, in mv_ddr_odpg_enable() 274 dunit_write(ODPG_ENABLE_REG, in mv_ddr_odpg_disable() 305 dunit_write(GLOB_CTRL_STATUS_REG, in mv_ddr_training_enable() 600 dunit_write(PHY_REG_FILE_ACCESS_REG, MASK_ALL_BITS, reg_val); in prfa_write() 602 dunit_write(PHY_REG_FILE_ACCESS_REG, MASK_ALL_BITS, reg_val); in prfa_write() 643 config_func.mv_ddr_dunit_write = dunit_write; in mv_ddr_sw_db_init() 764 dunit_write(0x20220, 0x1000, 0x1000); in ddr3_tip_a38x_set_divider() 765 dunit_write(0xe42f4, 0x200, 0x200); in ddr3_tip_a38x_set_divider() 810 dunit_write(0xe42f0, 0xffffffff, async_val); in ddr3_tip_a38x_set_divider() [all …]
|