Lines Matching defs:width
692 dev_err(chan2dev(chan), "invalid src addr width value\n");
717 dev_err(chan2dev(chan), "invalid dst addr width value\n");
729 * Only check that maxburst and addr width values are supported by
950 u32 width;
953 * Check address alignment to select the greater data width we
961 width = AT_XDMAC_CC_DWIDTH_DWORD;
964 width = AT_XDMAC_CC_DWIDTH_WORD;
967 width = AT_XDMAC_CC_DWIDTH_HALFWORD;
970 width = AT_XDMAC_CC_DWIDTH_BYTE;
974 return width;
1235 /* Check remaining length and change data width if needed. */