Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c603 #define DWC3_ALIGN_MASK (16 - 1) macro
629 sizeof(*dwc) + DWC3_ALIGN_MASK, GFP_KERNEL); in dwc3_uboot_init()
633 dwc = PTR_ALIGN(mem, DWC3_ALIGN_MASK + 1); in dwc3_uboot_init()