Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/typec/mux/
Dintel_pmc_mux.c106 #define IOM_PORT_STATUS_CONNECTED BIT(31) macro
401 if (!(port->iom_status & IOM_PORT_STATUS_CONNECTED)) in pmc_usb_disconnect()
425 if (port->iom_status & IOM_PORT_STATUS_CONNECTED) { in pmc_usb_connect()