Searched refs:max_reads (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/gpu/drm/msm/dsi/phy/ |
H A D | dsi_phy_28nm.c | 292 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 D | dsi_phy_28nm_8960.c | 183 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 D | ipa_data-v3.5.1.c | 48 .max_reads = 8, 52 .max_reads = 12,
|
H A D | ipa_data-v4.5.c | 49 .max_reads = 0, /* no limit (hardware max) */ 54 .max_reads = 12,
|
H A D | ipa_data-v5.0.c | 53 .max_reads = 0, /* no limit (hardware max) */ 58 .max_reads = 0, /* no limit (hardware max) */
|
H A D | ipa_data-v3.1.c | 57 .max_reads = 8, 61 .max_reads = 8,
|
H A D | ipa_data-v4.2.c | 41 .max_reads = 12,
|
H A D | ipa_data-v4.7.c | 43 .max_reads = 0, /* no limit (hardware max) */
|
H A D | ipa_data-v4.11.c | 45 .max_reads = 13,
|
H A D | ipa_data-v4.9.c | 46 .max_reads = 0, /* no limit (hardware max) */
|
/openbmc/linux/drivers/net/ipa/ |
H A D | ipa_data.h | 66 u8 max_reads; member
|
H A D | ipa_main.c | 323 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 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()
|