Lines Matching full:tcpci
8 * @brief Helper functions to use by the TCPCI-compliant drivers
10 * This file contains generic TCPCI functions that may be used by the drivers to TCPCI-compliant
12 * TCPCI generic functionality and register operations.
34 /** Size of the array containing the standard registers used by tcpci dump command */
37 * @brief Array containing the standard TCPCI registers list.
38 * If the TCPC driver contain any vendor-specific registers, it may override the TCPCI dump_std_reg
45 * @brief Function to read the 8-bit register of TCPCI device
48 * @param reg Address of TCPCI register
55 * @brief Function to write a value to the 8-bit register of TCPCI device
58 * @param reg Address of TCPCI register
65 * @brief Function to read and update part of the 8-bit register of TCPCI device
69 * @param reg Address of TCPCI register
77 * @brief Function to read the 16-bit register of TCPCI device
80 * @param reg Address of TCPCI register
87 * @brief Function to write a value to the 16-bit register of TCPCI device
90 * @param reg Address of TCPCI register
97 * @brief Function that converts the TCPCI alert register to the tcpc_alert enum
101 * @param reg Value of the TCPCI alert register. This parameter must have value other than zero.