Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/dsi/phy/
Ddsi_phy_28nm.c293 u32 max_reads = 5, timeout_us = 100; in _dsi_pll_28nm_vco_prepare_hpm() local
329 locked = pll_28nm_poll_for_ready(pll_28nm, max_reads, in _dsi_pll_28nm_vco_prepare_hpm()
397 u32 max_reads = 5, timeout_us = 100; in dsi_pll_28nm_vco_prepare_8226() local
434 max_reads, timeout_us); in dsi_pll_28nm_vco_prepare_8226()
472 u32 max_reads = 10, timeout_us = 50; in dsi_pll_28nm_vco_prepare_lp() local
508 locked = pll_28nm_poll_for_ready(pll_28nm, max_reads, timeout_us); in dsi_pll_28nm_vco_prepare_lp()
Ddsi_phy_28nm_8960.c178 int max_reads = 1000, timeout_us = 100; in dsi_pll_28nm_vco_prepare() local
206 locked = pll_28nm_poll_for_ready(pll_28nm, max_reads, timeout_us); in dsi_pll_28nm_vco_prepare()
/linux-6.12.1/drivers/net/ipa/data/
Dipa_data-v3.5.1.c49 .max_reads = 8,
53 .max_reads = 12,
Dipa_data-v4.5.c50 .max_reads = 0, /* no limit (hardware max) */
55 .max_reads = 12,
Dipa_data-v5.0.c54 .max_reads = 0, /* no limit (hardware max) */
59 .max_reads = 0, /* no limit (hardware max) */
Dipa_data-v5.5.c54 .max_reads = 12,
59 .max_reads = 8,
Dipa_data-v3.1.c58 .max_reads = 8,
62 .max_reads = 8,
Dipa_data-v4.2.c42 .max_reads = 12,
Dipa_data-v4.7.c44 .max_reads = 0, /* no limit (hardware max) */
Dipa_data-v4.11.c46 .max_reads = 13,
Dipa_data-v4.9.c47 .max_reads = 0, /* no limit (hardware max) */
/linux-6.12.1/drivers/net/ipa/
Dipa_data.h66 u8 max_reads; member
Dipa_main.c315 val = reg_encode(reg, GEN_QMB_0_MAX_READS, data0->max_reads); in ipa_hardware_config_qsb()
320 val = reg_encode(reg, GEN_QMB_1_MAX_READS, data1->max_reads); in ipa_hardware_config_qsb()
/linux-6.12.1/drivers/mtd/nand/raw/
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()