Searched refs:TCPC_ALERT_CC_STATUS (Results 1 – 4 of 4) sorted by relevance
277 if (alert & TCPC_ALERT_CC_STATUS) { in rt1711h_irq()283 rt1711h_write8(chip, TCPC_ALERT, TCPC_ALERT_CC_STATUS); in rt1711h_irq()
103 TCPC_ALERT_CC_STATUS | in max_tcpci_init_regs()359 if (status & TCPC_ALERT_CC_STATUS) { in _max_tcpci_irq()
689 TCPC_ALERT_RX_HARD_RST | TCPC_ALERT_CC_STATUS; in tcpci_init()725 if (status & TCPC_ALERT_CC_STATUS) in tcpci_irq()
35 #define TCPC_ALERT_CC_STATUS BIT(0) macro