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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/early/
H A Dehci-dbgp.c132 #define DBGP_CLAIM (DBGP_OWNER | DBGP_ENABLED | DBGP_INUSE) macro
536 ctrl |= DBGP_CLAIM;
539 if ((ctrl & DBGP_CLAIM) != DBGP_CLAIM) {
541 writel(ctrl & ~DBGP_CLAIM, &ehci_debug->control);
811 ctrl &= ~(DBGP_CLAIM | DBGP_OUT);
987 ctrl &= ~(DBGP_CLAIM);

Completed in 122 milliseconds