Searched refs:USB_HOST_OHCI_HCCA_SIZE (Results 1 – 2 of 2) sorted by relevance
95 #define USB_HOST_OHCI_HCCA_SIZE (32U) macro306 …HccaInterrruptTable[USB_HOST_OHCI_HCCA_SIZE]; /*!< These 32 Dwords are pointers to interrupt EDs */
722 for (frame = startFrame; frame < USB_HOST_OHCI_HCCA_SIZE; frame++) in USB_HostOhciFindStartFrame()740 if (frame >= USB_HOST_OHCI_HCCA_SIZE) in USB_HostOhciFindStartFrame()757 for (i = pipe->startFrame; i < USB_HOST_OHCI_HCCA_SIZE; i += pipe->pipeCommon.interval) in USB_HostOhciAddToPeriodicList()1445 for (i = pipe->startFrame; i < USB_HOST_OHCI_HCCA_SIZE; i += pipe->pipeCommon.interval) in USB_HostOhciRemoveFromPeriodicList()2152 for (i = 0; i < USB_HOST_OHCI_HCCA_SIZE; i++) in UBS_HostOhciControllerInit()2380 if (pipe->pipeCommon.interval > USB_HOST_OHCI_HCCA_SIZE) in USB_HostOhciOpenPipe()2382 pipe->pipeCommon.interval = USB_HOST_OHCI_HCCA_SIZE; in USB_HostOhciOpenPipe()2403 if (pipe->pipeCommon.interval > USB_HOST_OHCI_HCCA_SIZE) in USB_HostOhciOpenPipe()2405 pipe->pipeCommon.interval = USB_HOST_OHCI_HCCA_SIZE; in USB_HostOhciOpenPipe()