max_tcpci_read8
ret = max_tcpci_read8(chip, VENDOR_CC_STATUS2, vendor_cc_status2_cc1);
ret = max_tcpci_read8(chip, VENDOR_CC_STATUS2, vendor_cc_status2_cc2);
ret = max_tcpci_read8(chip, TCPC_ROLE_CTRL, &role_ctrl);
ret = max_tcpci_read8(chip, TCPC_VENDOR_CC_CTRL1, &temp);
ret = max_tcpci_read8(chip, TCPC_VENDOR_CC_CTRL2, &temp);
ret = max_tcpci_read8(chip, TCPC_CC_STATUS, &cc_status);
ret = max_tcpci_read8(chip, TCPC_POWER_CTRL, &pwr_cntl);
ret = max_tcpci_read8(chip, TCPC_CC_STATUS, &cc_status);
ret = max_tcpci_read8(chip, TCPC_ROLE_CTRL, &role_ctrl);
ret = max_tcpci_read8(chip, TCPC_VENDOR_FLADC_STATUS, &fladc);
ret = max_tcpci_read8(chip, TCPC_POWER_STATUS, &pwr_status);
ret = max_tcpci_read8(chip, TCPC_FAULT_STATUS, ®_status);
ret = max_tcpci_read8(chip, TCPC_ALERT_EXTENDED, ®_status);
ret = max_tcpci_read8(chip, TCPC_EXTENDED_STATUS, (u8 *)®_status);
ret = max_tcpci_read8(chip, TCPC_POWER_STATUS, &power_status);