Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.h319 #define DWC3_DSTS_USBLNKST_MASK (0x0f << 18) macro
320 #define DWC3_DSTS_USBLNKST(n) (((n) & DWC3_DSTS_USBLNKST_MASK) >> 18)
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.h492 #define DWC3_DSTS_USBLNKST_MASK (0x0f << 18) macro
493 #define DWC3_DSTS_USBLNKST(n) (((n) & DWC3_DSTS_USBLNKST_MASK) >> 18)