Searched refs:TCPC_ALERT_RX_STATUS (Results 1 – 3 of 3) sorted by relevance
102 TCPC_ALERT_RX_STATUS | TCPC_ALERT_POWER_STATUS | in max_tcpci_init_regs()163 max_tcpci_write16(chip, TCPC_ALERT, TCPC_ALERT_RX_STATUS); in process_rx()198 TCPC_ALERT_RX_STATUS | (status & TCPC_ALERT_RX_BUF_OVF)); in process_rx()299 if (status & ~TCPC_ALERT_RX_STATUS) { in _max_tcpci_irq()300 mask = status & ~(TCPC_ALERT_RX_STATUS in _max_tcpci_irq()309 if (status & TCPC_ALERT_RX_BUF_OVF && !(status & TCPC_ALERT_RX_STATUS)) { in _max_tcpci_irq()310 ret = max_tcpci_write16(chip, TCPC_ALERT, (TCPC_ALERT_RX_STATUS | in _max_tcpci_irq()354 if (status & TCPC_ALERT_RX_STATUS) in _max_tcpci_irq()
339 TCPC_ALERT_RX_STATUS | TCPC_ALERT_POWER_STATUS | in rt1711h_probe()
33 #define TCPC_ALERT_RX_STATUS BIT(2) macro