Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dmeson-gx-mmc.c514 unsigned int val, dly, max_dly, i; in meson_mmc_resampling_tuning() local
526 dly = FIELD_GET(ADJUST_ADJ_DELAY_MASK, val) + 1; in meson_mmc_resampling_tuning()
528 dly = 0; in meson_mmc_resampling_tuning()
532 val |= FIELD_PREP(ADJUST_ADJ_DELAY_MASK, (dly + i) % max_dly); in meson_mmc_resampling_tuning()
538 (dly + i) % max_dly); in meson_mmc_resampling_tuning()
Dsdhci-pci-core.c1057 u32 dly; in glk_rpm_retune_wa() local
1079 dly = FIELD_PREP(GLK_DLY, FIELD_GET(GLK_PATH_PLL, glk_rx_ctrl1) + in glk_rpm_retune_wa()
1081 if (dly == FIELD_GET(GLK_DLY, glk_rx_ctrl1)) in glk_rpm_retune_wa()
1084 glk_rx_ctrl1 = (glk_rx_ctrl1 & ~GLK_DLY) | dly; in glk_rpm_retune_wa()
/drivers/input/keyboard/
Dtegra-kbc.c252 unsigned long dly; in tegra_kbc_keypress_timer() local
260 dly = (val == 1) ? kbc->repoll_dly : 1; in tegra_kbc_keypress_timer()
261 mod_timer(&kbc->timer, jiffies + msecs_to_jiffies(dly)); in tegra_kbc_keypress_timer()
/drivers/soc/mediatek/
Dmtk-pmic-wrap.c1325 signed char dly[16] = { in pwrap_init_sidly() local
1339 if (dly[pass] < 0) { in pwrap_init_sidly()
1345 pwrap_writel(wrp, dly[pass], PWRAP_SIDLY); in pwrap_init_sidly()
/drivers/crypto/qat/qat_common/
Dqat_hal.c1200 const unsigned short gprnum = 0, dly = num_inst * 0x5; in qat_hal_put_rel_wr_xfer() local
1238 code_off, dly, NULL); in qat_hal_put_rel_wr_xfer()