Home
last modified time | relevance | path

Searched refs:max_reads (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_28nm.c292 u32 max_reads = 5, timeout_us = 100; in _dsi_pll_28nm_vco_prepare_hpm() local
324 locked = pll_28nm_poll_for_ready(pll_28nm, max_reads, in _dsi_pll_28nm_vco_prepare_hpm()
386 u32 max_reads = 5, timeout_us = 100; in dsi_pll_28nm_vco_prepare_8226() local
420 max_reads, timeout_us); in dsi_pll_28nm_vco_prepare_8226()
455 u32 max_reads = 10, timeout_us = 50; in dsi_pll_28nm_vco_prepare_lp() local
485 locked = pll_28nm_poll_for_ready(pll_28nm, max_reads, timeout_us); in dsi_pll_28nm_vco_prepare_lp()
H A Ddsi_phy_28nm_8960.c183 int max_reads = 1000, timeout_us = 100; in dsi_pll_28nm_vco_prepare() local
211 locked = pll_28nm_poll_for_ready(pll_28nm, max_reads, timeout_us); in dsi_pll_28nm_vco_prepare()
/openbmc/linux/drivers/net/ipa/data/
H A Dipa_data-v3.5.1.c48 .max_reads = 8,
52 .max_reads = 12,
H A Dipa_data-v4.5.c49 .max_reads = 0, /* no limit (hardware max) */
54 .max_reads = 12,
H A Dipa_data-v5.0.c53 .max_reads = 0, /* no limit (hardware max) */
58 .max_reads = 0, /* no limit (hardware max) */
H A Dipa_data-v3.1.c57 .max_reads = 8,
61 .max_reads = 8,
H A Dipa_data-v4.2.c41 .max_reads = 12,
H A Dipa_data-v4.11.c45 .max_reads = 13,
H A Dipa_data-v4.7.c43 .max_reads = 0, /* no limit (hardware max) */
H A Dipa_data-v4.9.c46 .max_reads = 0, /* no limit (hardware max) */
/openbmc/linux/drivers/net/ipa/
H A Dipa_data.h66 u8 max_reads; member
H A Dipa_main.c323 val = reg_encode(reg, GEN_QMB_0_MAX_READS, data0->max_reads); in ipa_hardware_config_qsb()
328 val = reg_encode(reg, GEN_QMB_1_MAX_READS, data1->max_reads); in ipa_hardware_config_qsb()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnandsim.c427 unsigned int max_reads; member
937 unsigned int max_reads; in ns_parse_gravepages() local
950 max_reads = 3; in ns_parse_gravepages()
953 max_reads = simple_strtoul(g, &g, 0); in ns_parse_gravepages()
963 gp->max_reads = max_reads; in ns_parse_gravepages()
975 if (gp->reads_done >= gp->max_reads) in ns_read_error()