Searched refs:TCPC_ALERT_RX_STATUS (Results 1 – 4 of 4) 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()
694 TCPC_ALERT_TX_DISCARDED | TCPC_ALERT_RX_STATUS | in tcpci_init()727 if (status & ~TCPC_ALERT_RX_STATUS) in tcpci_irq()729 status & ~TCPC_ALERT_RX_STATUS); in tcpci_irq()746 if (status & TCPC_ALERT_RX_STATUS) { in tcpci_irq()774 tcpci_write16(tcpci, TCPC_ALERT, TCPC_ALERT_RX_STATUS); in tcpci_irq()
339 TCPC_ALERT_RX_STATUS | TCPC_ALERT_POWER_STATUS | in rt1711h_probe()
33 #define TCPC_ALERT_RX_STATUS BIT(2) macro