Searched refs:DBGP_GO (Results 1 – 2 of 2) sorted by relevance
205 writel(ctrl | DBGP_GO, &ehci_debug->control); in dbgp_wait_until_done()287 ctrl |= DBGP_GO; in dbgp_bulk_write()314 ctrl |= DBGP_GO; in dbgp_bulk_read()353 ctrl |= DBGP_GO; in dbgp_control_msg()
180 #define DBGP_GO (1<<5) macro