Lines Matching full:to
25 * @dev: AXI bus to read from.
26 * @address: The address to read from.
27 * @data: Pointer to a variable that takes the data value read
29 * @size: The size of the data to be read.
37 * write() - Write a single value to a specified address on a AXI bus
38 * @dev: AXI bus to write to.
39 * @address: The address to write to.
40 * @data: Pointer to the data value to be written to the address
42 * @size: The size of the data to write.
54 * @dev: AXI bus to read from.
55 * @address: The address to read from.
56 * @data: Pointer to a variable that takes the data value read from the
58 * @size: The size of the data to write.
66 * axi_write() - Write a single value to a specified address on a AXI bus
67 * @dev: AXI bus to write to.
68 * @address: The address to write to.
69 * @data: Pointer to the data value to be written to the address on the
71 * @size: The size of the data to write.
81 * @dev: AXI bus to read from.
82 * @address: The address to read from.
83 * @data: Pointer to a variable that takes the data value read
85 * @size: The size of the data to be read.
93 * write() - Write a single value to a specified address on a AXI bus
94 * @dev: AXI bus to write to.
95 * @address: The address to write to.
96 * @data: Pointer to the data value to be written to the address
98 * @size: The size of the data to write.
108 * @dev: Emulated AXI device to get the pointer of the internal
110 * @storep: Pointer to the internal storage of the emulated AXI