Home
last modified time | relevance | path

Searched refs:bandwidth (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/openbmc/linux/arch/arm64/boot/dts/microchip/
H A Dsparx5_pcb135_board.dtsi376 microchip,bandwidth = <1000>;
383 microchip,bandwidth = <1000>;
390 microchip,bandwidth = <1000>;
397 microchip,bandwidth = <1000>;
404 microchip,bandwidth = <1000>;
411 microchip,bandwidth = <1000>;
418 microchip,bandwidth = <1000>;
425 microchip,bandwidth = <1000>;
432 microchip,bandwidth = <1000>;
439 microchip,bandwidth = <1000>;
[all …]
H A Dsparx5_pcb134_board.dtsi718 microchip,bandwidth = <10000>;
728 microchip,bandwidth = <10000>;
737 microchip,bandwidth = <10000>;
746 microchip,bandwidth = <10000>;
755 microchip,bandwidth = <10000>;
764 microchip,bandwidth = <10000>;
773 microchip,bandwidth = <10000>;
782 microchip,bandwidth = <10000>;
791 microchip,bandwidth = <10000>;
800 microchip,bandwidth = <10000>;
[all …]
/openbmc/linux/sound/firewire/
H A Diso-resources.c109 int bandwidth, channel, err; in fw_iso_resources_allocate() local
114 r->bandwidth = packet_bandwidth(max_payload_bytes, speed); in fw_iso_resources_allocate()
128 bandwidth = r->bandwidth + r->bandwidth_overhead; in fw_iso_resources_allocate()
130 &channel, &bandwidth, true); in fw_iso_resources_allocate()
167 int bandwidth, channel; in fw_iso_resources_update() local
181 bandwidth = r->bandwidth + r->bandwidth_overhead; in fw_iso_resources_update()
184 &channel, &bandwidth, true); in fw_iso_resources_update()
214 int bandwidth, channel; in fw_iso_resources_free() local
224 bandwidth = r->bandwidth + r->bandwidth_overhead; in fw_iso_resources_free()
226 &channel, &bandwidth, false); in fw_iso_resources_free()
/openbmc/qemu/tests/migration/guestperf/
H A Dcomparison.py46 post_copy=True, bandwidth=12),
48 post_copy=True, bandwidth=37),
50 post_copy=True, bandwidth=125),
52 post_copy=True, bandwidth=1250),
54 post_copy=True, bandwidth=12500),
88 auto_converge=True, bandwidth=12),
90 auto_converge=True, bandwidth=37),
92 auto_converge=True, bandwidth=125),
94 auto_converge=True, bandwidth=1250),
96 auto_converge=True, bandwidth=12500),
/openbmc/linux/drivers/media/tuners/
H A Dsi2157.c450 u32 bandwidth; in si2157_set_params() local
463 bandwidth = 1700000; in si2157_set_params()
466 bandwidth = 6000000; in si2157_set_params()
469 bandwidth = 6100000; in si2157_set_params()
472 bandwidth = 7000000; in si2157_set_params()
475 bandwidth = 8000000; in si2157_set_params()
555 dev->bandwidth = bandwidth; in si2157_set_params()
562 dev->bandwidth = 0; in si2157_set_params()
577 u32 bandwidth = 0; in si2157_set_analog_params() local
623 bandwidth = 8000000; in si2157_set_analog_params()
[all …]
H A Dmsi001.c37 struct v4l2_ctrl *bandwidth; member
132 unsigned int bandwidth; in msi001_set_tuner() local
175 bandwidth = dev->bandwidth->val; in msi001_set_tuner()
176 bandwidth = clamp(bandwidth, 200000U, 8000000U); in msi001_set_tuner()
179 if (bandwidth <= bandwidth_lut[i].freq) { in msi001_set_tuner()
180 bandwidth = bandwidth_lut[i].val; in msi001_set_tuner()
189 dev->bandwidth->val = bandwidth_lut[i].freq; in msi001_set_tuner()
245 reg |= bandwidth << 14; in msi001_set_tuner()
443 dev->bandwidth = v4l2_ctrl_new_std(&dev->hdl, &msi001_ctrl_ops, in msi001_probe()
H A Dfc0011.c63 u32 bandwidth; member
170 u32 bandwidth = p->bandwidth_hz / 1000; in fc0011_set_params() local
243 switch (bandwidth) { in fc0011_set_params()
251 bandwidth); in fc0011_set_params()
252 bandwidth = 6000; in fc0011_set_params()
431 (unsigned int)bandwidth); in fc0011_set_params()
434 priv->bandwidth = p->bandwidth_hz; in fc0011_set_params()
455 static int fc0011_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) in fc0011_get_bandwidth() argument
459 *bandwidth = priv->bandwidth; in fc0011_get_bandwidth()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dtda826x.c67 u32 bandwidth; in tda826x_set_params() local
78 bandwidth = (878 * ksyms + 6500000) / 1000000 + 1; in tda826x_set_params()
79 if (bandwidth < 5) in tda826x_set_params()
80 bandwidth = 5; in tda826x_set_params()
81 else if (bandwidth > 36) in tda826x_set_params()
82 bandwidth = 36; in tda826x_set_params()
91 buf[5] = ((bandwidth - 5) << 3) | 7; /* baseband cut-off */ in tda826x_set_params()
H A Dstb6100_cfg.h51 static int stb6100_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) in stb6100_get_bandwidth() argument
58 err = tuner_ops->get_bandwidth(fe, bandwidth); in stb6100_get_bandwidth()
67 static int stb6100_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth) in stb6100_set_bandwidth() argument
75 c->bandwidth_hz = bandwidth; in stb6100_set_bandwidth()
H A Dstb6100.c241 static int stb6100_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) in stb6100_get_bandwidth() argument
255 *bandwidth = state->bandwidth = bw * 1000; in stb6100_get_bandwidth()
256 dprintk(verbose, FE_DEBUG, 1, "bandwidth = %u Hz", state->bandwidth); in stb6100_get_bandwidth()
260 static int stb6100_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth) in stb6100_set_bandwidth() argument
266 dprintk(verbose, FE_DEBUG, 1, "set bandwidth to %u Hz", bandwidth); in stb6100_set_bandwidth()
268 bandwidth /= 2; /* ZIF */ in stb6100_set_bandwidth()
270 if (bandwidth >= 36000000) /* F[4:0] BW/2 max =31+5=36 mhz for F=31 */ in stb6100_set_bandwidth()
272 else if (bandwidth <= 5000000) /* bw/2 min = 5Mhz for F=0 */ in stb6100_set_bandwidth()
275 tmp = (bandwidth + 500000) / 1000000 - 5; in stb6100_set_bandwidth()
495 state->bandwidth = 36000000; /* Hz */ in stb6100_init()
H A Dstb6100_proc.h64 static int stb6100_get_bandw(struct dvb_frontend *fe, u32 *bandwidth) in stb6100_get_bandw() argument
74 err = tuner_ops->get_bandwidth(fe, bandwidth); in stb6100_get_bandw()
87 static int stb6100_set_bandw(struct dvb_frontend *fe, u32 bandwidth) in stb6100_set_bandw() argument
95 c->bandwidth_hz = bandwidth; in stb6100_set_bandw()
H A Dstb6000.c71 int bandwidth; in stb6000_set_params() local
83 bandwidth = p->symbol_rate / 1000000; in stb6000_set_params()
85 if (bandwidth > 31) in stb6000_set_params()
86 bandwidth = 31; in stb6000_set_params()
124 buf[6] = (unsigned char)(bandwidth); in stb6000_set_params()
H A Dstv6110.c165 static int stv6110_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth) in stv6110_set_bandwidth() argument
171 if ((bandwidth / 2) > 36000000) /*BW/2 max=31+5=36 mhz for r8=31*/ in stv6110_set_bandwidth()
173 else if ((bandwidth / 2) < 5000000) /* BW/2 min=5Mhz for F=0 */ in stv6110_set_bandwidth()
176 r8 = (bandwidth / 2) / 1000000 - 5; in stv6110_set_bandwidth()
339 u32 bandwidth = carrier_width(c->symbol_rate, c->rolloff); in stv6110_set_params() local
342 stv6110_set_bandwidth(fe, bandwidth); in stv6110_set_params()
347 static int stv6110_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) in stv6110_get_bandwidth() argument
356 *bandwidth = (r8 + 5) * 2000000;/* x2 for ZIF tuner BW/2 = F+5 Mhz */ in stv6110_get_bandwidth()
H A Dcxd2841er.c464 u32 bandwidth);
467 u32 bandwidth);
470 u32 bandwidth);
473 u32 bandwidth);
1182 u32 bandwidth, int *offset) in cxd2841er_get_carrier_offset_i() argument
1203 switch (bandwidth) { in cxd2841er_get_carrier_offset_i()
1215 __func__, bandwidth); in cxd2841er_get_carrier_offset_i()
1220 __func__, bandwidth, *offset); in cxd2841er_get_carrier_offset_i()
1226 u32 bandwidth, int *offset) in cxd2841er_get_carrier_offset_t() argument
1246 *offset *= (bandwidth / 1000000); in cxd2841er_get_carrier_offset_t()
[all …]
/openbmc/linux/net/wireless/
H A Dchan.c449 u32 bandwidth, in cfg80211_set_chans_dfs_state() argument
455 for (freq = center_freq - bandwidth/2 + 10; in cfg80211_set_chans_dfs_state()
456 freq <= center_freq + bandwidth/2 - 10; in cfg80211_set_chans_dfs_state()
490 u32 bandwidth) in cfg80211_get_start_freq() argument
494 bandwidth = MHZ_TO_KHZ(bandwidth); in cfg80211_get_start_freq()
495 if (bandwidth <= MHZ_TO_KHZ(20)) in cfg80211_get_start_freq()
498 start_freq = center_freq - bandwidth / 2 + MHZ_TO_KHZ(10); in cfg80211_get_start_freq()
504 u32 bandwidth) in cfg80211_get_end_freq() argument
508 bandwidth = MHZ_TO_KHZ(bandwidth); in cfg80211_get_end_freq()
509 if (bandwidth <= MHZ_TO_KHZ(20)) in cfg80211_get_end_freq()
[all …]
/openbmc/linux/drivers/firewire/
H A Dcore-iso.c205 int bandwidth, bool allocate) in manage_bandwidth() argument
216 new = allocate ? old - bandwidth : old + bandwidth; in manage_bandwidth()
228 return allocate ? -EAGAIN : bandwidth; in manage_bandwidth()
232 return bandwidth; in manage_bandwidth()
339 u64 channels_mask, int *channel, int *bandwidth, in fw_iso_resource_manage() argument
364 *bandwidth = 0; in fw_iso_resource_manage()
366 if (*bandwidth == 0) in fw_iso_resource_manage()
369 ret = manage_bandwidth(card, irm_id, generation, *bandwidth, allocate); in fw_iso_resource_manage()
371 *bandwidth = 0; in fw_iso_resource_manage()
/openbmc/linux/arch/arm/mach-rpc/include/mach/
H A Dacornfb.h119 unsigned long bandwidth = acornfb_bandwidth(var); in acornfb_vidc20_find_rates() local
122 if (bandwidth > 33334) /* < 30.0MB/s */ in acornfb_vidc20_find_rates()
124 else if (bandwidth > 26666) /* < 37.5MB/s */ in acornfb_vidc20_find_rates()
126 else if (bandwidth > 22222) /* < 45.0MB/s */ in acornfb_vidc20_find_rates()
/openbmc/linux/Documentation/admin-guide/perf/
H A Dhisi-pcie-pmu.rst6 bandwidth, latency, bus utilization and buffer occupancy data of PCIe.
75 "bdf" filter can only be used in bandwidth events, target Endpoint is
76 selected by configuring BDF to "bdf". Counter only counts the bandwidth of
90 only be used in bandwidth events.
104 "thr_mode". This filter can only be used in bandwidth events.
116 When counting bandwidth, the data can be composed of certain parts of TLP
124 For example, "len_mode=2" means only counting the bandwidth of TLP headers
125 and "len_mode=3" means the final bandwidth data is composed of both TLP
H A Dmeson-ddr-pmu.rst7 The Amlogic Meson G12 SoC contains a bandwidth monitor inside DRAM controller.
10 to show if the performance bottleneck is on DDR bandwidth.
55 + Show the total DDR bandwidth per seconds:
62 + Show individual DDR bandwidth from CPU and GPU respectively, as well as
/openbmc/linux/Documentation/scheduler/
H A Dsched-bwc.rst6 This document only discusses CPU bandwidth control for SCHED_NORMAL.
9 CFS bandwidth control is a CONFIG_FAIR_GROUP_SCHED extension which allows the
10 specification of the maximum CPU bandwidth available to a group or hierarchy.
12 The bandwidth allowed for a group is specified using a quota and period. Within
21 cfs_quota units at each period boundary. As threads consume this bandwidth it
30 Traditional (UP-EDF) bandwidth control is something like:
89 bandwidth restriction in place, such a group is described as an unconstrained
90 bandwidth group. This represents the traditional work-conserving behavior for
94 enact the specified bandwidth limit. The minimum quota allowed for the quota or
96 Additional restrictions exist when bandwidth limits are used in a hierarchical
[all …]
/openbmc/linux/drivers/staging/pi433/
H A Drf69.c450 u8 bandwidth; in rf69_set_bandwidth_intern() local
466 bandwidth = rf69_read_reg(spi, reg); in rf69_set_bandwidth_intern()
469 bandwidth = bandwidth & MASK_BW_DCC_FREQ; in rf69_set_bandwidth_intern()
474 bandwidth = bandwidth | BW_MANT_16; in rf69_set_bandwidth_intern()
477 bandwidth = bandwidth | BW_MANT_20; in rf69_set_bandwidth_intern()
480 bandwidth = bandwidth | BW_MANT_24; in rf69_set_bandwidth_intern()
485 bandwidth = bandwidth | exponent; in rf69_set_bandwidth_intern()
488 return rf69_write_reg(spi, reg, bandwidth); in rf69_set_bandwidth_intern()
/openbmc/linux/drivers/media/usb/gspca/
H A Dgspca.c533 u32 bandwidth; in which_bandwidth() local
536 bandwidth = gspca_dev->pixfmt.sizeimage; in which_bandwidth()
540 bandwidth < gspca_dev->pixfmt.width * in which_bandwidth()
542 bandwidth = bandwidth * 3 / 8; /* 0.375 */ in which_bandwidth()
549 bandwidth *= parm.parm.capture.timeperframe.denominator; in which_bandwidth()
550 bandwidth /= parm.parm.capture.timeperframe.numerator; in which_bandwidth()
557 bandwidth *= 15; /* 15 fps */ in which_bandwidth()
559 bandwidth *= 30; /* 30 fps */ in which_bandwidth()
562 gspca_dbg(gspca_dev, D_STREAM, "min bandwidth: %d\n", bandwidth); in which_bandwidth()
563 return bandwidth; in which_bandwidth()
[all …]
/openbmc/linux/Documentation/ABI/removed/
H A Dsysfs-kernel-uids7 to set the cpu bandwidth a user is allowed. This is a
10 shares, then they will get equal CPU bandwidth. Another
13 bandwidth user A will. For more details refer
/openbmc/linux/Documentation/arch/x86/
H A Dresctrl.rst48 bandwidth in MBps
128 Memory bandwidth(MB) subdirectory contains the following files
132 The minimum memory bandwidth percentage which
136 The granularity in which the memory bandwidth
140 available bandwidth control steps are:
151 request different memory bandwidth percentages:
157 bandwidth percentages are directly applied to
179 Configuration (BMEC), then the bandwidth events will
195 changed, the bandwidth counters for all RMIDs of both events
455 Memory bandwidth Allocation and monitoring
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Drf.c13 void rtl92ee_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw, u8 bandwidth) in rtl92ee_phy_rf6052_set_bandwidth() argument
18 switch (bandwidth) { in rtl92ee_phy_rf6052_set_bandwidth()
36 pr_err("unknown bandwidth: %#X\n", bandwidth); in rtl92ee_phy_rf6052_set_bandwidth()

12345678910>>...18