| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | ihs_i2c.c | 116 int transfer = min(alen, 2); in ihs_i2c_address() local 118 bool is_last = alen <= transfer; in ihs_i2c_address() 124 if (ihs_i2c_transfer(chip, buf, transfer, false, in ihs_i2c_address() 129 alen -= transfer; in ihs_i2c_address() 145 int transfer = min(len, 2); in ihs_i2c_access() local 147 if (ihs_i2c_transfer(chip, buffer, transfer, read, in ihs_i2c_access() 148 len <= transfer)) in ihs_i2c_access() 151 buffer += transfer; in ihs_i2c_access() 152 addr += transfer; in ihs_i2c_access() 153 len -= transfer; in ihs_i2c_access()
|
| /rk3399_rockchip-uboot/drivers/dma/ |
| H A D | dma-uclass.c | 56 if (!ops->transfer) in dma_memcpy() 63 return ops->transfer(dev, DMA_MEM_TO_MEM, dst, src, len); in dma_memcpy()
|
| H A D | Kconfig | 12 buses that is used to transfer data to and from memory. 19 This driver support data transfer between memory
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.dfutftp | 32 the relatively low transfer speed for large files. 34 of only EP0 for transfer. By using Ethernet we can circumvent 44 The "dfu" command has been extended to support transfer via TFTP - one 77 "ethact=usb_ether". In this way one can have very fast DFU transfer via USB. 79 For 33MiB test image the transfer rate was 1MiB/s for ETH over USB and 200KiB/s 80 for pure DFU USB transfer.
|
| H A D | README.update | 8 server in NOR Flash. In more detail: a TFTP transfer of a file given in 13 TFTP transfer is successful, the hash of each update is verified, and if the 31 Normally, TFTP transfer of the update file is done to the address specified 33 transfer is made to the address given in CONFIG_UPDATE_LOAD_ADDR (0x100000 40 server. Since a transfer is attempted during each boot, it is undesirable to 55 If an optional, non-zero address is provided as argument, the TFTP transfer
|
| H A D | README.omap3 | 137 Config source, destination and size of a transfer 139 Wait for a transfer to end - this hast to be called before a channel
|
| H A D | README.ublimage | 130 and control transfer to the nand_spl code. The nand_spl code is then
|
| H A D | README.android-fastboot-protocol | 44 the total data size to transfer.
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | README_rkspi.md | 96 - bitlen: the transfer length in bits 102 #define SPI_XFER_BEGIN BIT(0) /* Assert CS before transfer */ 103 #define SPI_XFER_END BIT(1) /* Deassert CS after transfer */ 121 - n_buf: the transfer length in bytes
|
| /rk3399_rockchip-uboot/drivers/sound/ |
| H A D | rockchip-sound.c | 98 if (!ops || !ops->transfer) in _sound_play() 101 return ops->transfer(dev, data, data_size); in _sound_play()
|
| H A D | rockchip-i2s.c | 144 .transfer = rk_i2s_transfer_tx_data,
|
| /rk3399_rockchip-uboot/include/ |
| H A D | dma.h | 48 int (*transfer)(struct udevice *dev, int direction, void *dst, member
|
| H A D | sound.h | 61 int (*transfer)(struct udevice *dev, unsigned int *data, member
|
| /rk3399_rockchip-uboot/doc/SPI/ |
| H A D | README.ti_qspi_flash | 25 SPI mode uses mtd spi framework for transfer and reception of data. 29 3. Quad mode: use four pin for transfer
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/i2c/ |
| H A D | i2c-gpio.txt | 16 The resulting transfer speed can be adjusted by setting the delay[us]
|
| H A D | i2c-stm32.txt | 9 operation for I2C transfer
|
| /rk3399_rockchip-uboot/drivers/mailbox/ |
| H A D | Kconfig | 8 ability to transfer small messages and/or notifications from one
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/spi/ |
| H A D | spi-cadence.txt | 28 n_ss_out low and first bit transfer
|
| H A D | spi-bus.txt | 65 Some SPI controllers and devices support Dual and Quad SPI transfer mode.
|
| /rk3399_rockchip-uboot/net/ |
| H A D | Kconfig | 33 and 10 timouts per TFTP transfer.
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/ |
| H A D | cpu_init.c | 392 static char *transfer[] = { in print_83xx_arb_event() local 448 printf(" Transfer Type: 0x%02x = %s\n", ttype, transfer[ttype]); in print_83xx_arb_event()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/net/ |
| H A D | ethernet.txt | 10 - max-frame-size: number, maximum transfer unit (IEEE defined MTU), rather than
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | drm_dp_helper.c | 174 ret = aux->transfer(aux, &msg); in drm_dp_dpcd_access() 329 ret = aux->transfer(aux, msg); in drm_dp_i2c_do_msg()
|
| H A D | drm_mipi_dsi.c | 49 if (!ops || !ops->transfer) in mipi_dsi_device_transfer() 55 return ops->transfer(dsi->host, msg); in mipi_dsi_device_transfer()
|
| /rk3399_rockchip-uboot/include/drm/ |
| H A D | drm_mipi_dsi.h | 90 ssize_t (*transfer)(struct mipi_dsi_host *host, member
|