TCPC_ALERT_RX_STATUS
TCPC_ALERT_TX_DISCARDED | TCPC_ALERT_RX_STATUS |
if (status & ~TCPC_ALERT_RX_STATUS)
status & ~TCPC_ALERT_RX_STATUS);
if (status & TCPC_ALERT_RX_STATUS) {
tcpci_write16(tcpci, TCPC_ALERT, TCPC_ALERT_RX_STATUS);
TCPC_ALERT_RX_STATUS | TCPC_ALERT_POWER_STATUS |
max_tcpci_write16(chip, TCPC_ALERT, TCPC_ALERT_RX_STATUS);
TCPC_ALERT_RX_STATUS | (status & TCPC_ALERT_RX_BUF_OVF));
if (status & ~TCPC_ALERT_RX_STATUS) {
mask = status & ~(TCPC_ALERT_RX_STATUS
if (status & TCPC_ALERT_RX_BUF_OVF && !(status & TCPC_ALERT_RX_STATUS)) {
ret = max_tcpci_write16(chip, TCPC_ALERT, (TCPC_ALERT_RX_STATUS |
if (status & TCPC_ALERT_RX_STATUS)
TCPC_ALERT_RX_STATUS | TCPC_ALERT_POWER_STATUS |