Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/ohci/
A Dusb_hc_ohci.h19 #ifndef CONFIG_USB_OHCI_ED_NUM
20 #define CONFIG_USB_OHCI_ED_NUM 10 macro
62 bool ohci_ed_used[CONFIG_USB_OHCI_ED_NUM];
A Dusb_hc_ohci.c20 …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()
/components/drivers/usb/cherryusb/
A Dcherryusb_config_template.h291 #define CONFIG_USB_OHCI_ED_NUM 10 macro

Completed in 4 milliseconds