Searched refs:datawidth (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/gpu/drm/imx/ipuv3/ |
H A D | imx-ldb.c | 492 u32 datawidth; member 505 u32 datawidth = 0; in of_get_bus_format() local 512 of_property_read_u32(np, "fsl,data-width", &datawidth); in of_get_bus_format() 516 datawidth == imx_ldb_bit_mappings[i].datawidth) in of_get_bus_format() 520 dev_err(dev, "invalid data mapping: %d-bit \"%s\"\n", datawidth, bm); in of_get_bus_format()
|
/openbmc/linux/Documentation/devicetree/bindings/dma/xilinx/ |
H A D | xilinx_dma.txt | 73 - xlnx,datawidth: Should contain the stream data width, take values 104 xlnx,datawidth = <0x40>; 109 xlnx,datawidth = <0x40>;
|
/openbmc/qemu/pc-bios/ |
H A D | petalogix-s3adsp1800.dts | 135 xlnx,include-datawidth-matching-0 = <0x01>; 136 xlnx,include-datawidth-matching-1 = <0x00>; 137 xlnx,include-datawidth-matching-2 = <0x00>; 138 xlnx,include-datawidth-matching-3 = <0x00>;
|
H A D | petalogix-ml605.dts | 251 xlnx,include-datawidth-matching-0 = < 0x01 >; 252 xlnx,include-datawidth-matching-1 = < 0x00 >; 253 xlnx,include-datawidth-matching-2 = < 0x00 >; 254 xlnx,include-datawidth-matching-3 = < 0x00 >;
|
/openbmc/linux/sound/soc/sprd/ |
H A D | sprd-pcm-dma.h | 13 u32 datawidth[SPRD_PCM_CHANNEL_MAX]; member
|
H A D | sprd-pcm-dma.c | 236 config.src_addr_width = dma_params->datawidth[i]; in sprd_pcm_hw_params() 237 config.dst_addr_width = dma_params->datawidth[i]; in sprd_pcm_hw_params()
|
/openbmc/linux/drivers/dma/ |
H A D | sprd-dma.c | 903 enum sprd_dma_datawidth datawidth; in sprd_dma_prep_dma_memcpy() local 922 datawidth = SPRD_DMA_DATAWIDTH_8_BYTES; in sprd_dma_prep_dma_memcpy() 925 datawidth = SPRD_DMA_DATAWIDTH_4_BYTES; in sprd_dma_prep_dma_memcpy() 928 datawidth = SPRD_DMA_DATAWIDTH_2_BYTES; in sprd_dma_prep_dma_memcpy() 931 datawidth = SPRD_DMA_DATAWIDTH_1_BYTE; in sprd_dma_prep_dma_memcpy() 935 temp = datawidth << SPRD_DMA_SRC_DATAWIDTH_OFFSET; in sprd_dma_prep_dma_memcpy() 936 temp |= datawidth << SPRD_DMA_DES_DATAWIDTH_OFFSET; in sprd_dma_prep_dma_memcpy()
|
/openbmc/linux/arch/microblaze/boot/dts/ |
H A D | system.dts | 128 xlnx,include-datawidth-matching-0 = <0x1>; 129 xlnx,include-datawidth-matching-1 = <0x0>; 130 xlnx,include-datawidth-matching-2 = <0x0>; 131 xlnx,include-datawidth-matching-3 = <0x0>;
|