Home
last modified time | relevance | path

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

12

/u-boot/drivers/dma/
A DKconfig12 buses that is used to transfer data to and from memory.
20 channels which can either transfer data to/from different devices.
27 DMA transfer by simple copying data between channels.
35 This driver support data transfer from devices to
42 This driver support data transfer between memory
A Ddma-uclass.c243 if (!ops->transfer) in dma_memcpy()
250 return ops->transfer(dev, DMA_MEM_TO_MEM, dst, src, len); in dma_memcpy()
A Dsandbox-dma-test.c231 .transfer = sandbox_dma_transfer,
/u-boot/doc/usage/
A Dloady.rst16 The loady command is used to transfer a file to the device via the serial line
33 transfer a file to the device.
37 file transfer.
A Dbootefi.rst106 'block image transfer' - on request
116 => setenv efi_selftest 'block image transfer'
/u-boot/doc/
A DREADME.dfutftp30 the relatively low transfer speed for large files.
32 of only EP0 for transfer. By using Ethernet we can circumvent
42 The "dfu" command has been extended to support transfer via TFTP - one
73 "ethact=usb_ether". In this way one can have very fast DFU transfer via USB.
75 For 33MiB test image the transfer rate was 1MiB/s for ETH over USB and 200KiB/s
76 for pure DFU USB transfer.
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
A DREADME.omap3120 Config source, destination and size of a transfer
122 Wait for a transfer to end - this hast to be called before a channel
/u-boot/drivers/sysreset/
A Dsysreset_mpc83xx.h69 static const char * const transfer[] = { variable
A Dsysreset_mpc83xx.c122 "Transfer Type", ttype, transfer[ttype]); in print_83xx_arb_event()
/u-boot/doc/device-tree-bindings/spi/
A Dspi-mcf-dspi.txt17 select and the start of clock signal, at the start of a transfer.
19 signal and deactivating chip select, at the end of a transfer.
A Dspi-cadence.txt31 n_ss_out low and first bit transfer
A Dspi-stm32-qspi.txt10 - A pinctrl must be defined to set pins in mode of operation for QSPI transfer
/u-boot/drivers/i2c/
A Dihs_i2c.c216 int transfer = min(len, 2); in ihs_i2c_send_buffer() local
217 bool is_last = len <= transfer; in ihs_i2c_send_buffer()
220 res = ihs_i2c_transfer(dev, chip, data, transfer, read, in ihs_i2c_send_buffer()
223 res = ihs_i2c_transfer(chip, data, transfer, read, in ihs_i2c_send_buffer()
229 data += transfer; in ihs_i2c_send_buffer()
230 len -= transfer; in ihs_i2c_send_buffer()
/u-boot/include/
A Ddma-uclass.h135 int (*transfer)(struct udevice *dev, int direction, void *dst, member
A Dmipi_dsi.h95 ssize_t (*transfer)(struct mipi_dsi_host *host, member
/u-boot/doc/SPI/
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
/u-boot/board/solidrun/clearfog/
A DKconfig38 Set the SFP module connection to support 2.5 Gbps transfer speed for the
39 SGMII connection (requires a supporting SFP). By default, transfer speed
/u-boot/doc/device-tree-bindings/i2c/
A Di2c-gpio.txt16 The resulting transfer speed can be adjusted by setting the delay[us]
A Di2c-stm32.txt9 operation for I2C transfer
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dcpu_init.c329 static char *transfer[] = { in print_83xx_arb_event() local
385 printf(" Transfer Type: 0x%02x = %s\n", ttype, transfer[ttype]); in print_83xx_arb_event()
/u-boot/doc/device-tree-bindings/usb/
A Dmediatek,mtk-xhci.txt20 "dma_ck": dma_bus clock for data transfer by DMA,
/u-boot/drivers/mailbox/
A DKconfig8 ability to transfer small messages and/or notifications from one
/u-boot/arch/arm/dts/
A Dkirkwood-ib62x0.dts35 pmx_led_usb_transfer: pmx-led-usb-transfer {
/u-boot/drivers/video/
A Dmipi_dsi.c93 if (!ops || !ops->transfer) in mipi_dsi_device_transfer()
99 return ops->transfer(dsi->host, msg); in mipi_dsi_device_transfer()

Completed in 124 milliseconds

12