Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc3/ !
Dcore.h520 #define DWC3_DSTS_USBLNKST_MASK (0x0f << 18) macro
521 #define DWC3_DSTS_USBLNKST(n) (((n) & DWC3_DSTS_USBLNKST_MASK) >> 18)