Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.h206 uint32_t dnctrl; member
H A Dhcd-xhci.c2705 xhci->dnctrl = 0; in xhci_reset()
2931 ret = xhci->dnctrl; in xhci_oper_read()
2994 xhci->dnctrl = val & 0xffff; in xhci_oper_write()
3617 VMSTATE_UINT32(dnctrl, XHCIState),