Searched refs:rate (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7800-V1.0.2.28/target/linux/ramips/files/arch/mips/ralink/rt305x/
H A Dclock.c23 unsigned long rate; member in struct:clk
42 rt305x_cpu_clk.rate = 320000000;
45 rt305x_cpu_clk.rate = 384000000;
48 rt305x_sys_clk.rate = rt305x_cpu_clk.rate / 3;
49 rt305x_uart_clk.rate = rt305x_sys_clk.rate;
50 rt305x_wdt_clk.rate = rt305x_sys_clk.rate;
56 rt305x_cpu_clk.rate
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/arch/mips/ralink/rt288x/
H A Dclock.c23 unsigned long rate; member in struct:clk
40 rt288x_cpu_clk.rate = 250000000;
43 rt288x_cpu_clk.rate = 266666667;
46 rt288x_cpu_clk.rate = 280000000;
49 rt288x_cpu_clk.rate = 300000000;
53 rt288x_sys_clk.rate = rt288x_cpu_clk.rate / 2;
54 rt288x_uart_clk.rate = rt288x_sys_clk.rate;
55 rt288x_wdt_clk.rate
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/arch/mips/ralink/rt3883/
H A Dclock.c23 unsigned long rate; member in struct:clk
44 rt3883_cpu_clk.rate = 250000000;
45 rt3883_sys_clk.rate = (ddr2) ? 125000000 : 83000000;
48 rt3883_cpu_clk.rate = 384000000;
49 rt3883_sys_clk.rate = (ddr2) ? 128000000 : 96000000;
52 rt3883_cpu_clk.rate = 480000000;
53 rt3883_sys_clk.rate = (ddr2) ? 160000000 : 120000000;
56 rt3883_cpu_clk.rate = 500000000;
57 rt3883_sys_clk.rate = (ddr2) ? 166000000 : 125000000;
61 rt3883_wdt_clk.rate
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/sound/soc/ath79/
H A Dath79-i2s-pll.h20 int rate; /* Stream frequency */ member in struct:ath79_pll_config
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/include/asm/
H A Dubi32-pcm.h27 * This function is called when the sample rate has changed
29 typedef int (*ubi32_pcm_set_rate_fn_t)(void *appdata, int rate);
H A Dubi32-cs4384.h38 int rate; member in struct:ubi32_cs4384_mclk_entry
41 * The divider to program to get the rate
/netgear-R7800-V1.0.2.28/target/linux/adm5120/files/arch/mips/adm5120/common/
H A Dclock.c27 unsigned long rate; member in struct:clk
31 .rate = ADM5120_UART_CLOCK
58 return clk->rate;
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/oprofile/
H A DipProf.h31 volatile unsigned short rate; /* What is the sampling rate? */ member in struct:profilenode
/netgear-R7800-V1.0.2.28/package/qdiscman/files/
H A Dqdiscman-nss.sh11 local rate=$(sb_get_zone_rate ${dev} ${zone})
17 nssbf rate 1000mbit burst 1000kb quantum ${weight} mtu 1514
21 if [ -n "${rate}" ] && [ "${rate}" -gt 0 ]; then
26 let burst=${rate}/10
30 nsstbl rate ${rate} burst ${burst} mtu 1514
52 nssbf rate 1000mbit burst 1000kb \
60 nssbf rate 1000mbit burst 1000kb \
66 # Note: this only sets a default rate o
[all...]
H A Dqdiscman.sh10 local rate=$(sb_get_zone_rate ${dev} ${zone})
17 if [ -n "${rate}" ] && [ "${rate}" -gt 0 ]; then
22 ul rate ${rate}
52 # Note: this only sets a default rate on the root class, not necessarily the
53 # correct rate; qdiscman handles this when it starts up
155 ul rate ${GUEST_BANDWIDTH_LIMIT:-5mbit}
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-ip7k/
H A Dboard-ip7500av.c90 .rate = 12288000,
94 .rate = 11289600,
232 unsigned int rate = ip7500av_cs4384_mclk_entries[i].rate / 1000; local
233 div = ((freq / rate) + 500) / 1000;
235 printk("CS4384 mclk %d rate %u000Hz div %u act %u\n", i, rate, div, freq / div);
/netgear-R7800-V1.0.2.28/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/
H A Dclock.c26 int (*set_rate)(struct clk *clk, unsigned long rate);
33 unsigned long rate; /* clock rate in Hz */ member in struct:clk
98 .rate = 50 * MHZ,
221 if (clk->rate)
222 return clk->rate;
261 clk_cpu.rate = cpu_freq * KHZ;
265 clk_sdram.rate = 100 * MHZ;
267 clk_sdram.rate = 133 * MHZ;
269 pr_info("SDRAM frequency: %lu (MHz)\n", clk_sdram.rate / MH
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/nss_qdisc/
H A Dnss_tbl.c21 u32 rate; /* Limiting rate of TBL */ member in struct:nss_tbl_sched_data
22 u32 peakrate; /* Maximum rate to control bursts */
130 q->rate = qopt->rate;
131 nss_qdisc_info("Rate = %u", qopt->rate);
140 nim.msg.shaper_configure.config.msg.shaper_node_config.snc.tbl_param.lap_cir.rate = q->rate;
144 nim.msg.shaper_configure.config.msg.shaper_node_config.snc.tbl_param.lap_pir.rate = q->peakrate;
200 .rate
[all...]
H A Dnss_htb.c32 u32 rate; /* Allowed bandwidth for this class */ member in struct:nss_htb_class_data
46 u16 r2q; /* The rate to quantum conversion ratio */
235 if (qopt->rate && !qopt->burst) {
236 nss_qdisc_error("%s: burst needed if rate is non zero - class %x\n", __func__, classid);
253 cl->rate = qopt->rate;
268 * One, use r2q and rate to figure out the quantum. Else,
271 if (q->r2q && cl->rate) {
272 cl->quantum = (cl->rate / q->r2q) / 8;
274 "Setting quantum to %uB based on r2q %u and rate
[all...]
H A Dnss_bf.c25 u32 rate; /* Allowed bandwidth for this class */ member in struct:nss_bf_class_data
175 cl->rate = qopt->rate;
206 nim_config.msg.shaper_configure.config.msg.shaper_node_config.snc.bf_group_param.lap.rate = cl->rate;
211 nss_qdisc_info("Rate = %u Burst = %u MTU = %u Quantum = %u\n", cl->rate, cl->burst, cl->mtu, cl->quantum);
471 qopt.rate = cl->rate;
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-common/
H A Dprofile.h56 volatile u32_t rate; /* What is the sampling rate? */ member in struct:profilenode
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/sound/ubicom32/
H A Dubi32.h37 typedef int (*set_rate_t)(struct ubi32_snd_priv *priv, int rate);
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/spi/
H A Dspi-ramips.c116 u32 rate; local
126 rate = DIV_ROUND_UP(rs->sys_freq, speed);
127 spi_debug("%s: rate-1:%u\n", __func__, rate);
128 rate = roundup_pow_of_two(rate);
129 spi_debug("%s: rate-2:%u\n", __func__, rate);
132 if (rate > 128)
135 if (rate <
[all...]
/netgear-R7800-V1.0.2.28/package/qca-ssdk-shell/src/src/fal_uk/
H A Dfal_rate.c114 a_uint32_t * rate)
119 (a_uint32_t) rate);
125 a_uint32_t * rate)
130 (a_uint32_t) rate);
113 fal_storm_ctrl_rate_set(a_uint32_t dev_id, fal_port_t port_id, a_uint32_t * rate) argument
124 fal_storm_ctrl_rate_get(a_uint32_t dev_id, fal_port_t port_id, a_uint32_t * rate) argument
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/profiler/
H A Dprofilenode.h93 uint32_t rate; // sampling rate member in struct:profile_session
122 * buffer to store one 1s samples. For higher sampling rate, either kernel needs more buffers
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_profiler.h43 NSS_PROFILER_CHANGE_SIMPLING_RATE_MSG, /**< H2N: iask to do rate change */
76 uint32_t rate; /**< sampling rate */ member in struct:nss_profiler_cmd_param
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/include/fal/
H A Dfal_rate.h96 a_uint32_t * rate);
102 a_uint32_t * rate);
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/src/fal/
H A Dfal_rate.c165 a_uint32_t * rate)
175 rv = p_api->storm_ctrl_rate_set(dev_id, port_id, rate);
182 a_uint32_t * rate)
192 rv = p_api->storm_ctrl_rate_get(dev_id, port_id, rate);
393 * @brief Set queue egress rate limit status on one particular port and queue.
398 * When disable queue egress rate limit input parameter speed is meaningless.
402 * @param speed rate limit speed
420 * @brief Get queue egress rate limit status on one particular port and queue.
424 * @param[out] speed rate limit speed
442 * @brief Set port egress rate limi
164 _fal_storm_ctrl_rate_set(a_uint32_t dev_id, fal_port_t port_id, a_uint32_t * rate) argument
181 _fal_storm_ctrl_rate_get(a_uint32_t dev_id, fal_port_t port_id, a_uint32_t * rate) argument
586 fal_storm_ctrl_rate_set(a_uint32_t dev_id, fal_port_t port_id, a_uint32_t * rate) argument
605 fal_storm_ctrl_rate_get(a_uint32_t dev_id, fal_port_t port_id, a_uint32_t * rate) argument
[all...]
/netgear-R7800-V1.0.2.28/package/qca-ssdk-shell/src/include/fal/
H A Dfal_rate.h96 a_uint32_t * rate);
102 a_uint32_t * rate);
/netgear-R7800-V1.0.2.28/package/angular-ozker/
H A DMakefile44 cp $(PKG_BUILD_DIR)/angular-rate.js $(1)/www/js/

Completed in 99 milliseconds

12