| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | cs35l34.txt | 28 - cirrus,boost-peak-milliamp : Boost converter peak current limit in mA. The 61 cirrus,boost-peak-milliamp = <3000>; /* 3A */
|
| H A D | cs35l36.txt | 18 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA. 19 Configures the peak current by monitoring the current through the boost FET. 149 cirrus,boost-peak-milliamp = <4500>;
|
| H A D | tas2770.txt | 4 efficiently driving high peak power into small loudspeakers.
|
| H A D | tas2562.txt | 4 efficiently driving high peak power into small loudspeakers.
|
| H A D | cs35l35.txt | 60 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA. 61 Configures the peak current by monitoring the current through the boost FET.
|
| H A D | tas2562.yaml | 15 efficiently driving high peak power into small loudspeakers.
|
| H A D | tas2770.yaml | 15 efficiently driving high peak power into small loudspeakers.
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/qcom/ |
| H A D | sdm845.dtsi | 467 opp-peak-kBps = <800000 4800000>; 472 opp-peak-kBps = <800000 4800000>; 477 opp-peak-kBps = <800000 6451200>; 482 opp-peak-kBps = <800000 6451200>; 4019 opp-peak-kBps = <7216000>; 4025 opp-peak-kBps = <7216000>; 4031 opp-peak-kBps = <6220000>; 4037 opp-peak-kBps = <6220000>; 4043 opp-peak-kBps = <4068000>; 4049 opp-peak-kBps = <2724000>; [all …]
|
| H A D | sc7180.dtsi | 400 opp-peak-kBps = <1200000 4800000>; 405 opp-peak-kBps = <1200000 4800000>; 410 opp-peak-kBps = <1200000 4800000>; 415 opp-peak-kBps = <1804000 8908800>; 1898 opp-peak-kBps = <8532000>; 1904 opp-peak-kBps = <7216000>; 1910 opp-peak-kBps = <5412000>; 1916 opp-peak-kBps = <5412000>; 1922 opp-peak-kBps = <3072000>; 1928 opp-peak-kBps = <3072000>; [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/msm/ |
| H A D | gpu.txt | 121 opp-peak-kBps = <5412000>; 127 opp-peak-kBps = <3072000>; 133 opp-peak-kBps = <3072000>; 139 opp-peak-kBps = <1804000>;
|
| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_tm.c | 384 if (params->peak.rate < MRVL_RATE_MIN || in mrvl_shaper_profile_add() 385 params->peak.rate > priv->rate_max) in mrvl_shaper_profile_add() 390 if (params->peak.size < MRVL_BURST_MIN || in mrvl_shaper_profile_add() 391 params->peak.size > MRVL_BURST_MAX) in mrvl_shaper_profile_add() 825 node->profile->params.peak.rate * 8 / 1000; in mrvl_hierarchy_commit() 827 node->profile->params.peak.size / 1000; in mrvl_hierarchy_commit() 856 node->profile->params.peak.rate * 8 / 1000; in mrvl_hierarchy_commit() 859 node->profile->params.peak.size / 1000; in mrvl_hierarchy_commit()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_tm.c | 221 if (param->peak.rate) in shaper_config_to_nix() 234 if (param->peak.size) in shaper_config_to_nix() 1753 if (profile->params.peak.rate && in nix_tm_shaper_profile_update_min() 1754 profile->params.peak.rate < rate_min) in nix_tm_shaper_profile_update_min() 1755 rate_min = profile->params.peak.rate; in nix_tm_shaper_profile_update_min() 2147 if (params->peak.size || params->peak.rate) { in otx2_nix_tm_shaper_profile_add() 2148 if (params->peak.size < MIN_SHAPER_BURST || in otx2_nix_tm_shaper_profile_add() 2183 params->peak.rate * 8, in otx2_nix_tm_shaper_profile_add() 2184 params->peak.size, in otx2_nix_tm_shaper_profile_add() 2191 profile->params.peak.rate = profile->params.peak.rate * 8; in otx2_nix_tm_shaper_profile_add() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | meson8b-ec100.dts | 147 * Silergy SY8089AAC-GP 2A continuous, 3A peak, 1MHz 180 * Silergy SY8089AAC-GP 2A continuous, 3A peak, 1MHz 195 * Silergy SY8089AAC-GP 2A continuous, 3A peak, 1MHz 230 * Silergy SY8089AAC-GP 2A continuous, 3A peak, 1MHz
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/ |
| H A D | envelope-detector.txt | 3 The DAC is used to find the peak level of an alternating voltage input
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_tm.c | 983 if (profile->peak.rate == 0 || in shaper_profile_check() 984 profile->peak.rate >= UINT32_MAX) in shaper_profile_check() 992 if (profile->peak.size == 0 || in shaper_profile_check() 993 profile->peak.size >= UINT32_MAX) in shaper_profile_check() 2138 nt->shaper_profile->params.peak.rate; in pipe_profile_build() 2441 sp->tc_rate[i] = ssp->params.peak.rate; in subport_profile_build() 3040 profile1.tb_rate = sp->params.peak.rate; in update_subport_rate() 3041 profile1.tb_size = sp->params.peak.size; in update_subport_rate() 3089 profile1.tb_rate = sp->params.peak.rate; in update_pipe_rate() 3090 profile1.tb_size = sp->params.peak.size; in update_pipe_rate() [all …]
|
| H A D | rte_eth_softnic_cli.c | 240 if (softnic_parser_read_uint64(&sp.peak.rate, tokens[6]) != 0) { in cmd_tmgr_shaper_profile() 250 if (softnic_parser_read_uint64(&sp.peak.size, tokens[8]) != 0) { in cmd_tmgr_shaper_profile()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_tm.c | 236 if (profile->peak.size) { in i40e_shaper_profile_param_check() 899 bw = pf->tm_conf.root->shaper_profile->profile.peak.rate; in i40e_hierarchy_commit() 906 tm_node->shaper_profile->profile.peak.rate) { in i40e_hierarchy_commit() 951 bw = tm_node->shaper_profile->profile.peak.rate; in i40e_hierarchy_commit() 965 bw = tm_node->shaper_profile->profile.peak.rate; in i40e_hierarchy_commit()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_tm.c | 245 if (profile->peak.size) { in ixgbe_shaper_profile_param_check() 1007 tm_conf->root->shaper_profile->profile.peak.rate) { in ixgbe_hierarchy_commit() 1016 tm_node->shaper_profile->profile.peak.rate) { in ixgbe_hierarchy_commit() 1026 bw = tm_node->shaper_profile->profile.peak.rate; in ixgbe_hierarchy_commit()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/ |
| H A D | leds-is31fl319x.txt | 38 will always have its peak value equal to led-max-microamp.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | traffic_management.rst | 93 effectively disables this bucket. The peak bucket is used to limit the rate 95 committed and the peak token buckets. The rate of the peak bucket has to be
|
| H A D | metrics_lib.rst | 175 average and peak bit-rates for each active port (i.e. network device).
|
| /f-stack/freebsd/contrib/device-tree/Bindings/opp/ |
| H A D | opp.txt | 90 - opp-peak-kBps: Peak bandwidth in kilobytes per second, expressed as an array 92 peak bandwidth value of each interconnect path. The number of elements should 144 meaningful in OPP tables where opp-peak-kBps is present.
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_tm.h | 1049 struct rte_tm_token_bucket peak; member
|
| /f-stack/dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_tm.c | 733 rate = profile->peak.rate; in ipn3ke_tm_shaper_parame_trans() 775 if (profile->peak.rate == 0 || in ipn3ke_tm_shaper_profile_add() 776 profile->peak.rate > IPN3KE_TM_SHAPER_PEAK_RATE_MAX) in ipn3ke_tm_shaper_profile_add() 784 if (profile->peak.size != 0) in ipn3ke_tm_shaper_profile_add()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_tm.c | 907 sp.peak.rate = res->peak_tb_rate; in cmd_add_port_tm_node_shaper_profile_parsed() 908 sp.peak.size = res->peak_tb_size; in cmd_add_port_tm_node_shaper_profile_parsed()
|