Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.h214 #define USB_HOST_OHCI_ITD_BP0_MASK (0xFFFFF000U) macro
Dusb_host_ohci.c1808 itd->BP0 = ((uint32_t)buffer) & USB_HOST_OHCI_ITD_BP0_MASK; in USB_HostOhciFillItd()
1820 …if ((((uint32_t)buffer + (i * pipe->pipeCommon.maxPacketSize)) & USB_HOST_OHCI_ITD_BP0_MASK) != it… in USB_HostOhciFillItd()