Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/dwc3/
Dcore.c337 dft = reg & DWC3_GFLADJ_30MHZ_MASK; in dwc3_frame_length_adjustment()
339 reg &= ~DWC3_GFLADJ_30MHZ_MASK; in dwc3_frame_length_adjustment()
Dcore.h391 #define DWC3_GFLADJ_30MHZ_MASK 0x3f macro