Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/cpu/quark/
H A Dsmc.c1360 const struct mrc_timings *mt = &mrc_params->timings; in restore_timings() local
1365 set_rcvn(ch, rk, bl, mt->rcvn[ch][rk][bl]); in restore_timings()
1366 set_rdqs(ch, rk, bl, mt->rdqs[ch][rk][bl]); in restore_timings()
1367 set_wdqs(ch, rk, bl, mt->wdqs[ch][rk][bl]); in restore_timings()
1368 set_wdq(ch, rk, bl, mt->wdq[ch][rk][bl]); in restore_timings()
1371 set_vref(ch, bl, mt->vref[ch][bl]); in restore_timings()
1374 set_wctl(ch, rk, mt->wctl[ch][rk]); in restore_timings()
1376 set_wcmd(ch, mt->wcmd[ch]); in restore_timings()
2283 struct mrc_timings *mt = &mrc_params->timings; in store_timings() local
2288 mt->rcvn[ch][rk][bl] = get_rcvn(ch, rk, bl); in store_timings()
[all …]