Searched refs:if_cfg (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispccp2.h67 struct isp_interface_lcx_config if_cfg; member in struct:isp_ccp2_device
H A Dispccp2.c376 ccp2->if_cfg.data_start = lines;
377 ccp2->if_cfg.crc = buscfg->bus.ccp2.crc;
378 ccp2->if_cfg.format = format->code;
379 ccp2->if_cfg.data_size = format->height;
381 ccp2_lcx_config(ccp2, &ccp2->if_cfg);
/linux-master/drivers/tty/serial/
H A Dmax310x.c294 const struct max310x_if_cfg *if_cfg; member in struct:max310x_port
350 ret = s->if_cfg->extended_reg_enable(dev, true);
355 if (s->if_cfg->rev_id_offset)
356 rev_id_reg -= s->if_cfg->rev_id_offset;
362 ret = s->if_cfg->extended_reg_enable(dev, false);
1259 const struct max310x_if_cfg *if_cfg,
1316 s->if_cfg = if_cfg;
1258 max310x_probe(struct device *dev, const struct max310x_devtype *devtype, const struct max310x_if_cfg *if_cfg, struct regmap *regmaps[], int irq) argument
/linux-master/drivers/mtd/devices/
H A Ddocg3.h276 * @if_cfg: if true, reads are on 16bits, else reads are on 8bits
293 unsigned int if_cfg:1; member in struct:docg3
H A Ddocg3.c36 * The bus data width (8bits versus 16bits) is not handled (if_cfg flag), and
1759 docg3->if_cfg = (cfg & DOC_CONF_IF_CFG ? 1 : 0);
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c1937 union oct_nic_if_cfg if_cfg; local
1977 if_cfg.u64 = 0;
1979 if_cfg.s.num_iqueues = octeon_dev->sriov_info.rings_per_vf;
1980 if_cfg.s.num_oqueues = octeon_dev->sriov_info.rings_per_vf;
1981 if_cfg.s.base_queue = 0;
1986 OPCODE_NIC_IF_CFG, 0, if_cfg.u64,
H A Dlio_main.c3350 union oct_nic_if_cfg if_cfg; local
3413 if_cfg.u64 = 0;
3414 if_cfg.s.num_iqueues = num_iqueues;
3415 if_cfg.s.num_oqueues = num_oqueues;
3416 if_cfg.s.base_queue = base_queue;
3417 if_cfg.s.gmx_port_id = gmx_port_id;
3423 if_cfg.u64, 0);
H A Dlio_ethtool.c994 union oct_nic_if_cfg if_cfg; local
1020 if_cfg.u64 = 0;
1021 if_cfg.s.num_iqueues = oct->sriov_info.num_pf_rings;
1022 if_cfg.s.num_oqueues = oct->sriov_info.num_pf_rings;
1023 if_cfg.s.base_queue = oct->sriov_info.pf_srn;
1024 if_cfg.s.gmx_port_id = oct->pf_num;
1029 if_cfg.u64, 0);
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c1416 u32 if_cfg = 0; local
1446 if_cfg |= VC4_SET_FIELD(VC5_DVP_HT_VEC_INTERFACE_CFG_SEL_422_FORMAT_422_LEGACY,
1462 HDMI_WRITE(HDMI_VEC_INTERFACE_CFG, if_cfg);

Completed in 217 milliseconds