Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/mt7621-mmc/
Dsd.c1304 u32 orig_dat0, orig_dat1, orig_dat2, orig_dat3; in msdc_tune_bread() local
1366 orig_dat3 = (cur_rxdly0 >> 0) & 0x1F; in msdc_tune_bread()
1375 orig_dat3 = (cur_rxdly0 >> 24) & 0x1F; in msdc_tune_bread()
1386 cur_dat3 = (dcrc & (1 << 3) || dcrc & (1 << 11)) ? ((orig_dat3 + 1) % 32) : orig_dat3; in msdc_tune_bread()
1391 cur_dat3 = (dcrc & (1 << 3)) ? ((orig_dat3 + 1) % 32) : orig_dat3; in msdc_tune_bread()
1417 u32 orig_dat0, orig_dat1, orig_dat2, orig_dat3; in msdc_tune_bwrite() local
1437 orig_dat3 = (cur_rxdly0 >> 0) & 0x1F; in msdc_tune_bwrite()
1442 orig_dat3 = (cur_rxdly0 >> 24) & 0x1F; in msdc_tune_bwrite()
1490 cur_dat3 = orig_dat3; in msdc_tune_bwrite()