Searched refs:CONFIG_USB_OHCI_ED_NUM (Results 1 – 3 of 3) sorted by relevance
19 #ifndef CONFIG_USB_OHCI_ED_NUM20 #define CONFIG_USB_OHCI_ED_NUM 10 macro62 bool ohci_ed_used[CONFIG_USB_OHCI_ED_NUM];
20 …CACHE_RAM_SECTION struct ohci_ed_hw g_ohci_ed_pool[CONFIG_USBHOST_MAX_BUS][CONFIG_USB_OHCI_ED_NUM];30 memset(g_ohci_ed_pool[bus->hcd.hcd_id], 0, sizeof(struct ohci_ed_hw) * CONFIG_USB_OHCI_ED_NUM); in ohci_init()36 for (uint8_t index = 0; index < CONFIG_USB_OHCI_ED_NUM; index++) { in ohci_init()50 for (uint8_t index = 0; index < CONFIG_USB_OHCI_ED_NUM; index++) { in ohci_init()125 for (uint8_t index = 0; index < CONFIG_USB_OHCI_ED_NUM; index++) { in ohci_deinit()
291 #define CONFIG_USB_OHCI_ED_NUM 10 macro
Completed in 4 milliseconds