Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/ddr/phy/phyinit/src/
H A Dddrphy_phyinit_progcsrskiptrain.c365 uint32_t wl = 0U; /* Computed write latency */ local
436 wl = 4U;
439 wl = 6U;
442 wl = 8U;
445 wl = 10U;
448 wl = 12U;
451 wl = 14U;
454 wl = 16U;
457 wl = 18U;
461 wl = 4U;
[all …]
/rk3399_ARM-atf/drivers/nxp/sd/
H A Dsd_mmc.c416 uint32_t wl; in esdhc_set_data_attributes() local
448 wl = (blklen >= BLOCK_LEN_512) ? in esdhc_set_data_attributes()
451 esdhc_out32(&mmc->esdhc_regs->wml, wml | ESDHC_WML_RD_WML(wl)); in esdhc_set_data_attributes()