Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/early/
H A Dxhci-dbc.h46 #define PORTSC_CONN_STATUS BIT(0) macro
H A Dxhci-dbc.c436 ret = handshake(&xdbc.xdbc_reg->portsc, PORTSC_CONN_STATUS, PORTSC_CONN_STATUS, 5000000, 100); in xdbc_start()
698 if (!(port_reg & PORTSC_CONN_STATUS)) { in xdbc_handle_port_status()