/linux-4.1.27/drivers/dma/ |
D | at_xdmac.c | 502 int csize, dwidth; in at_xdmac_compute_chan_conf() local 521 dwidth = ffs(atchan->sconfig.src_addr_width) - 1; in at_xdmac_compute_chan_conf() 522 if (dwidth < 0) { in at_xdmac_compute_chan_conf() 526 atchan->cfg |= AT_XDMAC_CC_DWIDTH(dwidth); in at_xdmac_compute_chan_conf() 544 dwidth = ffs(atchan->sconfig.dst_addr_width) - 1; in at_xdmac_compute_chan_conf() 545 if (dwidth < 0) { in at_xdmac_compute_chan_conf() 549 atchan->cfg |= AT_XDMAC_CC_DWIDTH(dwidth); in at_xdmac_compute_chan_conf() 625 u32 len, mem, dwidth, fixed_dwidth; in at_xdmac_prep_slave_sg() local 652 dwidth = at_xdmac_get_dwidth(atchan->cfg); in at_xdmac_prep_slave_sg() 653 fixed_dwidth = IS_ALIGNED(len, 1 << dwidth) in at_xdmac_prep_slave_sg() [all …]
|
/linux-4.1.27/drivers/vme/ |
D | vme.c | 154 u32 aspace, cycle, dwidth; in vme_get_size() local 159 &aspace, &cycle, &dwidth); in vme_get_size() 388 u32 cycle, u32 dwidth) in vme_master_request() argument 416 ((master_image->width_attr & dwidth) == dwidth) && in vme_master_request() 456 u32 cycle, u32 dwidth) in vme_master_set() argument 476 ((image->width_attr & dwidth) == dwidth))) { in vme_master_set() 486 cycle, dwidth); in vme_master_set() 492 u32 *cycle, u32 *dwidth) in vme_master_get() argument 510 cycle, dwidth); in vme_master_get() 841 u32 aspace, u32 cycle, u32 dwidth) in vme_dma_vme_attribute() argument [all …]
|
D | vme_bridge.h | 48 u32 dwidth; member
|
/linux-4.1.27/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()
|
/linux-4.1.27/drivers/vme/bridges/ |
D | vme_tsi148.c | 895 u32 cycle, u32 dwidth) in tsi148_master_set() argument 1035 switch (dwidth) { in tsi148_master_set() 1137 u32 *cycle, u32 *dwidth) in __tsi148_master_get() argument 1178 *dwidth = 0; in __tsi148_master_get() 1237 *dwidth = VME_D16; in __tsi148_master_get() 1239 *dwidth = VME_D32; in __tsi148_master_get() 1247 u32 *cycle, u32 *dwidth) in tsi148_master_get() argument 1254 cycle, dwidth); in tsi148_master_get() 1266 u32 aspace, cycle, dwidth; in tsi148_master_read() local 1324 &dwidth); in tsi148_master_read() [all …]
|
D | vme_ca91cx42.c | 601 u32 cycle, u32 dwidth) in ca91cx42_master_set() argument 673 switch (dwidth) { in ca91cx42_master_set() 758 u32 *aspace, u32 *cycle, u32 *dwidth) in __ca91cx42_master_get() argument 780 *dwidth = 0; in __ca91cx42_master_get() 827 *dwidth = VME_D8; in __ca91cx42_master_get() 830 *dwidth = VME_D16; in __ca91cx42_master_get() 833 *dwidth = VME_D32; in __ca91cx42_master_get() 836 *dwidth = VME_D64; in __ca91cx42_master_get() 845 u32 *cycle, u32 *dwidth) in ca91cx42_master_get() argument 852 cycle, dwidth); in ca91cx42_master_get() [all …]
|
/linux-4.1.27/drivers/staging/vme/devices/ |
D | vme_user.h | 15 __u32 dwidth; /* Maximum Data Width */ member
|
D | vme_user.c | 495 &master.cycle, &master.dwidth); in vme_user_ioctl() 524 master.aspace, master.cycle, master.dwidth); in vme_user_ioctl()
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | grfioctl.h | 82 unsigned int dwidth, dlength;/* x and y sizes */ member
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | virtex440-ml510.dts | 108 xlnx,mplb-dwidth = <0x80>; 110 xlnx,mplb-native-dwidth = <0x80>; 159 xlnx,mch-native-dwidth = <0x20>; 459 xlnx,mplb-dwidth = <0x80>; 460 xlnx,mplb-native-dwidth = <0x40>;
|
D | virtex440-ml507.dts | 113 xlnx,mplb-dwidth = <0x80>; 115 xlnx,mplb-native-dwidth = <0x80>; 188 xlnx,mch-native-dwidth = <0x20>;
|
/linux-4.1.27/arch/microblaze/boot/dts/ |
D | system.dts | 151 xlnx,mch-native-dwidth = <0x20>;
|