Home
last modified time | relevance | path

Searched refs:dwidth (Results 1 – 11 of 11) sorted by relevance

/drivers/vme/bridges/
Dvme_fake.c62 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 …]
Dvme_tsi148.c815 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 …]
Dvme_ca91cx42.c597 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/
Dat_xdmac.c544 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 …]
Dmpc512x_dma.c221 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()
Dat_hdmac.c714 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/
Dvme.c176 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 …]
Dvme_bridge.h51 u32 dwidth; member
/drivers/video/fbdev/i810/
Di810_accel.c161 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/
Dvme_user.h16 __u32 dwidth; /* Maximum Data Width */ member
Dvme_user.c335 &master.cycle, &master.dwidth); in vme_user_ioctl()
364 master.aspace, master.cycle, master.dwidth); in vme_user_ioctl()