Searched refs:data_width (Results 1 - 7 of 7) sorted by relevance

/drivers/dma/
H A Dste_dma40_ll.c42 l3 |= cfg->dst_info.data_width << D40_MEM_LCSP3_DCFG_ESIZE_POS;
46 l1 |= cfg->src_info.data_width << D40_MEM_LCSP1_SCFG_ESIZE_POS;
102 src |= cfg->src_info.data_width << D40_SREG_CFG_ESIZE_POS;
103 dst |= cfg->dst_info.data_width << D40_SREG_CFG_ESIZE_POS;
135 unsigned int data_width = info->data_width; local
145 if (!IS_ALIGNED(data, 0x1 << data_width))
149 if (data_size < num_elems * (0x1 << data_width))
153 lli->reg_elt = (data_size >> data_width) << D40_SREG_ELEM_PHY_ECNT_POS;
160 lli->reg_elt |= (0x1 << data_width) <<
353 d40_log_fill_lli(struct d40_log_lli *lli, dma_addr_t data, u32 data_size, u32 reg_cfg, u32 data_width, unsigned int flags) argument
[all...]
H A Dste_dma40.c790 * STEDMA40_MAX_SEG_SIZE << data_width. Calculate the total number of
1247 return num_elt * (1 << d40c->dma_cfg.dst_info.data_width);
1600 (1 << conf->src_info.data_width) !=
1602 (1 << conf->dst_info.data_width)) {
1988 src_info->data_width,
1989 dst_info->data_width);
1995 dst_info->data_width,
1996 src_info->data_width);
2047 desc->lli_len = d40_sg_2_dmalen(sg, sg_len, cfg->src_info.data_width,
2048 cfg->dst_info.data_width);
[all...]
/drivers/media/dvb/dvb-usb/
H A Dmxl111sf-phy.h39 u8 msb_start_pos, u8 data_width);
H A Dmxl111sf-phy.c245 u8 msb_start_pos, u8 data_width)
250 mxl_debug("(0x%02x, 0x%02x)", msb_start_pos, data_width);
267 tmp |= data_width;
244 mxl111sf_config_i2s(struct mxl111sf_state *state, u8 msb_start_pos, u8 data_width) argument
/drivers/acpi/acpica/
H A Dexconvrt.c278 * data_width - Size of data item to be converted, in bytes
287 acpi_ex_convert_to_ascii(u64 integer, u16 base, u8 *string, u8 data_width) argument
305 switch (data_width) {
350 hex_length = ACPI_MUL_2(data_width);
/drivers/mtd/nand/
H A Dbf5xx_nand.c629 "data_width=%d, wr_dly=%d, rd_dly=%d\n",
630 (plat->data_width ? 16 : 8),
634 (plat->data_width << NFC_NWIDTH_OFFSET) |
764 if (plat->data_width)
769 chip->read_buf = (plat->data_width) ?
771 chip->write_buf = (plat->data_width) ?
/drivers/edac/
H A Di7core_edac.c1966 u16 data_width; member in struct:memdev_dmi_entry

Completed in 212 milliseconds