Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-ehci.c193 static inline void ehci_clear_usbsts(EHCIState *s, int mask) in ehci_clear_usbsts() function
251 ehci_clear_usbsts(s, USBSTS_HALT); in ehci_update_halt()
265 ehci_clear_usbsts(s, USBSTS_ASS); in ehci_set_state()
274 ehci_clear_usbsts(s, USBSTS_PSS); in ehci_set_state()
1069 ehci_clear_usbsts(s, val); // bits 0 through 5 are R/WC in ehci_opreg_write()
1665 ehci_clear_usbsts(ehci, USBSTS_REC); in ehci_state_fetchqh()