USBTV_CHUNK_SIZE
for (i = 0; i < urb->actual_length; i += USBTV_CHUNK_SIZE) {
for (offset = 0; USBTV_CHUNK_SIZE * offset < size; offset++)
(__be32 *)&data[USBTV_CHUNK_SIZE * offset]);