Searched refs:TCPC_ALERT_CC_STATUS (Results 1 – 4 of 4) sorted by relevance
274 if (alert & TCPC_ALERT_CC_STATUS) { in rt1711h_irq()280 rt1711h_write8(chip, TCPC_ALERT, TCPC_ALERT_CC_STATUS); in rt1711h_irq()
96 TCPC_ALERT_RX_HARD_RST | TCPC_ALERT_RX_STATUS | TCPC_ALERT_CC_STATUS | in max_tcpci_init_regs()325 if (status & TCPC_ALERT_CC_STATUS) { in _max_tcpci_irq()
637 TCPC_ALERT_RX_HARD_RST | TCPC_ALERT_CC_STATUS; in tcpci_init()670 if (status & TCPC_ALERT_CC_STATUS) in tcpci_irq()
35 #define TCPC_ALERT_CC_STATUS BIT(0) macro