Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/mt7621-mmc/
Dsd.c1305 u32 orig_dat4, orig_dat5, orig_dat6, orig_dat7; in msdc_tune_bread() local
1369 orig_dat6 = (cur_rxdly1 >> 8) & 0x1F; in msdc_tune_bread()
1378 orig_dat6 = (cur_rxdly1 >> 16) & 0x1F; in msdc_tune_bread()
1395 cur_dat6 = (dcrc & (1 << 6)) ? ((orig_dat6 + 1) % 32) : orig_dat6; in msdc_tune_bread()