Home
last modified time | relevance | path

Searched refs:tolerance (Results 26 – 50 of 133) sorted by relevance

123456

/openbmc/linux/net/tipc/
H A Dib_media.c98 .tolerance = TIPC_DEF_LINK_TOL,
H A Deth_media.c92 .tolerance = TIPC_DEF_LINK_TOL,
H A Dlink.c164 u32 tolerance; member
270 int tolerance, int priority,
362 return l->tolerance; in tipc_link_tolerance()
537 l->tolerance = tolerance; in tipc_link_create()
539 bc_rcvlink->tolerance = tolerance; in tipc_link_create()
1232 msecs_to_jiffies(r->tolerance * 10))) in link_retransmit_failure()
1858 int tolerance, int priority, in tipc_link_build_proto_msg() argument
2255 l->tolerance = peers_tol; in tipc_link_proto_rcv()
2303 l->tolerance = peers_tol; in tipc_link_proto_rcv()
2888 l->tolerance = tol; in tipc_link_set_tolerance()
[all …]
H A Dbearer.c336 b->tolerance = m->tolerance; in tipc_enable_bearer()
843 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, bearer->tolerance)) in __tipc_nl_add_bearer()
1144 b->tolerance = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in __tipc_nl_bearer_set()
1208 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, media->tolerance)) in __tipc_nl_add_media()
1341 m->tolerance = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in __tipc_nl_media_set()
/openbmc/linux/include/linux/
H A Dtime32.h36 s32 tolerance; member
/openbmc/linux/drivers/media/rc/img-ir/
H A Dimg-ir-sharp.c80 .tolerance = 20, /* 20% */
H A Dimg-ir-hw.h167 unsigned int tolerance; member
/openbmc/linux/drivers/hwmon/
H A Dw83l786ng.c134 u8 tolerance[2]; member
207 data->tolerance[0] = reg_tmp & 0x0f; in w83l786ng_update_device()
208 data->tolerance[1] = (reg_tmp >> 4) & 0x0f; in w83l786ng_update_device()
578 return sprintf(buf, "%ld\n", (long)data->tolerance[nr]); in show_tolerance()
601 data->tolerance[nr] = tol_tmp; in store_tolerance()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-chilisom.dtsi79 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
88 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
H A Dam335x-shc.dts26 * tolerance value is reduced to 2% from 4% and
34 voltage-tolerance = <2>; /* 2 percentage */
274 * +/-4% tolerance
289 * +/-4% tolerance
H A Dam335x-igep0033.dtsi246 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
255 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
/openbmc/u-boot/arch/arm/dts/
H A Dam335x-shc.dts26 * tolerance value is reduced to 2% from 4% and
34 voltage-tolerance = <2>; /* 2 percentage */
275 * +/-4% tolerance
290 * +/-4% tolerance
H A Dam335x-chilisom.dtsi82 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
91 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
H A Dam335x-igep0033.dtsi269 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
278 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
/openbmc/linux/kernel/time/
H A Dtime.c302 txc->tolerance = tx32.tolerance; in get_old_timex32()
331 tx32.tolerance = txc->tolerance; in put_old_timex32()
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Dlirc-get-rec-resolution.rst40 tolerance value.
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clock_source.c196 uint32_t tolerance) in calc_fb_divider_checking_tolerance() argument
231 if (abs_err <= tolerance) { in calc_fb_divider_checking_tolerance()
258 uint32_t tolerance; in calc_pll_dividers_in_range() local
262 tolerance = (pll_settings->adjusted_pix_clk_100hz * err_tolerance) / in calc_pll_dividers_in_range()
264 if (tolerance < CALC_PLL_CLK_SRC_ERR_TOLERANCE) in calc_pll_dividers_in_range()
265 tolerance = CALC_PLL_CLK_SRC_ERR_TOLERANCE; in calc_pll_dividers_in_range()
280 tolerance)) { in calc_pll_dividers_in_range()
/openbmc/openbmc/poky/meta/lib/
H A Dbuildstats.py65 self.tolerance = 0.01
66 self.min_seconds = 1.0 - self.tolerance
/openbmc/linux/Documentation/devicetree/bindings/serial/
H A Dnvidia,tegra20-hsuart.yaml70 Standard UART devices are expected to have tolerance for baud rate error by -4 to +4 %. All
72 issue. UART RX baud rate tolerance level is 0% to +4% in 1-stop config. Otherwise, the
/openbmc/openbmc-test-automation/lib/
H A Dfan_utils.robot259 [Arguments] ${tolerance} ${fan_names}
262 # tolerance The speed tolerance criteria.
263 # A tolerance value of .15 means that the fan's speed
273 # Calculate tolerance, which is a % of the target speed.
274 ${tolerance_value}= Evaluate ${tolerance}*${target_speed}
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/kronosnet/
H A Dkronosnet_1.24.bb6 fault tolerance and fast fail-over are the core requirements of your application."
/openbmc/linux/Documentation/filesystems/
H A Dbtrfs.rst8 features while focusing on fault tolerance, repair and easy administration.
/openbmc/linux/Documentation/ABI/removed/
H A Dsysfs-mce20 defies normal kernel locking rules. The tolerance level
/openbmc/linux/Documentation/hwmon/
H A Dw83l786ng.rst65 tolerance[1-2]
H A Dw83793.rst89 predefined value, within a tolerance margin. So if tempX_input >
92 the PWM value. If the temperature is within the tolerance range, the PWM

123456