Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dexynos_lcd.h52 unsigned int init_delay; member
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e8aa0.c102 u32 init_delay; member
799 msleep(ctx->init_delay); in s6e8aa0_panel_init()
966 of_property_read_u32(np, "init-delay", &ctx->init_delay); in s6e8aa0_parse_dt()
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c385 int i, n, init_delay; in qlcnic_pinit_from_rom() local
510 init_delay = 1; in qlcnic_pinit_from_rom()
514 init_delay = 1000; in qlcnic_pinit_from_rom()
518 msleep(init_delay); in qlcnic_pinit_from_rom()
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_fb.c73 unsigned int init_delay; member
583 priv->init_delay = fdtdec_get_int(blob, node, in exynos_fb_ofdata_to_platdata()
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c417 int i, n, init_delay = 0; in netxen_pinit_from_rom() local
515 init_delay = 1; in netxen_pinit_from_rom()
519 init_delay = 1000; in netxen_pinit_from_rom()
529 msleep(init_delay); in netxen_pinit_from_rom()