Searched refs:TCPC_ALERT_RX_BUF_OVF (Results 1 – 2 of 2) sorted by relevance
117 TCPC_ALERT_VBUS_DISCNCT | TCPC_ALERT_RX_BUF_OVF | TCPC_ALERT_POWER_STATUS | in max_tcpci_init_regs()195 ret = max_tcpci_write16(chip, TCPC_ALERT, status & TCPC_ALERT_RX_BUF_OVF ? in process_rx()196 TCPC_ALERT_RX_STATUS | TCPC_ALERT_RX_BUF_OVF : in process_rx()285 mask = status & TCPC_ALERT_RX_BUF_OVF ? in _max_tcpci_irq()286 status & ~(TCPC_ALERT_RX_STATUS | TCPC_ALERT_RX_BUF_OVF) : in _max_tcpci_irq()295 if (status & TCPC_ALERT_RX_BUF_OVF && !(status & TCPC_ALERT_RX_STATUS)) { in _max_tcpci_irq()297 TCPC_ALERT_RX_BUF_OVF)); in _max_tcpci_irq()
22 #define TCPC_ALERT_RX_BUF_OVF BIT(10) macro