Home
last modified time | relevance | path

Searched refs:orig_dat5 (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
1368 orig_dat5 = (cur_rxdly1 >> 16) & 0x1F; in msdc_tune_bread()
1377 orig_dat5 = (cur_rxdly1 >> 8) & 0x1F; in msdc_tune_bread()
1394 cur_dat5 = (dcrc & (1 << 5)) ? ((orig_dat5 + 1) % 32) : orig_dat5; in msdc_tune_bread()