Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.h95 #define USB_HOST_OHCI_HCCA_SIZE (32U) macro
306 …HccaInterrruptTable[USB_HOST_OHCI_HCCA_SIZE]; /*!< These 32 Dwords are pointers to interrupt EDs */
Dusb_host_ohci.c722 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()