Searched refs:cfg (Results 1 - 25 of 1693) sorted by path

1234567891011>>

/linux-master/Documentation/sound/cards/
H A Dmultisound.sh140 # If you specify cfg=0x250 for the snd-msnd-pinnacle module, it
176 # insmod snd-msnd-pinnacle cfg=0x250 io=0x290 irq=5 mem=0xd0000
196 # insmod snd-msnd-pinnacle cfg=0x250 io=0x290 irq=5 mem=0xd0000 mpu_io=0x330 mpu_irq=9
210 # insmod snd-msnd-pinnacle cfg=0x250 io=0x290 irq=5 mem=0xd0000 joystick_io=0x200
259 # cfg Non-PnP configuration port for the Pinnacle
623 static int msnd_write_cfg(int cfg, int reg, int value)
625 X outb(reg, cfg);
626 X outb(value, cfg + 1);
627 X if (value != inb(cfg + 1)) {
634 static int msnd_read_cfg(int cfg, in
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S257 mov r8, #1 @ valid cfg msk
H A Dsram243x.S257 mov r8, #1 @ valid cfg msk
/linux-master/arch/arm/plat-orion/include/plat/
H A Daddr-map.h24 int (*cpu_win_can_remap) (const struct orion_addr_map_cfg *cfg,
28 void __iomem *(*win_cfg_base) (const struct orion_addr_map_cfg *cfg,
44 void __init orion_config_wins(struct orion_addr_map_cfg *cfg,
47 void __init orion_setup_cpu_win(const struct orion_addr_map_cfg *cfg,
52 void __init orion_setup_cpu_mbus_target(const struct orion_addr_map_cfg *cfg,
/linux-master/arch/mips/generic/
H A Dboard-sead3.c54 uint32_t cfg, cpu_phandle; local
57 cfg = __raw_readl((uint32_t *)SEAD_CONFIG);
58 if (cfg & SEAD_CONFIG_GIC_PRESENT)
/linux-master/arch/mips/tools/
H A Dgeneric-board-config.sh25 cfg="$4"
82 -m -O ${objtree} ${cfg} ${board_cfg} \
/linux-master/arch/sparc/include/asm/
H A Dsbi.h97 int cfg; local
100 "=r" (cfg) :
103 return cfg;
106 static inline void set_sbi_ctl(int devid, int cfgno, int cfg) argument
109 "r" (cfg),
/linux-master/drivers/bus/fsl-mc/
H A Ddpcon.c197 * @cfg: Notification parameters
204 struct dpcon_notification_cfg *cfg)
214 dpcon_cmd->dpio_id = cpu_to_le32(cfg->dpio_id);
215 dpcon_cmd->priority = cfg->priority;
216 dpcon_cmd->user_ctx = cpu_to_le64(cfg->user_ctx);
201 dpcon_set_notification(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, struct dpcon_notification_cfg *cfg) argument
/linux-master/drivers/crypto/caam/
H A Dsg_sw_qm.h40 qm_sg_ptr->cfg = cpu_to_be32(QM_SG_EXT | (len & QM_SG_LEN_MASK));
48 qm_sg_ptr->cfg = cpu_to_be32(QM_SG_EXT | QM_SG_FIN |
/linux-master/drivers/dma/
H A Dste_dma40_ll.h433 void d40_phy_cfg(struct stedma40_chan_cfg *cfg,
437 void d40_log_cfg(struct stedma40_chan_cfg *cfg,
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dpci.h12 int nvkm_device_pci_new(struct pci_dev *, const char *cfg, const char *dbg,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgt215.c346 #define T(t) cfg->timing_10_##t
350 struct nvbios_ramcfg *cfg = &ram->base.target.bios; local
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun8i_ui_scaler.c94 int vi_num = mixer->cfg->vi_num;
96 if (mixer->cfg->is_de3)
134 if (WARN_ON(layer < mixer->cfg->vi_num))
156 if (WARN_ON(layer < mixer->cfg->vi_num))
H A Dsun8i_vi_scaler.c838 if (mixer->cfg->is_de3)
959 if (mixer->cfg->is_de3) {
/linux-master/drivers/gpu/drm/xen/
H A Dxen_drm_front_cfg.h35 struct xen_drm_front_cfg *cfg);
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfc_multi.h48 u_long cfg; /* port configuration */ member in struct:hfc_chan
82 /* for each stack these flags are used (cfg) */
H A Dspeedfax.c63 u32 cfg; member in struct:sfax_hw
119 val = inb(sf->cfg + TIGER_AUX_STATUS);
150 outb(SFAX_TIGER_IRQ_BIT, sf->cfg + TIGER_AUX_IRQMASK);
158 outb(0, sf->cfg + TIGER_AUX_IRQMASK);
166 outb(TIGER_EXTERN_RESET_ON, sf->cfg + TIGER_RESET_ADDR);
167 outb(SFAX_PCI_RESET_ON, sf->cfg + TIGER_AUX_DATA);
169 outb(TIGER_EXTERN_RESET_OFF, sf->cfg + TIGER_RESET_ADDR);
171 outb(sf->aux_data, sf->cfg + TIGER_AUX_DATA);
189 outb(sf->aux_data, sf->cfg + TIGER_AUX_DATA);
196 outb(sf->aux_data, sf->cfg
[all...]
/linux-master/drivers/leds/
H A Dleds-lp8788.c45 struct lp8788_led_config *cfg = &default_led_config; local
50 cfg->scale = pdata->scale;
51 cfg->num = pdata->num;
52 cfg->iout = pdata->iout_code;
55 led->isink_num = cfg->num;
59 mask = 1 << (cfg->num + LP8788_ISINK_SCALE_OFFSET);
60 val = cfg->scale << (cfg->num + LP8788_ISINK_SCALE_OFFSET);
66 addr = lp8788_iout_addr[cfg->num];
67 mask = lp8788_iout_mask[cfg
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dcxd2841er.h40 extern struct dvb_frontend *cxd2841er_attach_s(struct cxd2841er_config *cfg,
43 extern struct dvb_frontend *cxd2841er_attach_t_c(struct cxd2841er_config *cfg,
47 struct cxd2841er_config *cfg,
55 struct cxd2841er_config *cfg, struct i2c_adapter *i2c)
46 cxd2841er_attach_s( struct cxd2841er_config *cfg, struct i2c_adapter *i2c) argument
54 cxd2841er_attach_t_c( struct cxd2841er_config *cfg, struct i2c_adapter *i2c) argument
H A Ddib0070.h49 extern struct dvb_frontend *dib0070_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct dib0070_config *cfg);
55 static inline struct dvb_frontend *dib0070_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct dib0070_config *cfg) argument
H A Ddib3000mc.h42 struct dib3000mc_config *cfg);
45 struct dib3000mc_config cfg[]);
52 struct dib3000mc_config *cfg)
61 struct dib3000mc_config cfg[])
51 dib3000mc_attach(struct i2c_adapter *i2c_adap, u8 i2c_addr, struct dib3000mc_config *cfg) argument
59 dib3000mc_i2c_enumeration(struct i2c_adapter *i2c, int no_of_demods, u8 default_addr, struct dib3000mc_config cfg[]) argument
H A Ddib7000m.h45 struct dib7000m_config *cfg);
54 u8 i2c_addr, struct dib7000m_config *cfg)
53 dib7000m_attach(struct i2c_adapter *i2c_adap, u8 i2c_addr, struct dib7000m_config *cfg) argument
H A Ddib7000p.h60 int (*i2c_enumeration)(struct i2c_adapter *i2c, int no_of_demods, u8 default_addr, struct dib7000p_config cfg[]);
65 struct dvb_frontend *(*init)(struct i2c_adapter *i2c_adap, u8 i2c_addr, struct dib7000p_config *cfg);
H A Ddib8000.h63 struct dvb_frontend *(*init)(struct i2c_adapter *i2c_adap, u8 i2c_addr, struct dib8000_config *cfg);
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880.h19 struct cxd2880_config *cfg);
22 struct cxd2880_config *cfg)
21 cxd2880_attach(struct dvb_frontend *fe, struct cxd2880_config *cfg) argument

Completed in 534 milliseconds

1234567891011>>