Lines Matching +full:64 +full:- +full:byte
6 * SPDX-License-Identifier: Apache-2.0
27 * @brief Output a byte to an I/O port
29 * This function writes a byte to the given port.
31 * @param data the byte to write
32 * @param port the port address where to write the byte
37 * @brief Input a byte from an I/O port
39 * This function reads a byte from the port.
41 * @param port the port address from where to read the byte
43 * @return the byte read
151 * @brief Write a byte to a memory mapped register
153 * This function writes a byte to the given memory mapped register.
155 * @param data the byte to write
156 * @param addr the memory mapped register address where to write the byte
161 * @brief Read a byte from a memory mapped register
163 * This function reads a byte from the given memory mapped register.
165 * @param addr the memory mapped register address from where to read the byte
167 * @return the byte read
216 * @brief Write 64 bits to a memory mapped register
218 * This function writes 64 bits to the given memory mapped register.
220 * @param data the 64 bits to write
221 * @param addr the memory mapped register address where to write the 64 bits
226 * @brief Read 64 bits from a memory mapped register
228 * This function reads 64 bits from the given memory mapped register.
231 * the 64 bits
233 * @return the 64 bits read