Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/typec/mux/
Dintel_pmc_mux.c108 #define IOM_PORT_STATUS_CONNECTED BIT(31) macro
461 if (!(port->iom_status & IOM_PORT_STATUS_CONNECTED)) in pmc_usb_disconnect()
485 if (port->iom_status & IOM_PORT_STATUS_CONNECTED) { in pmc_usb_connect()