Searched refs:g_ohci_hcd (Results 1 – 1 of 1) sorted by relevance
18 struct ohci_hcd g_ohci_hcd[CONFIG_USBHOST_MAX_BUS]; variable29 memset(&g_ohci_hcd[bus->hcd.hcd_id], 0, sizeof(struct ohci_hcd)); in ohci_init()90 g_ohci_hcd[bus->hcd.hcd_id].n_ports = OHCI_HCOR->hcrhdescriptora & OHCI_RHDESCA_NDP_MASK; in ohci_init()91 USB_LOG_INFO("OHCI n_ports:%d\r\n", g_ohci_hcd[bus->hcd.hcd_id].n_ports); in ohci_init()144 nports = g_ohci_hcd[bus->hcd.hcd_id].n_ports; in ohci_roothub_control()
Completed in 4 milliseconds