Home
last modified time | relevance | path

Searched refs:orig_dat0 (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
1363 orig_dat0 = (cur_rxdly0 >> 24) & 0x1F; in msdc_tune_bread()
1372 orig_dat0 = (cur_rxdly0 >> 0) & 0x1F; in msdc_tune_bread()
1383 cur_dat0 = (dcrc & (1 << 0) || dcrc & (1 << 8)) ? ((orig_dat0 + 1) % 32) : orig_dat0; in msdc_tune_bread()
1388 cur_dat0 = (dcrc & (1 << 0)) ? ((orig_dat0 + 1) % 32) : orig_dat0; in msdc_tune_bread()
1417 u32 orig_dat0, orig_dat1, orig_dat2, orig_dat3; in msdc_tune_bwrite() local
1434 orig_dat0 = (cur_rxdly0 >> 24) & 0x1F; in msdc_tune_bwrite()
1439 orig_dat0 = (cur_rxdly0 >> 0) & 0x1F; in msdc_tune_bwrite()
1487 cur_dat0 = (orig_dat0 + rxdly) % 32; /* only adjust bit-1 for crc */ in msdc_tune_bwrite()