Searched refs:cfg (Results 176 - 200 of 1524) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-s5pv210/
H A Dinit.c31 void __init s5pv210_common_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
33 struct s3c2410_uartcfg *tcfg = cfg;
43 s3c24xx_init_uartdevs("s5pv210-uart", s5p_uart_resources, cfg, no);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dcpu-freq.c66 static void s3c_cpufreq_getcur(struct s3c_cpufreq_config *cfg) argument
70 cfg->freq.fclk = fclk = clk_get_rate(clk_fclk);
71 cfg->freq.hclk = hclk = clk_get_rate(clk_hclk);
72 cfg->freq.pclk = pclk = clk_get_rate(clk_pclk);
73 cfg->freq.armclk = armclk = clk_get_rate(clk_arm);
75 cfg->pll.index = __raw_readl(S3C2410_MPLLCON);
76 cfg->pll.frequency = fclk;
78 cfg->freq.hclk_tns = 1000000000 / (cfg->freq.hclk / 10);
80 cfg
84 s3c_cpufreq_calc(struct s3c_cpufreq_config *cfg) argument
104 s3c_cpufreq_show(const char *pfx, struct s3c_cpufreq_config *cfg) argument
115 s3c_cpufreq_setio(struct s3c_cpufreq_config *cfg) argument
121 s3c_cpufreq_calcio(struct s3c_cpufreq_config *cfg) argument
129 s3c_cpufreq_setrefresh(struct s3c_cpufreq_config *cfg) argument
134 s3c_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) argument
139 s3c_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) argument
144 s3c_cpufreq_setfvco(struct s3c_cpufreq_config *cfg) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/
H A Dratelim-internal.h67 * 'cfg'. */
69 const struct ev_token_bucket_cfg *cfg,
72 /** In which tick does 'tv' fall according to 'cfg'? Note that ticks can
75 const struct ev_token_bucket_cfg *cfg);
77 /** Adjust 'bucket' to respect 'cfg', and note that it was last updated in
83 const struct ev_token_bucket_cfg *cfg,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/
H A Dratelim-internal.h67 * 'cfg'. */
69 const struct ev_token_bucket_cfg *cfg,
72 /** In which tick does 'tv' fall according to 'cfg'? Note that ticks can
75 const struct ev_token_bucket_cfg *cfg);
77 /** Adjust 'bucket' to respect 'cfg', and note that it was last updated in
83 const struct ev_token_bucket_cfg *cfg,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/
H A Dratelim-internal.h67 * 'cfg'. */
69 const struct ev_token_bucket_cfg *cfg,
72 /** In which tick does 'tv' fall according to 'cfg'? Note that ticks can
75 const struct ev_token_bucket_cfg *cfg);
77 /** Adjust 'bucket' to respect 'cfg', and note that it was last updated in
83 const struct ev_token_bucket_cfg *cfg,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Ds3c2400.c43 struct s3c2410_uartcfg *cfg)
45 dbg("s3c2400_serial_resetport: port=%p (%08lx), cfg=%p\n",
46 port, port->mapbase, cfg);
48 wr_regl(port, S3C2410_UCON, cfg->ucon);
49 wr_regl(port, S3C2410_ULCON, cfg->ulcon);
53 wr_regl(port, S3C2410_UFCON, cfg->ufcon | S3C2410_UFCON_RESETBOTH);
54 wr_regl(port, S3C2410_UFCON, cfg->ufcon);
42 s3c2400_serial_resetport(struct uart_port *port, struct s3c2410_uartcfg *cfg) argument
H A Ds3c2410.c55 struct s3c2410_uartcfg *cfg)
57 dbg("s3c2410_serial_resetport: port=%p (%08lx), cfg=%p\n",
58 port, port->mapbase, cfg);
60 wr_regl(port, S3C2410_UCON, cfg->ucon);
61 wr_regl(port, S3C2410_ULCON, cfg->ulcon);
65 wr_regl(port, S3C2410_UFCON, cfg->ufcon | S3C2410_UFCON_RESETBOTH);
66 wr_regl(port, S3C2410_UFCON, cfg->ufcon);
54 s3c2410_serial_resetport(struct uart_port *port, struct s3c2410_uartcfg *cfg) argument
H A Ds3c24a0.c59 struct s3c2410_uartcfg *cfg)
61 dbg("s3c24a0_serial_resetport: port=%p (%08lx), cfg=%p\n",
62 port, port->mapbase, cfg);
64 wr_regl(port, S3C2410_UCON, cfg->ucon);
65 wr_regl(port, S3C2410_ULCON, cfg->ulcon);
69 wr_regl(port, S3C2410_UFCON, cfg->ufcon | S3C2410_UFCON_RESETBOTH);
70 wr_regl(port, S3C2410_UFCON, cfg->ufcon);
58 s3c24a0_serial_resetport(struct uart_port *port, struct s3c2410_uartcfg *cfg) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Ds3c2400.c43 struct s3c2410_uartcfg *cfg)
45 dbg("s3c2400_serial_resetport: port=%p (%08lx), cfg=%p\n",
46 port, port->mapbase, cfg);
48 wr_regl(port, S3C2410_UCON, cfg->ucon);
49 wr_regl(port, S3C2410_ULCON, cfg->ulcon);
53 wr_regl(port, S3C2410_UFCON, cfg->ufcon | S3C2410_UFCON_RESETBOTH);
54 wr_regl(port, S3C2410_UFCON, cfg->ufcon);
42 s3c2400_serial_resetport(struct uart_port *port, struct s3c2410_uartcfg *cfg) argument
H A Ds3c2410.c55 struct s3c2410_uartcfg *cfg)
57 dbg("s3c2410_serial_resetport: port=%p (%08lx), cfg=%p\n",
58 port, port->mapbase, cfg);
60 wr_regl(port, S3C2410_UCON, cfg->ucon);
61 wr_regl(port, S3C2410_ULCON, cfg->ulcon);
65 wr_regl(port, S3C2410_UFCON, cfg->ufcon | S3C2410_UFCON_RESETBOTH);
66 wr_regl(port, S3C2410_UFCON, cfg->ufcon);
54 s3c2410_serial_resetport(struct uart_port *port, struct s3c2410_uartcfg *cfg) argument
H A Ds3c24a0.c59 struct s3c2410_uartcfg *cfg)
61 dbg("s3c24a0_serial_resetport: port=%p (%08lx), cfg=%p\n",
62 port, port->mapbase, cfg);
64 wr_regl(port, S3C2410_UCON, cfg->ucon);
65 wr_regl(port, S3C2410_ULCON, cfg->ulcon);
69 wr_regl(port, S3C2410_UFCON, cfg->ufcon | S3C2410_UFCON_RESETBOTH);
70 wr_regl(port, S3C2410_UFCON, cfg->ufcon);
58 s3c24a0_serial_resetport(struct uart_port *port, struct s3c2410_uartcfg *cfg) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/scripts/
H A Dkconfig.pl59 my %cfg = %$_;
61 foreach my $config (keys %cfg) {
63 $config{$config} = $cfg{$config};
105 my $cfg = shift;
106 die "argument error in dump_config" unless ($cfg);
107 my %config = %$cfg;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_csharp/ex_repquote/
H A DRepQuoteEnvironment.cs35 public static RepQuoteEnvironment Open(string home, DatabaseEnvironmentConfig cfg) argument
38 dbEnv.env = DatabaseEnvironment.Open(home, cfg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/common/tuners/
H A Dtda827x.h50 * @param cfg optional callback function pointers.
57 struct tda827x_config *cfg);
62 struct tda827x_config *cfg)
59 tda827x_attach(struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c, struct tda827x_config *cfg) argument
H A Dtda8290.h38 struct tda829x_config *cfg);
49 struct tda829x_config *cfg)
46 tda829x_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c_adap, u8 i2c_addr, struct tda829x_config *cfg) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/s5p-fimc/
H A Dfimc-core.h395 u32 cfg = readl(dev->regs + S5P_CIGCTRL); local
396 cfg |= S5P_CIGCTRL_IRQ_CLR;
397 writel(cfg, dev->regs + S5P_CIGCTRL);
402 u32 cfg = readl(dev->regs + S5P_CISCCTRL); local
403 cfg |= S5P_CISCCTRL_SCALERSTART;
404 writel(cfg, dev->regs + S5P_CISCCTRL);
409 u32 cfg = readl(dev->regs + S5P_CISCCTRL); local
410 cfg &= ~S5P_CISCCTRL_SCALERSTART;
411 writel(cfg, dev->regs + S5P_CISCCTRL);
416 u32 cfg local
423 u32 cfg = readl(dev->regs + S5P_MSCTRL); local
430 u32 cfg = readl(dev->regs + S5P_MSCTRL); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/s5p-fimc/
H A Dfimc-core.h395 u32 cfg = readl(dev->regs + S5P_CIGCTRL); local
396 cfg |= S5P_CIGCTRL_IRQ_CLR;
397 writel(cfg, dev->regs + S5P_CIGCTRL);
402 u32 cfg = readl(dev->regs + S5P_CISCCTRL); local
403 cfg |= S5P_CISCCTRL_SCALERSTART;
404 writel(cfg, dev->regs + S5P_CISCCTRL);
409 u32 cfg = readl(dev->regs + S5P_CISCCTRL); local
410 cfg &= ~S5P_CISCCTRL_SCALERSTART;
411 writel(cfg, dev->regs + S5P_CISCCTRL);
416 u32 cfg local
423 u32 cfg = readl(dev->regs + S5P_MSCTRL); local
430 u32 cfg = readl(dev->regs + S5P_MSCTRL); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dtda827x.h50 * @param cfg optional callback function pointers.
57 struct tda827x_config *cfg);
62 struct tda827x_config *cfg)
59 tda827x_attach(struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c, struct tda827x_config *cfg) argument
H A Dtda8290.h38 struct tda829x_config *cfg);
49 struct tda829x_config *cfg)
46 tda829x_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c_adap, u8 i2c_addr, struct tda829x_config *cfg) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/arch-v32/mm/
H A Dl2cache.c15 reg_l2cache_rw_cfg cfg = {.en = regk_l2cache_yes}; local
25 REG_WR(l2cache, regi_l2cache, rw_cfg, cfg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v32/mm/
H A Dl2cache.c15 reg_l2cache_rw_cfg cfg = {.en = regk_l2cache_yes}; local
25 REG_WR(l2cache, regi_l2cache, rw_cfg, cfg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_csharp/ex_repquote/
H A DRepQuoteEnvironment.cs35 public static RepQuoteEnvironment Open(string home, DatabaseEnvironmentConfig cfg) argument
38 dbEnv.env = DatabaseEnvironment.Open(home, cfg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dlibvpxenc.c89 const struct vpx_codec_enc_cfg *cfg)
98 width, "g_usage:", cfg->g_usage,
99 width, "g_threads:", cfg->g_threads,
100 width, "g_profile:", cfg->g_profile,
101 width, "g_w:", cfg->g_w,
102 width, "g_h:", cfg->g_h,
103 width, "g_timebase:", cfg->g_timebase.num, cfg->g_timebase.den,
104 width, "g_error_resilient:", cfg->g_error_resilient,
105 width, "g_pass:", cfg
88 dump_enc_cfg(AVCodecContext *avctx, const struct vpx_codec_enc_cfg *cfg) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_csharp/ex_repquote/
H A DRepQuoteEnvironment.cs35 public static RepQuoteEnvironment Open(string home, DatabaseEnvironmentConfig cfg) argument
38 dbEnv.env = DatabaseEnvironment.Open(home, cfg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dlibvpxenc.c89 const struct vpx_codec_enc_cfg *cfg)
98 width, "g_usage:", cfg->g_usage,
99 width, "g_threads:", cfg->g_threads,
100 width, "g_profile:", cfg->g_profile,
101 width, "g_w:", cfg->g_w,
102 width, "g_h:", cfg->g_h,
103 width, "g_timebase:", cfg->g_timebase.num, cfg->g_timebase.den,
104 width, "g_error_resilient:", cfg->g_error_resilient,
105 width, "g_pass:", cfg
88 dump_enc_cfg(AVCodecContext *avctx, const struct vpx_codec_enc_cfg *cfg) argument
[all...]

Completed in 312 milliseconds

1234567891011>>