Lines Matching refs:n

99 #define DWC3_GUSB2PHYCFG(n)	(0xc200 + (n * 0x04))  argument
100 #define DWC3_GUSB2I2CCTL(n) (0xc240 + (n * 0x04)) argument
102 #define DWC3_GUSB2PHYACC(n) (0xc280 + (n * 0x04)) argument
104 #define DWC3_GUSB3PIPECTL(n) (0xc2c0 + (n * 0x04)) argument
106 #define DWC3_GTXFIFOSIZ(n) (0xc300 + (n * 0x04)) argument
107 #define DWC3_GRXFIFOSIZ(n) (0xc380 + (n * 0x04)) argument
109 #define DWC3_GEVNTADRLO(n) (0xc400 + (n * 0x10)) argument
110 #define DWC3_GEVNTADRHI(n) (0xc404 + (n * 0x10)) argument
111 #define DWC3_GEVNTSIZ(n) (0xc408 + (n * 0x10)) argument
112 #define DWC3_GEVNTCOUNT(n) (0xc40c + (n * 0x10)) argument
124 #define DWC3_DEPCMDPAR2(n) (0xc800 + (n * 0x10)) argument
125 #define DWC3_DEPCMDPAR1(n) (0xc804 + (n * 0x10)) argument
126 #define DWC3_DEPCMDPAR0(n) (0xc808 + (n * 0x10)) argument
127 #define DWC3_DEPCMD(n) (0xc80c + (n * 0x10)) argument
139 #define DWC3_GCTL_PWRDNSCALE(n) ((n) << 19) argument
147 #define DWC3_GCTL_PRTCAP(n) (((n) & (3 << 12)) >> 12) argument
148 #define DWC3_GCTL_PRTCAPDIR(n) ((n) << 12) argument
155 #define DWC3_GCTL_SCALEDOWN(n) ((n) << 4) argument
170 #define DWC3_GUSB3PIPECTL_DEP1P2P3(n) ((n) << 19) argument
178 #define DWC3_GUSB3PIPECTL_TX_DEEPH(n) ((n) << 1) argument
181 #define DWC3_GTXFIFOSIZ_TXFDEF(n) ((n) & 0xffff) argument
182 #define DWC3_GTXFIFOSIZ_TXFSTADDR(n) ((n) & 0xffff0000) argument
186 #define DWC3_GEVNTSIZ_SIZE(n) ((n) & 0xffff) argument
189 #define DWC3_GHWPARAMS1_EN_PWROPT(n) (((n) & (3 << 24)) >> 24) argument
193 #define DWC3_GHWPARAMS1_PWROPT(n) ((n) << 24) argument
197 #define DWC3_GHWPARAMS3_SSPHY_IFC(n) ((n) & 3) argument
200 #define DWC3_GHWPARAMS3_HSPHY_IFC(n) (((n) & (3 << 2)) >> 2) argument
205 #define DWC3_GHWPARAMS3_FSPHY_IFC(n) (((n) & (3 << 4)) >> 4) argument
210 #define DWC3_GHWPARAMS4_HIBER_SCRATCHBUFS(n) (((n) & (0x0f << 13)) >> 13) argument
235 #define DWC3_DCTL_HIRD_THRES(n) ((n) << 24) argument
241 #define DWC3_DCTL_TRGTULST(n) ((n) << 17) argument
250 #define DWC3_DCTL_LPM_ERRATA(n) ((n) << 20) argument
264 #define DWC3_DCTL_ULSTCHNGREQ(n) (((n) << 5) & DWC3_DCTL_ULSTCHNGREQ_MASK) argument
302 #define DWC3_DSTS_USBLNKST(n) (((n) & DWC3_DSTS_USBLNKST_MASK) >> 18) argument
307 #define DWC3_DSTS_SOFFN(n) (((n) & DWC3_DSTS_SOFFN_MASK) >> 3) argument
331 #define DWC3_DGCMD_STATUS(n) (((n) >> 15) & 1) argument
337 #define DWC3_DGCMDPAR_FIFO_NUM(n) ((n) << 0) argument
366 #define DWC3_DALEPENA_EP(n) (1 << n) argument
510 #define DWC3_TRB_SIZE_LENGTH(n) ((n) & DWC3_TRB_SIZE_MASK) argument
511 #define DWC3_TRB_SIZE_PCM1(n) (((n) & 0x03) << 24) argument
512 #define DWC3_TRB_SIZE_TRBSTS(n) (((n) & (0x0f << 28)) >> 28) argument
524 #define DWC3_TRB_CTRL_TRBCTL(n) (((n) & 0x3f) << 4) argument
527 #define DWC3_TRB_CTRL_SID_SOFN(n) (((n) & 0xffff) << 14) argument
577 #define DWC3_MODE(n) ((n) & 0x7) argument
579 #define DWC3_MDWIDTH(n) (((n) & 0xff00) >> 8) argument
582 #define DWC3_NUM_INT(n) (((n) & (0x3f << 15)) >> 15) argument
593 #define DWC3_RAM1_DEPTH(n) ((n) & 0xffff) argument