Searched refs:dwidth (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/staging/vme_user/ |
| H A D | vme_fake.c | 58 u32 dwidth; member 253 u32 aspace, u32 cycle, u32 dwidth) in fake_master_set() argument 284 switch (dwidth) { in fake_master_set() 322 bridge->masters[i].dwidth = dwidth; in fake_master_set() 339 u32 *aspace, u32 *cycle, u32 *dwidth) in __fake_master_get() argument 353 *dwidth = bridge->masters[i].dwidth; in __fake_master_get() 360 u32 *aspace, u32 *cycle, u32 *dwidth) in fake_master_get() argument 367 cycle, dwidth); in fake_master_get() 516 u32 aspace, cycle, dwidth; in fake_master_read() local 533 dwidth = priv->masters[i].dwidth; in fake_master_read() [all …]
|
| H A D | vme_tsi148.c | 799 u32 aspace, u32 cycle, u32 dwidth) in tsi148_master_set() argument 934 switch (dwidth) { in tsi148_master_set() 1034 u32 *aspace, u32 *cycle, u32 *dwidth) in __tsi148_master_get() argument 1075 *dwidth = 0; in __tsi148_master_get() 1134 *dwidth = VME_D16; in __tsi148_master_get() 1136 *dwidth = VME_D32; in __tsi148_master_get() 1143 u32 *aspace, u32 *cycle, u32 *dwidth) in tsi148_master_get() argument 1150 cycle, dwidth); in tsi148_master_get() 1162 u32 aspace, cycle, dwidth; in tsi148_master_read() local 1175 &cycle, &dwidth); in tsi148_master_read() [all …]
|
| /linux/drivers/video/fbdev/i810/ |
| H A D | i810_accel.c | 161 static inline void source_copy_blit(int dwidth, int dheight, int dpitch, in source_copy_blit() argument 171 PUT_RING(dheight << 16 | dwidth); in source_copy_blit() 235 static inline void mono_src_copy_imm_blit(int dwidth, int dheight, int dpitch, in mono_src_copy_imm_blit() argument 246 PUT_RING(dheight << 16 | dwidth); in mono_src_copy_imm_blit()
|
| /linux/drivers/dma/ |
| H A D | mpc512x_dma.c | 209 u8 dwidth; member 745 if (!IS_ALIGNED(sg_dma_address(sg), mchan->dwidth)) in mpc_dma_prep_slave_sg() 749 tcd->doff = mchan->dwidth; in mpc_dma_prep_slave_sg() 762 tcd->dsize = buswidth_to_dmatsize(mchan->dwidth); in mpc_dma_prep_slave_sg() 866 mchan->dwidth = cfg->dst_addr_width; in mpc_dma_device_config()
|
| H A D | at_hdmac.c | 878 unsigned int dwidth; in atc_prep_dma_interleaved() local 915 dwidth = atc_get_xfer_width(xt->src_start, xt->dst_start, len); in atc_prep_dma_interleaved() 917 xfer_count = len >> dwidth; in atc_prep_dma_interleaved() 923 ctrla = FIELD_PREP(ATC_SRC_WIDTH, dwidth) | in atc_prep_dma_interleaved() 924 FIELD_PREP(ATC_DST_WIDTH, dwidth); in atc_prep_dma_interleaved() 951 desc->boundary = first->size >> dwidth; in atc_prep_dma_interleaved() 952 desc->dst_hole = (dmaengine_get_dst_icg(xt, first) >> dwidth) + 1; in atc_prep_dma_interleaved() 953 desc->src_hole = (dmaengine_get_src_icg(xt, first) >> dwidth) + 1; in atc_prep_dma_interleaved()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | crop.rst | 273 int dwidth, dheight; 317 dwidth = format.fmt.pix.width / aspect;
|
| /linux/arch/microblaze/boot/dts/ |
| H A D | system.dts | 136 xlnx,mch-native-dwidth = <0x20>;
|