| /OK3568_Linux_fs/kernel/arch/mips/boot/dts/cavium-octeon/ |
| H A 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>;
|
| H A 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>;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mips/cavium/ |
| H A 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>;
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | davinci_emac.c | 543 dv_reg dly = 0xff; in davinci_eth_ch_teardown() local 559 dly--; in davinci_eth_ch_teardown() 561 if (dly == 0) in davinci_eth_ch_teardown() 578 dly--; in davinci_eth_ch_teardown() 580 if (dly == 0) in davinci_eth_ch_teardown()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_vop2_reg.c | 2397 .dly = { 27, 45, 48 }, 2426 .dly = { 27, 45, 48 }, 2455 .dly = { 27, 45, 48 }, 2484 .dly = { 27, 45, 48 }, 2510 .dly = { 27, 27, 21 }, 2578 .dly = { 27, 45, 48 }, 2604 .dly = { 27, 45, 48 }, 2630 .dly = { 27, 45, 48 }, 2656 .dly = { 27, 45, 48 }, 2698 .dly = { 20, 47, 41 }, [all …]
|
| H A D | rockchip_drm_vop2.c | 464 const uint8_t *dly; member 7631 int dly = 0x0; in vop3_setup_pipe_dly() local 7687 dly = vpstate->hdr_in ? hdr_win_dly : sdr_win_dly; in vop3_setup_pipe_dly() 7690 dly |= dly << 8; in vop3_setup_pipe_dly() 7692 VOP_CTRL_SET(vop2, win_dly[win->phys_id], dly); in vop3_setup_pipe_dly() 9252 uint32_t dly; in vop2_setup_dly_for_window() local 9270 dly = win->dly[VOP2_DLY_MODE_HISO_S]; in vop2_setup_dly_for_window() 9271 dly += vp->bg_ovl_dly; in vop2_setup_dly_for_window() 9273 dly = win->dly[VOP2_DLY_MODE_HIHO_H]; in vop2_setup_dly_for_window() 9274 dly -= vp->bg_ovl_dly; in vop2_setup_dly_for_window() [all …]
|
| H A D | rockchip_drm_vop.h | 1065 const uint8_t dly[VOP2_DLY_MODE_MAX]; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_ch_info.h | 95 bool halbb_ch_info_wait_from_physts(struct bb_info *bb, u32 dly, u32 dly_max,
|
| H A D | halbb_ch_info.c | 29 bool halbb_ch_info_wait_from_physts(struct bb_info *bb, u32 dly, u32 dly_max, in halbb_ch_info_wait_from_physts() argument 38 BB_DBG(bb, DBG_IC_API, "dly=%d, dly_max=%d ms\n", dly, dly_max); in halbb_ch_info_wait_from_physts() 53 halbb_delay_ms(bb, dly); in halbb_ch_info_wait_from_physts() 54 wait_time += dly; in halbb_ch_info_wait_from_physts()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_ch_info.h | 95 bool halbb_ch_info_wait_from_physts(struct bb_info *bb, u32 dly, u32 dly_max,
|
| H A D | halbb_ch_info.c | 29 bool halbb_ch_info_wait_from_physts(struct bb_info *bb, u32 dly, u32 dly_max, in halbb_ch_info_wait_from_physts() argument 38 BB_DBG(bb, DBG_IC_API, "dly=%d, dly_max=%d ms\n", dly, dly_max); in halbb_ch_info_wait_from_physts() 53 halbb_delay_ms(bb, dly); in halbb_ch_info_wait_from_physts() 54 wait_time += dly; in halbb_ch_info_wait_from_physts()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | meson-gx-mmc.c | 514 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()
|
| H A D | sdhci-pci-core.c | 1057 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()
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/soc/mediatek/ |
| H A D | mtk-pmic-wrap.c | 1325 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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/ |
| H A D | qat_hal.c | 1197 const unsigned short gprnum = 0, dly = num_inst * 0x5; in qat_hal_put_rel_wr_xfer() local 1235 code_off, dly, NULL); in qat_hal_put_rel_wr_xfer()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx31/ |
| H A D | imx-regs.h | 527 u32 dly[5]; member
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 4993 …�����������������������������������������gJ��������������������ʳ�q�������Ճ<dly~Uh�r:/BDFMMT[Np����…
|