Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c206 ehcip->ehci_fno += (0x4000 - in ehci_handle_frame_list_rollover()
208 ehcip->ehci_fno) & 0x2000)); in ehci_handle_frame_list_rollover()
213 (unsigned long long)(ehcip->ehci_fno)); in ehci_handle_frame_list_rollover()
H A Dehci_util.c3909 usb_frame_number_t ehci_fno, micro_frame_number; in ehci_get_current_frame_number() local
3913 ehci_fno = ehcip->ehci_fno; in ehci_get_current_frame_number()
3927 ehci_fno) + (((micro_frame_number & 0x3FFF) ^ in ehci_get_current_frame_number()
3928 ehci_fno) & 0x2000); in ehci_get_current_frame_number()
3961 ehcip->ehci_fno = 0; in ehci_cpr_cleanup()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h186 usb_frame_number_t ehci_fno; member