Lines Matching defs:bytes
178 /* EP0 OUT Transfer Size:64 Bytes, 1 Packet, 3 Setup Packet, Read to receive setup packet*/
189 dma_desc_ep0.status.b.bytes = 64;
364 dma_desc_in.status.b.bytes = len;
444 dma_desc_in.status.b.bytes = 0;
455 dma_desc_in.status.b.bytes = len;
581 dma_desc.status.b.bytes = 0;
600 dma_desc.status.b.bytes = rx_desc_bytes;
992 /*FIXME,Maybe you can use bytes*/
993 /*int bytes = endpoints[0].size - (DIEPTSIZ(0) & 0x3FFFF);*/ //actual transfer
1034 /*FIXME,need use bytes*/
1083 dma_desc_ep0.status.b.bytes = 64;
1099 /*int bytes = (p_endpoints + 1)->size - ((readl(DOEPTSIZ(1))) & 0x7FFFF);*/
1100 int bytes = rx_desc_bytes - dma_desc.status.b.bytes;
1101 VERBOSE("OUT EP1: recv %d bytes \n",bytes);
1106 rx_req.complete(bytes, 0);
1224 int bytes;
1228 bytes = sprintf(response, "OKAY0x%08x",
1230 response[bytes] = '\0';
1234 bytes = sprintf(part_name, "%s", cmdbuf + 22);
1237 bytes = sprintf(response, "FAIL%s",
1239 response[bytes] = '\0';
1245 bytes = sprintf(response, "OKAYext4");
1246 response[bytes] = '\0';
1248 bytes = sprintf(response, "OKAYraw");
1249 response[bytes] = '\0';
1255 bytes = sprintf(part_name, "%s", cmdbuf + 22);
1258 bytes = sprintf(response, "FAIL%s",
1260 response[bytes] = '\0';
1263 bytes = sprintf(response, "OKAY%llx",ptn->length);
1264 response[bytes] = '\0';
1270 bytes = sprintf(response, "OKAY%s",
1272 response[bytes] = '\0';
1276 bytes = sprintf(response, "OKAY%s", VERSION_BOOTLOADER);
1277 response[bytes] = '\0';
1281 bytes = sprintf(response, "OKAYN/A");
1282 response[bytes] = '\0';
1286 bytes = sprintf(response, "OKAYhikey");
1287 response[bytes] = '\0';
1291 bytes = sprintf(response, "FAIL%s",
1293 response[bytes] = '\0';
1360 int bytes;
1363 bytes = sprintf(response, "FAIL%s",
1365 response[bytes] = '\0';
1374 bytes = sprintf(response, "FAIL%s",
1376 response[bytes] = '\0';
1380 bytes = sprintf(response, "DATA%08x",
1384 response[bytes] = '\0';