Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc3/
Dcore.c806 #define DWC3_ALIGN_MASK (16 - 1) macro
824 mem = devm_kzalloc(dev, sizeof(*dwc) + DWC3_ALIGN_MASK, GFP_KERNEL); in dwc3_probe()
828 dwc = PTR_ALIGN(mem, DWC3_ALIGN_MASK + 1); in dwc3_probe()