Searched refs:max_reads (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/drivers/gpu/drm/msm/dsi/phy/ |
| H A D | dsi_phy_28nm.c | 294 u32 max_reads = 5, timeout_us = 100; in _dsi_pll_28nm_vco_prepare_hpm() local 330 locked = pll_28nm_poll_for_ready(pll_28nm, max_reads, in _dsi_pll_28nm_vco_prepare_hpm() 398 u32 max_reads = 5, timeout_us = 100; in dsi_pll_28nm_vco_prepare_8226() local 435 max_reads, timeout_us); in dsi_pll_28nm_vco_prepare_8226() 473 u32 max_reads = 10, timeout_us = 50; in dsi_pll_28nm_vco_prepare_lp() local 509 locked = pll_28nm_poll_for_ready(pll_28nm, max_reads, timeout_us); in dsi_pll_28nm_vco_prepare_lp()
|
| H A D | dsi_phy_28nm_8960.c | 179 int max_reads = 1000, timeout_us = 100; in dsi_pll_28nm_vco_prepare() local 207 locked = pll_28nm_poll_for_ready(pll_28nm, max_reads, timeout_us); in dsi_pll_28nm_vco_prepare()
|
| /linux-6.15/drivers/net/ipa/data/ |
| H A D | ipa_data-v3.5.1.c | 49 .max_reads = 8, 53 .max_reads = 12,
|
| H A D | ipa_data-v4.5.c | 50 .max_reads = 0, /* no limit (hardware max) */ 55 .max_reads = 12,
|
| H A D | ipa_data-v5.0.c | 54 .max_reads = 0, /* no limit (hardware max) */ 59 .max_reads = 0, /* no limit (hardware max) */
|
| H A D | ipa_data-v5.5.c | 54 .max_reads = 12, 59 .max_reads = 8,
|
| H A D | ipa_data-v3.1.c | 58 .max_reads = 8, 62 .max_reads = 8,
|
| H A D | ipa_data-v4.2.c | 42 .max_reads = 12,
|
| H A D | ipa_data-v4.11.c | 46 .max_reads = 13,
|
| H A D | ipa_data-v4.7.c | 42 .max_reads = 13,
|
| H A D | ipa_data-v4.9.c | 47 .max_reads = 0, /* no limit (hardware max) */
|
| /linux-6.15/drivers/net/ipa/ |
| H A D | ipa_data.h | 66 u8 max_reads; member
|
| H A D | ipa_main.c | 315 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.15/drivers/mtd/nand/raw/ |
| H A D | nandsim.c | 427 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()
|
| /linux-6.15/drivers/staging/gpib/agilent_82357a/ |
| H A D | agilent_82357a.c | 298 static const int max_reads = 62; in agilent_82357a_read_registers() local 300 if (num_reads > max_reads) { in agilent_82357a_read_registers()
|