Lines Matching defs:bytes
155 u32 firmware_len; /* length in bytes */
305 * Read 8051 data starting at addr, for len bytes. Will read in 8-byte chunks.
358 int bytes = len - offset;
360 if (bytes < 8) {
362 memcpy(®, &data[offset], bytes);
429 * Make sure there are at least some bytes after the prefix.
437 "firmware \"%s\", size %ld, must be larger than %ld bytes\n",
474 hfi1_cdbg(FIRMWARE, "file size: 0x%lx bytes", fdet->fw->size);
477 hfi1_cdbg(FIRMWARE, " header_len 0x%03x (0x%03x bytes)",
483 hfi1_cdbg(FIRMWARE, " size 0x%03x (0x%03x bytes)",
485 hfi1_cdbg(FIRMWARE, " key_size 0x%03x (0x%03x bytes)",
487 hfi1_cdbg(FIRMWARE, " modulus_size 0x%03x (0x%03x bytes)",
489 hfi1_cdbg(FIRMWARE, " exponent_size 0x%03x (0x%03x bytes)",
491 hfi1_cdbg(FIRMWARE, "firmware size: 0x%lx bytes",
502 * Note: css->size is in DWORDs, multiply by 4 to get bytes.
512 /* make sure there are bytes in the payload */
537 /* make sure there are bytes in the payload */
775 * multiples of 8 bytes.
802 * be in multiples of 8 bytes.
1353 * we only need to pick up the bytes and write them
2071 * @len: length of memory pointed by @data in bytes.