Home
last modified time | relevance | path

Searched refs:orig_dat2 (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
1365 orig_dat2 = (cur_rxdly0 >> 8) & 0x1F; in msdc_tune_bread()
1374 orig_dat2 = (cur_rxdly0 >> 16) & 0x1F; in msdc_tune_bread()
1385 cur_dat2 = (dcrc & (1 << 2) || dcrc & (1 << 10)) ? ((orig_dat2 + 1) % 32) : orig_dat2; in msdc_tune_bread()
1390 cur_dat2 = (dcrc & (1 << 2)) ? ((orig_dat2 + 1) % 32) : orig_dat2; in msdc_tune_bread()
1417 u32 orig_dat0, orig_dat1, orig_dat2, orig_dat3; in msdc_tune_bwrite() local
1436 orig_dat2 = (cur_rxdly0 >> 8) & 0x1F; in msdc_tune_bwrite()
1441 orig_dat2 = (cur_rxdly0 >> 16) & 0x1F; in msdc_tune_bwrite()
1489 cur_dat2 = orig_dat2; in msdc_tune_bwrite()