/drivers/vme/bridges/ |
D | vme_fake.c | 62 u32 dwidth; member 257 u32 aspace, u32 cycle, u32 dwidth) in fake_master_set() argument 288 switch (dwidth) { in fake_master_set() 326 bridge->masters[i].dwidth = dwidth; in fake_master_set() 344 u32 *aspace, u32 *cycle, u32 *dwidth) in __fake_master_get() argument 358 *dwidth = bridge->masters[i].dwidth; in __fake_master_get() 366 u32 *aspace, u32 *cycle, u32 *dwidth) in fake_master_get() argument 373 cycle, dwidth); in fake_master_get() 524 u32 aspace, cycle, dwidth; in fake_master_read() local 541 dwidth = priv->masters[i].dwidth; in fake_master_read() [all …]
|
D | vme_tsi148.c | 815 u32 cycle, u32 dwidth) in tsi148_master_set() argument 955 switch (dwidth) { in tsi148_master_set() 1057 u32 *cycle, u32 *dwidth) in __tsi148_master_get() argument 1098 *dwidth = 0; in __tsi148_master_get() 1157 *dwidth = VME_D16; in __tsi148_master_get() 1159 *dwidth = VME_D32; in __tsi148_master_get() 1167 u32 *cycle, u32 *dwidth) in tsi148_master_get() argument 1174 cycle, dwidth); in tsi148_master_get() 1186 u32 aspace, cycle, dwidth; in tsi148_master_read() local 1199 &cycle, &dwidth); in tsi148_master_read() [all …]
|
D | vme_ca91cx42.c | 597 u32 cycle, u32 dwidth) in ca91cx42_master_set() argument 669 switch (dwidth) { in ca91cx42_master_set() 754 u32 *aspace, u32 *cycle, u32 *dwidth) in __ca91cx42_master_get() argument 776 *dwidth = 0; in __ca91cx42_master_get() 823 *dwidth = VME_D8; in __ca91cx42_master_get() 826 *dwidth = VME_D16; in __ca91cx42_master_get() 829 *dwidth = VME_D32; in __ca91cx42_master_get() 832 *dwidth = VME_D64; in __ca91cx42_master_get() 841 u32 *cycle, u32 *dwidth) in ca91cx42_master_get() argument 848 cycle, dwidth); in ca91cx42_master_get() [all …]
|
/drivers/dma/ |
D | at_xdmac.c | 544 int csize, dwidth; in at_xdmac_compute_chan_conf() local 563 dwidth = ffs(atchan->sconfig.src_addr_width) - 1; in at_xdmac_compute_chan_conf() 564 if (dwidth < 0) { in at_xdmac_compute_chan_conf() 568 atchan->cfg |= AT_XDMAC_CC_DWIDTH(dwidth); in at_xdmac_compute_chan_conf() 586 dwidth = ffs(atchan->sconfig.dst_addr_width) - 1; in at_xdmac_compute_chan_conf() 587 if (dwidth < 0) { in at_xdmac_compute_chan_conf() 591 atchan->cfg |= AT_XDMAC_CC_DWIDTH(dwidth); in at_xdmac_compute_chan_conf() 667 u32 len, mem, dwidth, fixed_dwidth; in at_xdmac_prep_slave_sg() local 694 dwidth = at_xdmac_get_dwidth(atchan->cfg); in at_xdmac_prep_slave_sg() 695 fixed_dwidth = IS_ALIGNED(len, 1 << dwidth) in at_xdmac_prep_slave_sg() [all …]
|
D | mpc512x_dma.c | 221 u8 dwidth; member 757 if (!IS_ALIGNED(sg_dma_address(sg), mchan->dwidth)) in mpc_dma_prep_slave_sg() 761 tcd->doff = mchan->dwidth; in mpc_dma_prep_slave_sg() 774 tcd->dsize = buswidth_to_dmatsize(mchan->dwidth); in mpc_dma_prep_slave_sg() 877 mchan->dwidth = cfg->dst_addr_width; in mpc_dma_device_config()
|
D | at_hdmac.c | 714 unsigned int dwidth; in atc_prep_dma_interleaved() local 751 dwidth = atc_get_xfer_width(xt->src_start, in atc_prep_dma_interleaved() 754 xfer_count = len >> dwidth; in atc_prep_dma_interleaved() 760 ctrla = ATC_SRC_WIDTH(dwidth) | in atc_prep_dma_interleaved() 761 ATC_DST_WIDTH(dwidth); in atc_prep_dma_interleaved() 783 desc->boundary = first->size >> dwidth; in atc_prep_dma_interleaved() 784 desc->dst_hole = (dmaengine_get_dst_icg(xt, first) >> dwidth) + 1; in atc_prep_dma_interleaved() 785 desc->src_hole = (dmaengine_get_src_icg(xt, first) >> dwidth) + 1; in atc_prep_dma_interleaved()
|
/drivers/vme/ |
D | vme.c | 176 u32 aspace, cycle, dwidth; in vme_get_size() local 181 &aspace, &cycle, &dwidth); in vme_get_size() 499 u32 cycle, u32 dwidth) in vme_master_request() argument 527 ((master_image->width_attr & dwidth) == dwidth) && in vme_master_request() 584 u32 cycle, u32 dwidth) in vme_master_set() argument 604 ((image->width_attr & dwidth) == dwidth))) { in vme_master_set() 614 cycle, dwidth); in vme_master_set() 635 u32 *cycle, u32 *dwidth) in vme_master_get() argument 653 cycle, dwidth); in vme_master_get() 1079 u32 aspace, u32 cycle, u32 dwidth) in vme_dma_vme_attribute() argument [all …]
|
D | vme_bridge.h | 51 u32 dwidth; member
|
/drivers/video/fbdev/i810/ |
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()
|
/drivers/staging/vme/devices/ |
D | vme_user.h | 16 __u32 dwidth; /* Maximum Data Width */ member
|
D | vme_user.c | 335 &master.cycle, &master.dwidth); in vme_user_ioctl() 364 master.aspace, master.cycle, master.dwidth); in vme_user_ioctl()
|