Lines Matching full:of
26 /** Address of I2C device register */
28 /** Human readable name of register */
30 /** Size in bytes of the register */
34 /** Size of the array containing the standard registers used by tcpci dump command */
45 * @brief Function to read the 8-bit register of TCPCI device
48 * @param reg Address of TCPCI register
50 * @return int Status of I2C operation, 0 in case of success
55 * @brief Function to write a value to the 8-bit register of TCPCI device
58 * @param reg Address of TCPCI register
60 * @return int Status of I2C operation, 0 in case of success
65 * @brief Function to read and update part of the 8-bit register of TCPCI device
69 * @param reg Address of TCPCI register
70 * @param mask Bitmask specifying which bits of the device register will be modified
72 * @return int Status of I2C operation, 0 in case of success
77 * @brief Function to read the 16-bit register of TCPCI device
80 * @param reg Address of TCPCI register
82 * @return int Status of I2C operation, 0 in case of success
87 * @brief Function to write a value to the 16-bit register of TCPCI device
90 * @param reg Address of TCPCI register
92 * @return int Status of I2C operation, 0 in case of success
101 * @param reg Value of the TCPCI alert register. This parameter must have value other than zero.
102 * @return enum tcpc_alert Value of one of the flags being set in the alert register
114 * @return int Status of I2C operation, 0 in case of success