Home
last modified time | relevance | path

Searched refs:orig_dat1 (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
1364 orig_dat1 = (cur_rxdly0 >> 16) & 0x1F; in msdc_tune_bread()
1373 orig_dat1 = (cur_rxdly0 >> 8) & 0x1F; in msdc_tune_bread()
1384 cur_dat1 = (dcrc & (1 << 1) || dcrc & (1 << 9)) ? ((orig_dat1 + 1) % 32) : orig_dat1; in msdc_tune_bread()
1389 cur_dat1 = (dcrc & (1 << 1)) ? ((orig_dat1 + 1) % 32) : orig_dat1; in msdc_tune_bread()
1417 u32 orig_dat0, orig_dat1, orig_dat2, orig_dat3; in msdc_tune_bwrite() local
1435 orig_dat1 = (cur_rxdly0 >> 16) & 0x1F; in msdc_tune_bwrite()
1440 orig_dat1 = (cur_rxdly0 >> 8) & 0x1F; in msdc_tune_bwrite()
1488 cur_dat1 = orig_dat1; in msdc_tune_bwrite()