Home
last modified time | relevance | path

Searched refs:TCPC_ALERT_CC_STATUS (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/usb/typec/
Dtcpci_rt1711h.c169 if (alert & TCPC_ALERT_CC_STATUS) { in rt1711h_irq()
175 rt1711h_write8(chip, TCPC_ALERT, TCPC_ALERT_CC_STATUS); in rt1711h_irq()
Dtcpci.h30 #define TCPC_ALERT_CC_STATUS BIT(0) macro
Dtcpci.c391 TCPC_ALERT_RX_HARD_RST | TCPC_ALERT_CC_STATUS; in tcpci_init()
411 if (status & TCPC_ALERT_CC_STATUS) in tcpci_irq()