Home
last modified time | relevance | path

Searched refs:cur_dsmpl (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/mt7621-mmc/
Dsd.c1301 u32 dsmpl, cur_dsmpl, orig_dsmpl; in msdc_tune_bread() local
1317 cur_dsmpl = (orig_dsmpl + dsmpl) % 2; in msdc_tune_bread()
1323 cur_dsmpl); in msdc_tune_bread()
1342 readl(host->base + MSDC_DAT_RDDLY1), cur_dsmpl); in msdc_tune_bread()
1415 u32 dsmpl, cur_dsmpl, orig_dsmpl; in msdc_tune_bwrite() local
1450 cur_dsmpl = (orig_dsmpl + dsmpl) % 2; in msdc_tune_bwrite()
1456 MSDC_IOCON_DSPL, cur_dsmpl); in msdc_tune_bwrite()
1469 cur_dsmpl, cur_wrrdly, cur_rxdly0); in msdc_tune_bwrite()