Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c198 #define EP_STATE_MASK 0x7 macro
1050 ctx[0] &= ~EP_STATE_MASK; in xhci_set_ep_state()
1155 ctx[0] &= ~EP_STATE_MASK; in xhci_enable_ep()
3505 state = ep_ctx[0] & EP_STATE_MASK; in usb_xhci_post_load()