Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_controller.rs37 usbcmd: Register<u32>, field
45 usbcmd: regs.usbcmd.clone(), in new()
59 self.usbcmd.set_value(USBCMD_STOPPED); in fail()
Dxhci_regs.rs132 pub usbcmd: Register<u32>, field
243 let usbcmd = register!( in init_xhci_mmio_space_and_regs() localVariable
251 mmio.add_register(usbcmd.clone()); in init_xhci_mmio_space_and_regs()
428 usbcmd, in init_xhci_mmio_space_and_regs()
Dxhci.rs143 xhci.regs.usbcmd.set_write_cb(move |val: u32| { in init_reg_callbacks()
306 if (self.regs.usbcmd.get_value() & USB_CMD_RUNSTOP) > 0 { in doorbell_callback()
331 && ((self.regs.usbcmd.get_value() & USB_CMD_INTERRUPTER_ENABLE) > 0); in iman_callback()