Home
last modified time | relevance | path

Searched refs:length (Results 1 – 8 of 8) sorted by relevance

/app/lkboot/
A Dlkboot_protocol.h13 unsigned short length; member
A Dlkboot.c111 hdr.length = (opcode == MSG_SEND_DATA) ? (len - 1) : len; in lkb_send()
157 lkb->avail = ((size_t) hdr.length) + 1; in lkb_read()
189 if (hdr.length > 127) goto fail; in lkboot_process_command()
190 if (lkb->read(lkb->cookie, cmd, hdr.length)) goto fail; in lkboot_process_command()
191 cmd[hdr.length] = 0; in lkboot_process_command()
A Dcommands.c229 if (bootimage_open((char *)ptr + entry.offset, entry.length, &bi) >= 0) { in do_flash_boot()
289 if (len > entry.length) { in lkb_handle_command()
299 printf("lkboot: erasing partition of size %llu\n", entry.length); in lkb_handle_command()
300 if (bio_erase(bdev, entry.offset, entry.length) != (ssize_t)entry.length) { in lkb_handle_command()
/app/mdebug/
A Dmdebug.c73 txreq->length = len; in usb_xmit()
84 txreq->length = len; in usb_xmit()
95 rxreq->length = len; in usb_recv()
A Dswo-uart1.c89 TXN[n].req->length = TXNSIZE + 8; in swo_init()
/app/udctest/
A Dudctest.c75 rxreq->length = sizeof(rxbuf); in udctest_init()
78 txreq->length = sizeof(rxbuf); in udctest_init()
/app/zynq-common/
A Dinit.c54 if (entry.length > 0) { in zynq_common_target_init()
55 sysparam_scan(spi, entry.offset, entry.length); in zynq_common_target_init()
/app/lpcboot/
A Dlpcboot.c69 txreq->length = len; in usb_xmit()
78 rxreq->length = len; in usb_recv()

Completed in 20 milliseconds