Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-ath79/qca953x/
H A Dddr.c211 #define DDR_BIST_STATUS_DONE BIT(0) macro
443 } while (!(val & DDR_BIST_STATUS_DONE)); in ddr_tap_tuning()