PTD_HEADER_SIZE   179 drivers/usb/host/isp1362-hcd.c 	xfer_size = min_t(size_t, xfer_size, epq->buf_avail * epq->blk_size - PTD_HEADER_SIZE);
PTD_HEADER_SIZE   190 drivers/usb/host/isp1362-hcd.c 	int num_ptds = ((len + PTD_HEADER_SIZE - 1) / epq->blk_size) + 1;
PTD_HEADER_SIZE   209 drivers/usb/host/isp1362-hcd.c 	    num_ptds, found, len, (int)(epq->blk_size - PTD_HEADER_SIZE));
PTD_HEADER_SIZE   352 drivers/usb/host/isp1362-hcd.c 	isp1362_write_buffer(isp1362_hcd, ptd, ep->ptd_offset, PTD_HEADER_SIZE);
PTD_HEADER_SIZE   355 drivers/usb/host/isp1362-hcd.c 				     ep->ptd_offset + PTD_HEADER_SIZE, len);
PTD_HEADER_SIZE   374 drivers/usb/host/isp1362-hcd.c 	isp1362_read_buffer(isp1362_hcd, ptd, ep->ptd_offset, PTD_HEADER_SIZE);
PTD_HEADER_SIZE   389 drivers/usb/host/isp1362-hcd.c 			    ep->ptd_offset + PTD_HEADER_SIZE, act_len);
PTD_HEADER_SIZE   844 drivers/usb/host/isp1362-hcd.c 	int num_ptds = (ep->length + PTD_HEADER_SIZE + (epq->blk_size - 1)) / epq->blk_size;
PTD_HEADER_SIZE   896 drivers/usb/host/isp1362-hcd.c 			if (ptd_offset + PTD_HEADER_SIZE + ep->length >
PTD_HEADER_SIZE  2210 drivers/usb/host/isp1362-hcd.c 	u16 intl_blksize = ISP1362_INTL_BLKSIZE + PTD_HEADER_SIZE;
PTD_HEADER_SIZE  2212 drivers/usb/host/isp1362-hcd.c 	u16 atl_blksize = ISP1362_ATL_BLKSIZE + PTD_HEADER_SIZE;
PTD_HEADER_SIZE  2220 drivers/usb/host/isp1362-hcd.c 	WARN_ON(atl_blksize < PTD_HEADER_SIZE);
PTD_HEADER_SIZE  2221 drivers/usb/host/isp1362-hcd.c 	WARN_ON(intl_blksize < PTD_HEADER_SIZE);
PTD_HEADER_SIZE  2232 drivers/usb/host/isp1362-hcd.c 		 ISP1362_INTL_BUFFERS, intl_blksize - PTD_HEADER_SIZE,
PTD_HEADER_SIZE  2235 drivers/usb/host/isp1362-hcd.c 		 atl_buffers, atl_blksize - PTD_HEADER_SIZE,
PTD_HEADER_SIZE  2273 drivers/usb/host/isp1362-hcd.c 			    isp1362_hcd->intl_queue.blk_size - PTD_HEADER_SIZE);
PTD_HEADER_SIZE  2289 drivers/usb/host/isp1362-hcd.c 			    isp1362_hcd->atl_queue.blk_size - PTD_HEADER_SIZE);
PTD_HEADER_SIZE  2450 drivers/usb/host/isp1362-hcd.c 			isp1362_write_buffer(isp1362_hcd, ref, offset * 2, PTD_HEADER_SIZE);
PTD_HEADER_SIZE  2451 drivers/usb/host/isp1362-hcd.c 			isp1362_write_buffer(isp1362_hcd, ref + PTD_HEADER_SIZE / sizeof(*ref),
PTD_HEADER_SIZE  2452 drivers/usb/host/isp1362-hcd.c 					     offset * 2 + PTD_HEADER_SIZE, test_size);
PTD_HEADER_SIZE  2454 drivers/usb/host/isp1362-hcd.c 					    PTD_HEADER_SIZE + test_size);
PTD_HEADER_SIZE  2456 drivers/usb/host/isp1362-hcd.c 			if (memcmp(ref, tst, PTD_HEADER_SIZE + test_size)) {
PTD_HEADER_SIZE  2457 drivers/usb/host/isp1362-hcd.c 				dump_data(((u8 *)ref) + offset, PTD_HEADER_SIZE + test_size);
PTD_HEADER_SIZE  2458 drivers/usb/host/isp1362-hcd.c 				dump_data((u8 *)tst, PTD_HEADER_SIZE + test_size);
PTD_HEADER_SIZE  2461 drivers/usb/host/isp1362-hcd.c 						    PTD_HEADER_SIZE + test_size);
PTD_HEADER_SIZE  2463 drivers/usb/host/isp1362-hcd.c 				if (memcmp(ref, tst, PTD_HEADER_SIZE + test_size)) {