Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc3/
Dcore.c728 #define DWC3_ALIGN_MASK (16 - 1) macro
746 mem = devm_kzalloc(dev, sizeof(*dwc) + DWC3_ALIGN_MASK, GFP_KERNEL); in dwc3_probe()
750 dwc = PTR_ALIGN(mem, DWC3_ALIGN_MASK + 1); in dwc3_probe()