Searched refs:data_width (Results 1 – 13 of 13) sorted by relevance
/drivers/dma/ |
D | ste_dma40_ll.c | 54 l3 |= d40_width_to_bits(cfg->dst_info.data_width) in d40_log_cfg() 59 l1 |= d40_width_to_bits(cfg->src_info.data_width) in d40_log_cfg() 112 src |= d40_width_to_bits(cfg->src_info.data_width) in d40_phy_cfg() 114 dst |= d40_width_to_bits(cfg->dst_info.data_width) in d40_phy_cfg() 142 unsigned int data_width = info->data_width; in d40_phy_fill_lli() local 152 if (!IS_ALIGNED(data, data_width)) in d40_phy_fill_lli() 156 if (data_size < num_elems * data_width) in d40_phy_fill_lli() 160 lli->reg_elt = (data_size / data_width) << D40_SREG_ELEM_PHY_ECNT_POS; in d40_phy_fill_lli() 167 lli->reg_elt |= data_width << D40_SREG_ELEM_PHY_EIDX_POS; in d40_phy_fill_lli() 235 size_seg = d40_seg_size(size_rest, info->data_width, in d40_phy_buf_to_lli() [all …]
|
D | ste_dma40.c | 86 .src_info.data_width = DMA_SLAVE_BUSWIDTH_1_BYTE, 90 .dst_info.data_width = DMA_SLAVE_BUSWIDTH_1_BYTE, 100 .src_info.data_width = DMA_SLAVE_BUSWIDTH_1_BYTE, 104 .dst_info.data_width = DMA_SLAVE_BUSWIDTH_1_BYTE, 1416 return num_elt * d40c->dma_cfg.dst_info.data_width; in d40_residue() 1752 conf->src_info.data_width != in d40_validate_conf() 1754 conf->dst_info.data_width) { in d40_validate_conf() 2151 src_info->data_width, in d40_prep_sg_log() 2152 dst_info->data_width); in d40_prep_sg_log() 2158 dst_info->data_width, in d40_prep_sg_log() [all …]
|
/drivers/gpu/ipu-v3/ |
D | ipu-csi.c | 145 unsigned data_width:4; member 236 cfg->data_width = IPU_CSI_DATA_WIDTH_8; in mbus_code_to_bus_cfg() 242 cfg->data_width = IPU_CSI_DATA_WIDTH_8; in mbus_code_to_bus_cfg() 248 cfg->data_width = IPU_CSI_DATA_WIDTH_8; in mbus_code_to_bus_cfg() 253 cfg->data_width = IPU_CSI_DATA_WIDTH_8; in mbus_code_to_bus_cfg() 258 cfg->data_width = IPU_CSI_DATA_WIDTH_8; in mbus_code_to_bus_cfg() 263 cfg->data_width = IPU_CSI_DATA_WIDTH_16; in mbus_code_to_bus_cfg() 268 cfg->data_width = IPU_CSI_DATA_WIDTH_16; in mbus_code_to_bus_cfg() 277 cfg->data_width = IPU_CSI_DATA_WIDTH_8; in mbus_code_to_bus_cfg() 289 cfg->data_width = IPU_CSI_DATA_WIDTH_8; in mbus_code_to_bus_cfg() [all …]
|
/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf-phy.c | 245 u8 msb_start_pos, u8 data_width) in mxl111sf_config_i2s() argument 250 mxl_debug("(0x%02x, 0x%02x)", msb_start_pos, data_width); in mxl111sf_config_i2s() 267 tmp |= data_width; in mxl111sf_config_i2s()
|
D | mxl111sf-phy.h | 39 u8 msb_start_pos, u8 data_width);
|
/drivers/dma/dw/ |
D | core.c | 693 unsigned int data_width; in dwc_prep_dma_memcpy() local 707 data_width = min_t(unsigned int, dw->data_width[dwc->src_master], in dwc_prep_dma_memcpy() 708 dw->data_width[dwc->dst_master]); in dwc_prep_dma_memcpy() 710 src_width = dst_width = min_t(unsigned int, data_width, in dwc_prep_dma_memcpy() 774 unsigned int data_width; in dwc_prep_slave_sg() local 800 data_width = dw->data_width[dwc->src_master]; in dwc_prep_slave_sg() 810 data_width, dwc_fast_ffs(mem | len)); in dwc_prep_slave_sg() 857 data_width = dw->data_width[dwc->dst_master]; in dwc_prep_slave_sg() 867 data_width, dwc_fast_ffs(mem | len)); in dwc_prep_slave_sg() 1537 pdata->data_width[i] = in dw_dma_probe() [all …]
|
D | regs.h | 288 unsigned char data_width[DW_DMA_MAX_NR_MASTERS]; member
|
D | platform.c | 148 pdata->data_width[tmp] = arr[tmp]; in dw_dma_parse_dt()
|
/drivers/mtd/nand/ |
D | bf5xx_nand.c | 632 (plat->data_width ? 16 : 8), in bf5xx_nand_hw_init() 636 (plat->data_width << NFC_NWIDTH_OFFSET) | in bf5xx_nand_hw_init() 760 if (plat->data_width) in bf5xx_nand_probe() 765 chip->read_buf = (plat->data_width) ? in bf5xx_nand_probe() 767 chip->write_buf = (plat->data_width) ? in bf5xx_nand_probe()
|
/drivers/acpi/acpica/ |
D | exconvrt.c | 286 acpi_ex_convert_to_ascii(u64 integer, u16 base, u8 *string, u8 data_width) in acpi_ex_convert_to_ascii() argument 304 switch (data_width) { in acpi_ex_convert_to_ascii() 352 hex_length = ACPI_MUL_2(data_width); in acpi_ex_convert_to_ascii()
|
/drivers/media/pci/cobalt/ |
D | m00473_freewheel_memmap_package.h | 31 uint32_t data_width; /* Reg 0x0010 */ member
|
/drivers/edac/ |
D | ghes_edac.c | 46 u16 data_width; member 142 if (entry->total_width == entry->data_width) in ghes_edac_dmidecode() 161 entry->total_width, entry->data_width); in ghes_edac_dmidecode()
|
D | i7core_edac.c | 1924 u16 data_width; member
|