Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A 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()
H A Dtcpci_et7303.c177 if (alert & TCPC_ALERT_CC_STATUS) { in et7303_irq()
183 et7303_write8(chip, TCPC_ALERT, TCPC_ALERT_CC_STATUS); in et7303_irq()
H A Dtcpci.h34 #define TCPC_ALERT_CC_STATUS BIT(0) macro
H A Dtcpci_maxim.c126 TCPC_ALERT_RX_HARD_RST | TCPC_ALERT_RX_STATUS | TCPC_ALERT_CC_STATUS | in max_tcpci_init_regs()
355 if (status & TCPC_ALERT_CC_STATUS) in _max_tcpci_irq()
H A Dtcpci.c673 TCPC_ALERT_RX_HARD_RST | TCPC_ALERT_CC_STATUS; in tcpci_init()
703 if (status & TCPC_ALERT_CC_STATUS) in tcpci_irq()
/OK3568_Linux_fs/u-boot/drivers/power/power_delivery/
H A Dtcpci.h30 #define TCPC_ALERT_CC_STATUS BIT(0) macro
H A Dtcpci.c495 TCPC_ALERT_RX_HARD_RST | TCPC_ALERT_CC_STATUS; in tcpci_init()
520 if (status & TCPC_ALERT_CC_STATUS) in tcpci_poll_event()