Searched refs:PTD_HEADER_SIZE (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Disp1362-hcd.c182 xfer_size = min_t(size_t, xfer_size, epq->buf_avail * epq->blk_size - PTD_HEADER_SIZE);
193 int num_ptds = ((len + PTD_HEADER_SIZE - 1) / epq->blk_size) + 1;
212 num_ptds, found, len, (int)(epq->blk_size - PTD_HEADER_SIZE));
360 isp1362_write_buffer(isp1362_hcd, ptd, ep->ptd_offset, PTD_HEADER_SIZE);
363 ep->ptd_offset + PTD_HEADER_SIZE, len);
382 isp1362_read_buffer(isp1362_hcd, ptd, ep->ptd_offset, PTD_HEADER_SIZE);
397 ep->ptd_offset + PTD_HEADER_SIZE, act_len);
852 int num_ptds = (ep->length + PTD_HEADER_SIZE + (epq->blk_size - 1)) / epq->blk_size;
904 if (ptd_offset + PTD_HEADER_SIZE + ep->length >
2245 u16 intl_blksize = ISP1362_INTL_BLKSIZE + PTD_HEADER_SIZE;
[all...]
H A Disp1362.h276 #define PTD_HEADER_SIZE sizeof(struct ptd) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Disp1362-hcd.c182 xfer_size = min_t(size_t, xfer_size, epq->buf_avail * epq->blk_size - PTD_HEADER_SIZE);
193 int num_ptds = ((len + PTD_HEADER_SIZE - 1) / epq->blk_size) + 1;
212 num_ptds, found, len, (int)(epq->blk_size - PTD_HEADER_SIZE));
360 isp1362_write_buffer(isp1362_hcd, ptd, ep->ptd_offset, PTD_HEADER_SIZE);
363 ep->ptd_offset + PTD_HEADER_SIZE, len);
382 isp1362_read_buffer(isp1362_hcd, ptd, ep->ptd_offset, PTD_HEADER_SIZE);
397 ep->ptd_offset + PTD_HEADER_SIZE, act_len);
852 int num_ptds = (ep->length + PTD_HEADER_SIZE + (epq->blk_size - 1)) / epq->blk_size;
904 if (ptd_offset + PTD_HEADER_SIZE + ep->length >
2245 u16 intl_blksize = ISP1362_INTL_BLKSIZE + PTD_HEADER_SIZE;
[all...]
H A Disp1362.h276 #define PTD_HEADER_SIZE sizeof(struct ptd) macro

Completed in 172 milliseconds