Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-dbgcap.h62 #define DBC_PORTSC_RESET_CHANGE BIT(21) macro
H A Dxhci-dbgcap.c669 if (portsc & DBC_PORTSC_RESET_CHANGE) in dbc_handle_port_status()
679 writel(portsc & ~DBC_PORTSC_RESET_CHANGE, &dbc->regs->portsc); in dbc_handle_port_status()
796 if (portsc & DBC_PORTSC_RESET_CHANGE) { in xhci_dbc_do_handle_events()