Home
last modified time | relevance | path

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

/titanic_41/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.c3887 usb_frame_number_t ehci_fno, micro_frame_number; in ehci_get_current_frame_number() local
3891 ehci_fno = ehcip->ehci_fno; in ehci_get_current_frame_number()
3905 ehci_fno) + (((micro_frame_number & 0x3FFF) ^ in ehci_get_current_frame_number()
3906 ehci_fno) & 0x2000); in ehci_get_current_frame_number()
3939 ehcip->ehci_fno = 0; in ehci_cpr_cleanup()
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h186 usb_frame_number_t ehci_fno; member