Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/typec/mux/
Dintel_pmc_mux.c109 #define IOM_PORT_STATUS_CONNECTED BIT(31) macro
438 if (!(port->iom_status & IOM_PORT_STATUS_CONNECTED)) in pmc_usb_disconnect()
462 if (port->iom_status & IOM_PORT_STATUS_CONNECTED) { in pmc_usb_connect()