Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dohci.c482 struct ohci_hcca *hcca; in ohci_dumpregs() local
516 hcca = ohci_get_hcca(sc); in ohci_dumpregs()
519 le32toh(hcca->hcca_frame_number), in ohci_dumpregs()
520 le32toh(hcca->hcca_done_head)); in ohci_dumpregs()
1109 struct ohci_hcca *hcca; in ohci_interrupt() local
1115 hcca = ohci_get_hcca(sc); in ohci_interrupt()
1125 done = le32toh(hcca->hcca_done_head); in ohci_interrupt()
1148 hcca->hcca_done_head = 0; in ohci_interrupt()
1836 struct ohci_hcca *hcca; in ohci_device_isoc_enter() local
1848 hcca = ohci_get_hcca(sc); in ohci_device_isoc_enter()
[all …]