Home
last modified time | relevance | path

Searched refs:orig_dat7 (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
1370 orig_dat7 = (cur_rxdly1 >> 0) & 0x1F; in msdc_tune_bread()
1379 orig_dat7 = (cur_rxdly1 >> 24) & 0x1F; in msdc_tune_bread()
1396 cur_dat7 = (dcrc & (1 << 7)) ? ((orig_dat7 + 1) % 32) : orig_dat7; in msdc_tune_bread()