/linux-6.1.9/drivers/gpu/drm/rockchip/ |
D | rockchip_vop2_reg.c | 155 .dly = { 20, 47, 41 }, 168 .dly = { 20, 47, 41 }, 181 .dly = { 20, 47, 41 }, 194 .dly = { 20, 47, 41 }, 207 .dly = { 0, 27, 21 }, 223 .dly = { 0, 27, 21 },
|
D | rockchip_drm_vop2.c | 1984 u32 dly; in vop2_setup_dly_for_windows() local 1987 dly = win->delay; in vop2_setup_dly_for_windows() 1991 cdly |= FIELD_PREP(RK3568_CLUSTER_DLY_NUM__CLUSTER0_0, dly); in vop2_setup_dly_for_windows() 1992 cdly |= FIELD_PREP(RK3568_CLUSTER_DLY_NUM__CLUSTER0_1, dly); in vop2_setup_dly_for_windows() 1995 cdly |= FIELD_PREP(RK3568_CLUSTER_DLY_NUM__CLUSTER1_0, dly); in vop2_setup_dly_for_windows() 1996 cdly |= FIELD_PREP(RK3568_CLUSTER_DLY_NUM__CLUSTER1_1, dly); in vop2_setup_dly_for_windows() 1999 sdly |= FIELD_PREP(RK3568_SMART_DLY_NUM__ESMART0, dly); in vop2_setup_dly_for_windows() 2002 sdly |= FIELD_PREP(RK3568_SMART_DLY_NUM__ESMART1, dly); in vop2_setup_dly_for_windows() 2005 sdly |= FIELD_PREP(RK3568_SMART_DLY_NUM__SMART0, dly); in vop2_setup_dly_for_windows() 2008 sdly |= FIELD_PREP(RK3568_SMART_DLY_NUM__SMART1, dly); in vop2_setup_dly_for_windows() [all …]
|
D | rockchip_drm_vop2.h | 132 const u8 dly[VOP2_DLY_MODE_MAX]; member
|
/linux-6.1.9/arch/mips/boot/dts/cavium-octeon/ |
D | octeon_3xxx.dtsi | 140 cavium,t-rd-dly = <0>; 157 cavium,t-rd-dly = <0>; 174 cavium,t-rd-dly = <0>; 191 cavium,t-rd-dly = <0>;
|
D | octeon_68xx.dts | 476 cavium,t-rd-dly = <0>; 493 cavium,t-rd-dly = <0>; 510 cavium,t-rd-dly = <0>; 527 cavium,t-rd-dly = <0>;
|
/linux-6.1.9/Documentation/devicetree/bindings/mips/cavium/ |
D | bootbus.txt | 50 - cavium,t-rd-dly: A cell specifying the RD_DLY timing (in nS). 97 cavium,t-rd-dly = <0>; 117 cavium,t-rd-dly = <0>;
|
/linux-6.1.9/drivers/input/keyboard/ |
D | tegra-kbc.c | 252 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()
|
/linux-6.1.9/drivers/mmc/host/ |
D | meson-gx-mmc.c | 530 unsigned int val, dly, max_dly, i; in meson_mmc_resampling_tuning() local 542 dly = FIELD_GET(ADJUST_ADJ_DELAY_MASK, val) + 1; in meson_mmc_resampling_tuning() 544 dly = 0; in meson_mmc_resampling_tuning() 548 val |= FIELD_PREP(ADJUST_ADJ_DELAY_MASK, (dly + i) % max_dly); in meson_mmc_resampling_tuning() 554 (dly + i) % max_dly); in meson_mmc_resampling_tuning()
|
D | sdhci-pci-core.c | 1004 u32 dly; in glk_rpm_retune_wa() local 1026 dly = FIELD_PREP(GLK_DLY, FIELD_GET(GLK_PATH_PLL, glk_rx_ctrl1) + in glk_rpm_retune_wa() 1028 if (dly == FIELD_GET(GLK_DLY, glk_rx_ctrl1)) in glk_rpm_retune_wa() 1031 glk_rx_ctrl1 = (glk_rx_ctrl1 & ~GLK_DLY) | dly; in glk_rpm_retune_wa()
|
/linux-6.1.9/drivers/soc/mediatek/ |
D | mtk-pmic-wrap.c | 1439 signed char dly[16] = { in pwrap_init_sidly() local 1453 if (dly[pass] < 0) { in pwrap_init_sidly() 1459 pwrap_writel(wrp, dly[pass], PWRAP_SIDLY); in pwrap_init_sidly()
|
/linux-6.1.9/drivers/crypto/qat/qat_common/ |
D | qat_hal.c | 1383 const unsigned short gprnum = 0, dly = num_inst * 0x5; in qat_hal_put_rel_wr_xfer() local 1421 code_off, dly, NULL); in qat_hal_put_rel_wr_xfer()
|