Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_dfs.c660 REG_PHY_LOCK_STATUS_LOCK_MASK; in ddr3_dfs_high_2_low()
661 } while (reg != REG_PHY_LOCK_STATUS_LOCK_MASK); /* Wait for '0xFFF' */ in ddr3_dfs_high_2_low()
1392 REG_PHY_LOCK_STATUS_LOCK_MASK; in ddr3_dfs_low_2_high()
1393 } while (reg != REG_PHY_LOCK_STATUS_LOCK_MASK); in ddr3_dfs_low_2_high()
H A Dddr3_axp.h300 #define REG_PHY_LOCK_STATUS_LOCK_MASK 0xFFF macro