Home
last modified time | relevance | path

Searched refs:no_bytes (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sh/boot/romimage/
H A Dmmcif-sh7724.c37 asmlinkage void mmcif_loader(unsigned char *buf, unsigned long no_bytes) in mmcif_loader() argument
71 (no_bytes + SH_MMCIF_BBS - 1) / SH_MMCIF_BBS, in mmcif_loader()
/linux/drivers/scsi/qla2xxx/
H A Dqla_isr.c242 uint16_t no_bytes = 0, total_bytes = 0, pending_bytes = 0; in __qla_copy_purex_to_buffer() local
266 no_bytes = (pending_bytes > sizeof(purex->els_frame_payload)) ? in __qla_copy_purex_to_buffer()
269 memcpy(buf, &purex->els_frame_payload[0], no_bytes); in __qla_copy_purex_to_buffer()
270 buffer_copy_offset += no_bytes; in __qla_copy_purex_to_buffer()
271 pending_bytes -= no_bytes; in __qla_copy_purex_to_buffer()
297 no_bytes = (pending_bytes > sizeof(new_pkt->data)) ? in __qla_copy_purex_to_buffer()
299 if ((buffer_copy_offset + no_bytes) <= total_bytes) { in __qla_copy_purex_to_buffer()
301 no_bytes); in __qla_copy_purex_to_buffer()
302 buffer_copy_offset += no_bytes; in __qla_copy_purex_to_buffer()
303 pending_bytes -= no_bytes; in __qla_copy_purex_to_buffer()
[all …]
/linux/drivers/media/platform/imagination/
H A De5010-jpeg-enc.c794 unsigned int no_bytes, unsigned long bits) in header_write() argument
799 if ((*offset + no_bytes) > HEADER_SIZE) { in header_write()
801 __FILE__, __func__, __LINE__, *offset + no_bytes, HEADER_SIZE); in header_write()
805 for (i = no_bytes - 1; i >= 0; i--) in header_write()
808 *offset += no_bytes; in header_write()