Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.c488 struct ohci_hcca *hcca; in ohci_dumpregs() local
522 hcca = ohci_get_hcca(sc); in ohci_dumpregs()
525 le32toh(hcca->hcca_frame_number), in ohci_dumpregs()
526 le32toh(hcca->hcca_done_head)); in ohci_dumpregs()
1107 struct ohci_hcca *hcca; in ohci_interrupt() local
1113 hcca = ohci_get_hcca(sc); in ohci_interrupt()
1123 done = le32toh(hcca->hcca_done_head); in ohci_interrupt()
1146 hcca->hcca_done_head = 0; in ohci_interrupt()
1823 struct ohci_hcca *hcca; in ohci_device_isoc_enter() local
1836 hcca = ohci_get_hcca(sc); in ohci_device_isoc_enter()
[all …]