Lines Matching defs:width
160 * @width: transfer width
170 u8 width;
376 return tc * txd->width;
449 /* transfer-size and -count from len and width */
450 switch (txd->width) {
849 * Determine a suitable transfer width.
852 * an address divisible by 4 - more generally addr % width must be 0.
858 txd->width = (src_mod == 0 && dest_mod == 0) ? 4 : 1;
861 txd->width = ((src_mod == 2 || src_mod == 0) &&
865 txd->width = 1;
939 txd->width = s3cchan->cfg.dst_addr_width;
945 txd->width = s3cchan->cfg.src_addr_width;
1028 txd->width = s3cchan->cfg.dst_addr_width;
1034 txd->width = s3cchan->cfg.src_addr_width;