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

/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci.c407 volatile uint32_t* usbcmd = &xhci->op_regs->usbcmd; local
413 XHCI_SET32(usbcmd, USBCMD_RS, 0);
417 XHCI_SET32(usbcmd, USBCMD_HCRST, USBCMD_HCRST);
418 xhci_wait_bits(usbcmd, USBCMD_HCRST, 0);
450 XHCI_SET32(usbcmd, start_flags, start_flags);
486 volatile uint32_t* usbcmd = &xhci->op_regs->usbcmd; local
494 XHCI_SET32(usbcmd, USBCMD_RS, 0);
H A Dxhci-hw.h54 uint32_t usbcmd; // USB Command member in struct:__anon532

Completed in 30 milliseconds