xfercap_log       122 drivers/dma/ioat/dma.h 	size_t xfercap_log;
xfercap_log       335 drivers/dma/ioat/dma.h 	u16 num_descs = len >> ioat_chan->xfercap_log;
xfercap_log       337 drivers/dma/ioat/dma.h 	num_descs += !!(len & ((1 << ioat_chan->xfercap_log) - 1));
xfercap_log       574 drivers/dma/ioat/init.c 	u8 xfercap_log;
xfercap_log       585 drivers/dma/ioat/init.c 	xfercap_log = readb(ioat_dma->reg_base + IOAT_XFERCAP_OFFSET);
xfercap_log       586 drivers/dma/ioat/init.c 	xfercap_log &= 0x1f; /* bits [4:0] valid */
xfercap_log       587 drivers/dma/ioat/init.c 	if (xfercap_log == 0)
xfercap_log       589 drivers/dma/ioat/init.c 	dev_dbg(dev, "%s: xfercap = %d\n", __func__, 1 << xfercap_log);
xfercap_log       597 drivers/dma/ioat/init.c 		ioat_chan->xfercap_log = xfercap_log;
xfercap_log       123 drivers/dma/ioat/prep.c 		size_t copy = min_t(size_t, len, 1 << ioat_chan->xfercap_log);
xfercap_log       194 drivers/dma/ioat/prep.c 					 len, 1 << ioat_chan->xfercap_log);
xfercap_log       390 drivers/dma/ioat/prep.c 					 1 << ioat_chan->xfercap_log);
xfercap_log       498 drivers/dma/ioat/prep.c 					 1 << ioat_chan->xfercap_log);