/u-boot/drivers/dma/ |
A D | Kconfig | 12 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 D | dma-uclass.c | 243 if (!ops->transfer) in dma_memcpy() 250 return ops->transfer(dev, DMA_MEM_TO_MEM, dst, src, len); in dma_memcpy()
|
A D | sandbox-dma-test.c | 231 .transfer = sandbox_dma_transfer,
|
/u-boot/doc/usage/ |
A D | loady.rst | 16 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 D | bootefi.rst | 106 'block image transfer' - on request 116 => setenv efi_selftest 'block image transfer'
|
/u-boot/doc/ |
A D | README.dfutftp | 30 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 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
|
A D | README.omap3 | 120 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 D | sysreset_mpc83xx.h | 69 static const char * const transfer[] = { variable
|
A D | sysreset_mpc83xx.c | 122 "Transfer Type", ttype, transfer[ttype]); in print_83xx_arb_event()
|
/u-boot/doc/device-tree-bindings/spi/ |
A D | spi-mcf-dspi.txt | 17 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 D | spi-cadence.txt | 31 n_ss_out low and first bit transfer
|
A D | spi-stm32-qspi.txt | 10 - A pinctrl must be defined to set pins in mode of operation for QSPI transfer
|
/u-boot/drivers/i2c/ |
A D | ihs_i2c.c | 216 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 D | dma-uclass.h | 135 int (*transfer)(struct udevice *dev, int direction, void *dst, member
|
A D | mipi_dsi.h | 95 ssize_t (*transfer)(struct mipi_dsi_host *host, member
|
/u-boot/doc/SPI/ |
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
|
/u-boot/board/solidrun/clearfog/ |
A D | Kconfig | 38 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 D | i2c-gpio.txt | 16 The resulting transfer speed can be adjusted by setting the delay[us]
|
A D | i2c-stm32.txt | 9 operation for I2C transfer
|
/u-boot/arch/powerpc/cpu/mpc83xx/ |
A D | cpu_init.c | 329 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 D | mediatek,mtk-xhci.txt | 20 "dma_ck": dma_bus clock for data transfer by DMA,
|
/u-boot/drivers/mailbox/ |
A D | Kconfig | 8 ability to transfer small messages and/or notifications from one
|
/u-boot/arch/arm/dts/ |
A D | kirkwood-ib62x0.dts | 35 pmx_led_usb_transfer: pmx-led-usb-transfer {
|
/u-boot/drivers/video/ |
A D | mipi_dsi.c | 93 if (!ops || !ops->transfer) in mipi_dsi_device_transfer() 99 return ops->transfer(dsi->host, msg); in mipi_dsi_device_transfer()
|