Searched refs:TCPC_ALERT_RX_BUF_OVF (Results 1 – 2 of 2) sorted by relevance
123 TCPC_ALERT_VBUS_DISCNCT | TCPC_ALERT_RX_BUF_OVF | TCPC_ALERT_POWER_STATUS | in max_tcpci_init_regs()201 ret = max_tcpci_write16(chip, TCPC_ALERT, status & TCPC_ALERT_RX_BUF_OVF ? in process_rx()202 TCPC_ALERT_RX_STATUS | TCPC_ALERT_RX_BUF_OVF : in process_rx()305 mask = status & TCPC_ALERT_RX_BUF_OVF ? in _max_tcpci_irq()306 status & ~(TCPC_ALERT_RX_STATUS | TCPC_ALERT_RX_BUF_OVF) : in _max_tcpci_irq()315 if (status & TCPC_ALERT_RX_BUF_OVF && !(status & TCPC_ALERT_RX_STATUS)) { in _max_tcpci_irq()317 TCPC_ALERT_RX_BUF_OVF)); in _max_tcpci_irq()
25 #define TCPC_ALERT_RX_BUF_OVF BIT(10) macro