Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/early/
H A Dehci-dbgp.c137 #define DBGP_CLAIM (DBGP_OWNER | DBGP_ENABLED | DBGP_INUSE) macro
535 ctrl |= DBGP_CLAIM; in _dbgp_external_startup()
538 if ((ctrl & DBGP_CLAIM) != DBGP_CLAIM) { in _dbgp_external_startup()
540 writel(ctrl & ~DBGP_CLAIM, &ehci_debug->control); in _dbgp_external_startup()
804 ctrl &= ~(DBGP_CLAIM | DBGP_OUT); in ehci_setup()
989 ctrl &= ~(DBGP_CLAIM); in dbgp_reset_prep()