Home
last modified time | relevance | path

Searched refs:transfer (Results 1 – 25 of 45) sorted by relevance

12

/rk3399_rockchip-uboot/drivers/i2c/
H A Dihs_i2c.c116 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 Ddma-uclass.c56 if (!ops->transfer) in dma_memcpy()
63 return ops->transfer(dev, DMA_MEM_TO_MEM, dst, src, len); in dma_memcpy()
H A DKconfig12 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 DREADME.dfutftp32 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 DREADME.update8 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 DREADME.omap3137 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 DREADME.ublimage130 and control transfer to the nand_spl code. The nand_spl code is then
H A DREADME.android-fastboot-protocol44 the total data size to transfer.
/rk3399_rockchip-uboot/examples/standalone/
H A DREADME_rkspi.md96 - 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 Drockchip-sound.c98 if (!ops || !ops->transfer) in _sound_play()
101 return ops->transfer(dev, data, data_size); in _sound_play()
H A Drockchip-i2s.c144 .transfer = rk_i2s_transfer_tx_data,
/rk3399_rockchip-uboot/include/
H A Ddma.h48 int (*transfer)(struct udevice *dev, int direction, void *dst, member
H A Dsound.h61 int (*transfer)(struct udevice *dev, unsigned int *data, member
/rk3399_rockchip-uboot/doc/SPI/
H A DREADME.ti_qspi_flash25 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 Di2c-gpio.txt16 The resulting transfer speed can be adjusted by setting the delay[us]
H A Di2c-stm32.txt9 operation for I2C transfer
/rk3399_rockchip-uboot/drivers/mailbox/
H A DKconfig8 ability to transfer small messages and/or notifications from one
/rk3399_rockchip-uboot/doc/device-tree-bindings/spi/
H A Dspi-cadence.txt28 n_ss_out low and first bit transfer
H A Dspi-bus.txt65 Some SPI controllers and devices support Dual and Quad SPI transfer mode.
/rk3399_rockchip-uboot/net/
H A DKconfig33 and 10 timouts per TFTP transfer.
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/
H A Dcpu_init.c392 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 Dethernet.txt10 - max-frame-size: number, maximum transfer unit (IEEE defined MTU), rather than
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddrm_dp_helper.c174 ret = aux->transfer(aux, &msg); in drm_dp_dpcd_access()
329 ret = aux->transfer(aux, msg); in drm_dp_i2c_do_msg()
H A Ddrm_mipi_dsi.c49 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 Ddrm_mipi_dsi.h90 ssize_t (*transfer)(struct mipi_dsi_host *host, member

12