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

/freebsd-11.0-release/sys/dev/usb/controller/
H A Dohci.c488 struct ohci_hcca *hcca; local
498 DPRINTF(" hcca=0x%08x percur=0x%08x ctrlhd=0x%08x\n",
522 hcca = ohci_get_hcca(sc);
525 le32toh(hcca->hcca_frame_number),
526 le32toh(hcca->hcca_done_head));
1115 struct ohci_hcca *hcca; local
1121 hcca = ohci_get_hcca(sc);
1131 done = le32toh(hcca->hcca_done_head);
1154 hcca->hcca_done_head = 0;
1842 struct ohci_hcca *hcca; local
[all...]
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-uahcx-defs.h2111 uint32_t hcca : 24; /**< This is the base address (bits [31:8]) of the Host Controller Communication Area. */ member in struct:cvmx_uahcx_ohci0_hchcca::cvmx_uahcx_ohci0_hchcca_s
2115 uint32_t hcca : 24;

Completed in 161 milliseconds