Lines Matching full:transfer
18 * 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
112 * @CONTROL_CMD_READ: Configure bus to do a read transfer
114 * transfer
131 * enum axi_cmd - Determine if transfer is read or write transfer
132 * @AXI_CMD_READ: The transfer should be a read transfer
133 * @AXI_CMD_WRITE: The transfer should be a write transfer
141 * ihs_axi_transfer() - Run transfer on the AXI bus
142 * @bus: The AXI bus device on which to run the transfer on
143 * @address: The address to use in the transfer (i.e. which address to
145 * @cmd: Should the transfer be a read or write transfer?
197 debug("%s: Error occurred during transfer\n", bus->name); in ihs_axi_transfer()
201 debug("%s: Transfer timed out\n", bus->name); in ihs_axi_transfer()
218 debug("%s: transfer size '%d' not supported\n", in ihs_axi_read()
225 debug("%s: Error during AXI transfer (err = %d)\n", in ihs_axi_read()
247 debug("%s: transfer size '%d' not supported\n", in ihs_axi_write()
259 debug("%s: Error during AXI transfer (err = %d)\n", in ihs_axi_write()