Searched refs:DELAY_START_VAL (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/ddr/microchip/ | ||
H A D | ddr2_regs.h | 126 #define DELAY_START_VAL(x) ((x) << 28) macro |
H A D | ddr2.c | 25 writel(DELAY_START_VAL(3) | DISABLE_RECALIB(0) | in ddr2_phy_init() |