Searched refs:orig_dsmpl (Results 1 – 1 of 1) sorted by relevance
1301 u32 dsmpl, cur_dsmpl, orig_dsmpl; in msdc_tune_bread() local1309 sdr_get_field(host->base + MSDC_IOCON, MSDC_IOCON_DSPL, &orig_dsmpl); in msdc_tune_bread()1317 cur_dsmpl = (orig_dsmpl + dsmpl) % 2; in msdc_tune_bread()1415 u32 dsmpl, cur_dsmpl, orig_dsmpl; in msdc_tune_bwrite() local1426 sdr_get_field(host->base + MSDC_IOCON, MSDC_IOCON_DSPL, &orig_dsmpl); in msdc_tune_bwrite()1450 cur_dsmpl = (orig_dsmpl + dsmpl) % 2; in msdc_tune_bwrite()