Home
last modified time | relevance | path

Searched full:transfer (Results 1 – 25 of 1177) sorted by relevance

12345678910>>...48

/openbmc/u-boot/drivers/axi/
H A Dihs_axi.c18 * error during transfer, transfer complete, etc.)
23 * device to transfer data from/to
25 * device to transfer data from/to
74 * @STATUS_READ_COMPLETE_EVENT: A read transfer was completed
75 * @STATUS_WRITE_COMPLETE_EVENT: A write transfer was completed
76 * @STATUS_TIMEOUT_EVENT: A timeout has occurred during the transfer
77 * @STATUS_ERROR_EVENT: A error has occurred during the transfer
108 * for the next transfer
109 * @CONTROL_CMD_WRITE: Configure bus to do a write transfer
111 * transfer
[all …]
/openbmc/qemu/hw/scsi/
H A Demulation.c14 /* optimal transfer length granularity. This field and the optimal in scsi_emulate_block_limits()
15 * transfer length can't be greater than maximum transfer length. in scsi_emulate_block_limits()
19 /* maximum transfer length */ in scsi_emulate_block_limits()
22 /* optimal transfer length */ in scsi_emulate_block_limits()
38 /* max write same size, make it the same as maximum transfer length */ in scsi_emulate_block_limits()
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-rutabaga.c36 struct rutabaga_transfer transfer = { 0 }; in virtio_gpu_rutabaga_update_cursor() local
51 transfer.x = 0; in virtio_gpu_rutabaga_update_cursor()
52 transfer.y = 0; in virtio_gpu_rutabaga_update_cursor()
53 transfer.z = 0; in virtio_gpu_rutabaga_update_cursor()
54 transfer.w = res->width; in virtio_gpu_rutabaga_update_cursor()
55 transfer.h = res->height; in virtio_gpu_rutabaga_update_cursor()
56 transfer.d = 1; in virtio_gpu_rutabaga_update_cursor()
62 resource_id, &transfer, in virtio_gpu_rutabaga_update_cursor()
241 struct rutabaga_transfer transfer = { 0 }; in rutabaga_cmd_resource_flush() local
271 transfer.x = 0; in rutabaga_cmd_resource_flush()
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DPowerDistribution.v1_4_0.json354 "description": "The configuration settings for an automatic transfer switch.",
355 …erty shall contain the configuration information regarding an automatic transfer switch function f…
366 … "description": "The criteria used to initiate a transfer for an automatic transfer switch.",
367 …This property shall contain the criteria for initiating a transfer within an automatic transfer sw…
420 "AutomaticTransferSwitch": "An automatic power transfer switch.",
424 "ManualTransferSwitch": "A manual power transfer switch.",
438 "description": "The configuration settings for an automatic transfer switch.",
439 …type shall contain the configuration information regarding an automatic transfer switch function f…
501 …"description": "The time in seconds to delay the automatic transfer from the alternate mains circu…
502 …"This property shall contain the time in seconds to delay the automatic transfer from the alternat…
[all …]
H A DProtocol.json61 "FTP": "File Transfer Protocol (FTP).",
65 "HTTPS": "Hypertext Transfer Protocol Secure (HTTPS).",
81 "SFTP": "SSH File Transfer Protocol (SFTP).",
84 "TFTP": "Trivial File Transfer Protocol (TFTP).",
105 …"FTP": "This value shall indicate conformance to the RFC114-defined File Transfer Protocol (FTP).",
109 …"HTTPS": "This value shall indicate conformance to the Hypertext Transfer Protocol Secure (HTTPS) …
124 …: "This value shall indicate conformance to the RFC114-defined SSH File Transfer Protocol (SFTP) t…
127 …"This value shall indicate conformance to the IETF-defined Trivial File Transfer Protocol (TFTP). …
/openbmc/libpldm/include/libpldm/
H A Dfru.h246 * Table data transfer
248 * the start of the transfer
261 * next portion of the transfer
262 * @param[in] transfer_flag - The transfer flag that indicates what part of the
263 * transfer this response represents
282 * Table data transfer
289 * the start of the transfer
303 * next portion of the transfer
304 * @param[in] transfer_flag - The transfer flag that indicates what part of the
305 * transfer this response represents
[all …]
H A Dbios.h248 * @param[in] transfer_handle - Handle to identify a BIOS table transfer
249 * @param[in] transfer_flag - Flag to indicate what part of the transfer
276 * next portion of the transfer
288 * @param[in] transfer_handle - Handle to identify a BIOS table transfer
289 * @param[in] transfer_flag - Flag to indicate what part of the transfer
319 * next portion of the transfer
358 * transfer
359 * @param[in] transfer_flag - To indicate what part of the transfer this
374 * @param[in] transfer_handle - Handle to identify a BIOS table transfer
376 * transfer
[all …]
/openbmc/u-boot/drivers/sysreset/
H A Dsysreset_mpc83xx.h17 "Address Only Transfer Type",
18 "External Control Word Transfer Type",
19 "Reserved Transfer Type",
20 "Transfer Error",
66 * String array for all possible transfer types; indexed by the TTYPE field of
69 static const char * const transfer[] = { variable
/openbmc/u-boot/drivers/dma/
H 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
H A Dti-edma3.c49 * your quick channel number 0-7, complete code - transfer complete code
88 * Note that the destination address is modified during the DMA transfer
159 * Note that the source address is modified during the DMA transfer
222 * edma3_set_transfer_params - configure DMA transfer parameters
238 * An example of an A-Synchronized transfer is a serial link using a
241 * event to transfer each word, and memory access by the DMA transfer
244 * An example of an AB-Synchronized transfer is a device using a FIFO.
247 * the FIFO threshold is reached, and the DMA transfer controller will
248 * transfer one frame to (or from) the FIFO. It will probably use
283 * Use this to assign all parameters of a transfer at once. This
[all …]
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_spi.h38 #define AT91_SPI_LASTXFER (1 << 24) /* Last Transfer [SAM9261 only] */
59 #define AT91_SPI_LASTXFER (1 << 24) /* Last Transfer [SAM9261 only] */
81 #define AT91_SPI_CSAAT (1 << 3) /* Chip Select Active After Transfer [SAM9261 only] */
82 #define AT91_SPI_BITS (0xf << 4) /* Bits Per Transfer */
112 #define AT91_SPI_PTCR 0x0120 /* PDC Transfer Control Register */
113 #define AT91_SPI_RXTEN (0x1 << 0) /* Receiver Transfer Enable */
114 #define AT91_SPI_RXTDIS (0x1 << 1) /* Receiver Transfer Disable */
115 #define AT91_SPI_TXTEN (0x1 << 8) /* Transmitter Transfer Enable */
116 #define AT91_SPI_TXTDIS (0x1 << 9) /* Transmitter Transfer Disable */
118 #define AT91_SPI_PTSR 0x0124 /* PDC Transfer Status Register */
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io.hpp32 // The minimum data size of dma transfer in bytes
42 * Expose API to initiate transfer of data by DMA
44 * This class only exposes the public API transferDataHost to transfer data
51 /** @brief API to transfer data between BMC and host using DMA
53 * @param[in] path - pathname of the file to transfer data from or to
55 * @param[in] length - length of the data to transfer
57 * @param[in] upstream - indicates direction of the transfer; true indicates
58 * transfer to the host
65 /** @brief API to transfer data on to unix socket from host using DMA
67 * @param[in] path - pathname of the file to transfer data from or to
[all …]
/openbmc/u-boot/arch/sandbox/include/asm/
H A Daxi.h15 * @address: The address of a transfer that should be handled by a emulation
17 * @length: The data width of a transfer that should be handled by a emulation
20 * the transfer specified by the address and length parameters
43 * width) of a AXI transfer which should be handled by a emulation device.
46 * transfer exists or the device could not be retrieved
/openbmc/u-boot/include/
H A Ddma-uclass.h93 * receive() - Receive a DMA transfer.
102 * send() - Send a DMA transfer.
113 * transfer() - Issue a DMA transfer. The implementation must
114 * wait until the transfer is done.
117 * @direction: direction of data transfer (should be one from
124 int (*transfer)(struct udevice *dev, int direction, void *dst, member
H A Dw83c553f.h103 #define W83C553F_MODE_TM_DEMAND (0<<6) /* transfer mode - demand */
104 #define W83C553F_MODE_TM_SINGLE (1<<6) /* transfer mode - single */
105 #define W83C553F_MODE_TM_BLOCK (2<<6) /* transfer mode - block */
106 #define W83C553F_MODE_TM_CASCADE (3<<6) /* transfer mode - cascade */
109 #define W83C553F_MODE_TT_VERIFY (0<<2) /* transfer type - verify */
110 #define W83C553F_MODE_TT_WRITE (1<<2) /* transfer type - write */
111 #define W83C553F_MODE_TT_READ (2<<2) /* transfer type - read */
112 #define W83C553F_MODE_TT_ILLEGAL (3<<2) /* transfer type - illegal */
/openbmc/pldm/platform-mc/
H A Dplatform_manager.hpp63 * @param[in] dataTransferHndl - Data transfer handle
64 * @param[in] transferOpFlag - Transfer Operation Flag
68 * @param[out] nextDataTransferHndl - Next data transfer handle
69 * @param[out] transferFlag - Transfer flag
154 * @param[in] dataTransferHndl - Data transfer handle
155 * @param[in] transferOpFlag - Transfer Operation Flag
156 * @param[out] nextDataTransferHndl - Next data transfer handle
157 * @param[out] transferFlag - Transfer flag
/openbmc/u-boot/doc/
H 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
75 "ethact=usb_ether". In this way one can have very fast DFU transfer via USB.
77 For 33MiB test image the transfer rate was 1MiB/s for ETH over USB and 200KiB/s
78 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
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/
H A DEntry.interface.yaml14 The transfer will be initiated to the target provide. The caller of
15 this function should set up a method to transfer and pass the URI to
17 transfer is successfully initiated. Once the transfer is completed.
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DProtocol.json61 "FTP": "File Transfer Protocol (FTP).",
65 "HTTPS": "Hypertext Transfer Protocol Secure (HTTPS).",
81 "SFTP": "SSH File Transfer Protocol (SFTP).",
84 "TFTP": "Trivial File Transfer Protocol (TFTP).",
105 "FTP": "This value shall indicate conformance to the RFC114-defined File Transfer Protocol (FTP).",
109 "HTTPS": "This value shall indicate conformance to the Hypertext Transfer Protocol Secure (HTTPS) as defined by RFC2068 or RFC2616, which uses Transport Layer Security (TLS) as defined by RFC5246 or RFC6176.",
124 "SFTP": "This value shall indicate conformance to the RFC114-defined SSH File Transfer Protocol (SFTP) that uses Transport Layer Security (TLS) as defined by RFC5246 or RFC6176.",
127 "TFTP": "This value shall indicate conformance to the IETF-defined Trivial File Transfer Protocol (TFTP). For example, RFC1350 defines the core TFTP version 2 specification.",
/openbmc/u-boot/drivers/spi/
H A Dmeson_spifc.c126 * meson_spifc_txrx() - transfer a chunk of data
130 * @offset: offset of the data to transfer
131 * @len: length of the data to transfer
132 * @last_xfer: whether this is the last transfer of the message
133 * @last_chunk: whether this is the last chunk of the transfer
165 /* start transfer */ in meson_spifc_txrx()
180 * meson_spifc_xfer() - perform a single transfer
182 * @bitlen: length of the transfer
185 * @flags: transfer flags
/openbmc/qemu/tests/qemu-iotests/
H A D17758 # Limited to 64k max-transfer
60 echo "== constrained alignment and max-transfer =="
61 limits=align=4k,max-transfer=64k
66 echo "== write zero with constrained max-transfer =="
67 limits=align=512,max-transfer=64k,opt-write-zero=$CLUSTER_SIZE
H A D20459 # Limited to 64k max-transfer
61 echo "== constrained alignment and max-transfer =="
62 limits=align=4k,max-transfer=64k
67 echo "== write zero with constrained max-transfer =="
68 limits=align=512,max-transfer=64k,opt-write-zero=$CLUSTER_SIZE
/openbmc/qemu/docs/specs/
H A Dedu.rst84 0x90 (RW) : DMA transfer count
91 start transfer
112 One has to specify, source, destination, size, and start the transfer. One
123 100 -> DMA transfer count
132 100 -> DMA transfer count
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DPowerDistribution_v1.xml103 …<Annotation Term="OData.LongDescription" String="This action shall transfer power input from the e…
168 …on Term="OData.Description" String="The configuration settings for an automatic transfer switch."/>
169 …erty shall contain the configuration information regarding an automatic transfer switch function f…
172 …OData.Description" String="The criteria used to initiate a transfer for an automatic transfer swit…
173 …This property shall contain the criteria for initiating a transfer within an automatic transfer sw…
288 <Annotation Term="OData.Description" String="A manual power transfer switch."/>
291 <Annotation Term="OData.Description" String="An automatic power transfer switch."/>
333 …on Term="OData.Description" String="The configuration settings for an automatic transfer switch."/>
334 …type shall contain the configuration information regarding an automatic transfer switch function f…
362 …="OData.Description" String="The time in seconds to delay the automatic transfer from the alternat…
[all …]

12345678910>>...48