| /rk3399_rockchip-uboot/arch/arm/mach-bcm283x/ |
| H A D | mbox.c | 14 int bcm2835_mbox_call_raw(u32 chan, u32 send, u32 *recv) in bcm2835_mbox_call_raw() argument 23 if (send & BCM2835_CHAN_MASK) { in bcm2835_mbox_call_raw() 24 printf("mbox: Illegal mbox data 0x%08x\n", send); in bcm2835_mbox_call_raw() 55 val = BCM2835_MBOX_PACK(chan, send); in bcm2835_mbox_call_raw()
|
| /rk3399_rockchip-uboot/tools/kermit/ |
| H A D | send_image | 14 set send pack 1000 22 send \%1
|
| H A D | send_cmd | 12 set send pack 1000
|
| H A D | dot.kermrc | 10 set send pack 1000
|
| H A D | flash_param | 17 set send pack 1000
|
| H A D | README | 38 "kermit" script to send a U-Boot command and print the
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | string.c | 385 char *sbegin, *send; in strtok() local 396 send = strpbrk( sbegin, ct); in strtok() 397 if (send && *send != '\0') in strtok() 398 *send++ = '\0'; in strtok() 399 ___strtok = send; in strtok()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | mailbox-uclass.h | 68 int (*send)(struct mbox_chan *chan, const void *data); member
|
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | tpm-uclass.c | 80 if (!ops->send || !ops->recv) in tpm_xfer() 97 ret = ops->send(dev, sendbuf, send_size); in tpm_xfer()
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | README | 23 git format-patch, git send-email, etc. with the correct parameters 47 - Check out a branch, and run this script to create and send out your 63 out where to send patches pretty well. 168 Email address / alias to send patch series to (you can add this 200 Additional email addresses / aliases to send cover letter to (you 209 the commit messages, but do want to send, The notes are joined 233 you send out the next version. If 'Tested-by:' is set to 253 Cc: used by git send-email is ignored by patman, but will be 254 interpreted by git send-email if you use it. 280 Once the patches are created, patman sends them using git send-email. The [all …]
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.android-fastboot-protocol | 47 send the indicated amount of data. Short packets are always 77 Host: "download:00001234" request to send 0x1234 bytes of data 81 Host: < 0x1234 bytes > send data 91 Host: "powerdown" send a command
|
| H A D | README.drivers.eth | 79 dev->send = ape_send; 131 for send/recv operations. You often do things here such as resetting the MAC 137 The send function does what you think -- transmit the specified packet whose 139 transmission is complete, and you should leave the state such that the send 180 dev->send()
|
| H A D | README.mpc74xx | 19 If you find any errors in the CPU setup code, please send us a note.
|
| H A D | README.mpc83xxads | 73 send <u-boot-bin-image>
|
| /rk3399_rockchip-uboot/net/ |
| H A D | eth-uclass.c | 343 ret = eth_get_ops(current)->send(current, packet, length); in eth_send() 476 if (ops->send) in eth_post_probe() 477 ops->send += gd->reloc_off; in eth_post_probe()
|
| /rk3399_rockchip-uboot/drivers/mailbox/ |
| H A D | sandbox-mbox.c | 92 .send = sandbox_mbox_send,
|
| H A D | mailbox-uclass.c | 109 return ops->send(chan, data); in mbox_send()
|
| H A D | tegra-hsp.c | 182 .send = tegra_hsp_send,
|
| /rk3399_rockchip-uboot/lib/lzo/ |
| H A D | lzo1x_decompress.c | 82 const unsigned char *send = src + src_len; in lzop_decompress() local 92 while (src < send) { in lzop_decompress()
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | altera_tse.c | 484 return priv->ops->send(dev, packet, length); in altera_tse_send() 561 .send = altera_tse_send_sgdma, 568 .send = altera_tse_send_msgdma, 693 .send = altera_tse_send,
|
| H A D | xilinx_ll_temac.c | 327 dev->send = ll_temac_send_sdma; in xilinx_ll_temac_initialize() 335 dev->send = ll_temac_send_fifo; in xilinx_ll_temac_initialize()
|
| H A D | sandbox-raw.c | 139 .send = sb_eth_raw_send,
|
| H A D | ftmac100.c | 297 dev->send = ftmac100_send; in ftmac100_initialize() 418 .send = ftmac100_send,
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | u_boot_console_base.py | 192 self.p.send(chunk) 364 self.p.send(' ')
|
| H A D | u_boot_spawn.py | 107 def send(self, data): member in Spawn
|