Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dehci-hcd.c1044 if (ctrl->periodic_list == NULL) in ehci_common_init()
1045 ctrl->periodic_list = memalign(4096, 1024 * 4); in ehci_common_init()
1047 if (!ctrl->periodic_list) in ehci_common_init()
1050 ctrl->periodic_list[i] = cpu_to_hc32((unsigned long)periodic in ehci_common_init()
1054 flush_dcache_range((unsigned long)ctrl->periodic_list, in ehci_common_init()
1055 ALIGN_END_ADDR(uint32_t, ctrl->periodic_list, in ehci_common_init()
1060 (unsigned long)ctrl->periodic_list); in ehci_common_init()
H A Dehci.h254 uint32_t *periodic_list; member