Searched refs:cur_s (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dacpuclock-arm11.c276 struct clkctl_acpu_speed *cur_s, *tgt_s, *strt_s; local
280 strt_s = cur_s = drv_state.current_speed;
282 WARN_ONCE(cur_s == NULL, "acpuclk_set_rate: not initialized\n");
283 if (cur_s == NULL)
286 if (rate == (cur_s->a11clk_khz * 1000))
298 if (for_power_collapse && tgt_s->a11clk_khz < cur_s->a11clk_khz) {
299 while (tgt_s->pll != ACPU_PLL_TCXO && tgt_s->pll != cur_s->pll)
318 if (tgt_s->vdd > cur_s->vdd) {
336 while (cur_s != tgt_s) {
342 int d = abs((int)(cur_s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dbaycom_ser_hdx.c220 unsigned char cur_s; local
224 cur_s = inb(MSR(dev->base_addr)) & 0x10; /* the CTS line */
225 hdlcdrv_channelbit(&bc->hdrv, cur_s);
227 (cur_s != bc->modem.ser12.last_sample);
228 bc->modem.ser12.last_sample = cur_s;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c804 unsigned int cur_s = s[sb]; local
813 res = decode_rice(gb, cur_s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c824 unsigned int cur_s = s[sb]; local
833 res = decode_rice(gb, cur_s);

Completed in 113 milliseconds