Lines Matching refs:n
102 #define DWC3_GUSB2PHYCFG(n) (0xc200 + (n * 0x04)) argument
103 #define DWC3_GUSB2I2CCTL(n) (0xc240 + (n * 0x04)) argument
105 #define DWC3_GUSB2PHYACC(n) (0xc280 + (n * 0x04)) argument
107 #define DWC3_GUSB3PIPECTL(n) (0xc2c0 + (n * 0x04)) argument
109 #define DWC3_GTXFIFOSIZ(n) (0xc300 + (n * 0x04)) argument
110 #define DWC3_GRXFIFOSIZ(n) (0xc380 + (n * 0x04)) argument
112 #define DWC3_GEVNTADRLO(n) (0xc400 + (n * 0x10)) argument
113 #define DWC3_GEVNTADRHI(n) (0xc404 + (n * 0x10)) argument
114 #define DWC3_GEVNTSIZ(n) (0xc408 + (n * 0x10)) argument
115 #define DWC3_GEVNTCOUNT(n) (0xc40c + (n * 0x10)) argument
127 #define DWC3_DEPCMDPAR2(n) (0xc800 + (n * 0x10)) argument
128 #define DWC3_DEPCMDPAR1(n) (0xc804 + (n * 0x10)) argument
129 #define DWC3_DEPCMDPAR0(n) (0xc808 + (n * 0x10)) argument
130 #define DWC3_DEPCMD(n) (0xc80c + (n * 0x10)) argument
142 #define DWC3_GCTL_PWRDNSCALE(n) ((n) << 19) argument
150 #define DWC3_GCTL_PRTCAP(n) (((n) & (3 << 12)) >> 12) argument
151 #define DWC3_GCTL_PRTCAPDIR(n) ((n) << 12) argument
158 #define DWC3_GCTL_SCALEDOWN(n) ((n) << 4) argument
175 #define DWC3_GUSB2PHYCFG_PHYIF(n) ((n) << 3) argument
177 #define DWC3_GUSB2PHYCFG_USBTRDTIM(n) ((n) << 10) argument
188 #define DWC3_GUSB3PIPECTL_DEP1P2P3(n) ((n) << 19) argument
196 #define DWC3_GUSB3PIPECTL_TX_DEEPH(n) ((n) << 1) argument
199 #define DWC3_GTXFIFOSIZ_TXFDEF(n) ((n) & 0xffff) argument
200 #define DWC3_GTXFIFOSIZ_TXFSTADDR(n) ((n) & 0xffff0000) argument
204 #define DWC3_GEVNTSIZ_SIZE(n) ((n) & 0xffff) argument
207 #define DWC3_GHWPARAMS1_EN_PWROPT(n) (((n) & (3 << 24)) >> 24) argument
211 #define DWC3_GHWPARAMS1_PWROPT(n) ((n) << 24) argument
215 #define DWC3_GHWPARAMS3_SSPHY_IFC(n) ((n) & 3) argument
218 #define DWC3_GHWPARAMS3_HSPHY_IFC(n) (((n) & (3 << 2)) >> 2) argument
223 #define DWC3_GHWPARAMS3_FSPHY_IFC(n) (((n) & (3 << 4)) >> 4) argument
228 #define DWC3_GHWPARAMS4_HIBER_SCRATCHBUFS(n) (((n) & (0x0f << 13)) >> 13) argument
253 #define DWC3_DCTL_HIRD_THRES(n) ((n) << 24) argument
259 #define DWC3_DCTL_TRGTULST(n) ((n) << 17) argument
268 #define DWC3_DCTL_LPM_ERRATA(n) ((n) << 20) argument
282 #define DWC3_DCTL_ULSTCHNGREQ(n) (((n) << 5) & DWC3_DCTL_ULSTCHNGREQ_MASK) argument
320 #define DWC3_DSTS_USBLNKST(n) (((n) & DWC3_DSTS_USBLNKST_MASK) >> 18) argument
325 #define DWC3_DSTS_SOFFN(n) (((n) & DWC3_DSTS_SOFFN_MASK) >> 3) argument
349 #define DWC3_DGCMD_STATUS(n) (((n) >> 15) & 1) argument
355 #define DWC3_DGCMDPAR_FIFO_NUM(n) ((n) << 0) argument
384 #define DWC3_DALEPENA_EP(n) (1 << n) argument
528 #define DWC3_TRB_SIZE_LENGTH(n) ((n) & DWC3_TRB_SIZE_MASK) argument
529 #define DWC3_TRB_SIZE_PCM1(n) (((n) & 0x03) << 24) argument
530 #define DWC3_TRB_SIZE_TRBSTS(n) (((n) & (0x0f << 28)) >> 28) argument
542 #define DWC3_TRB_CTRL_TRBCTL(n) (((n) & 0x3f) << 4) argument
545 #define DWC3_TRB_CTRL_SID_SOFN(n) (((n) & 0xffff) << 14) argument
595 #define DWC3_MODE(n) ((n) & 0x7) argument
597 #define DWC3_MDWIDTH(n) (((n) & 0xff00) >> 8) argument
600 #define DWC3_NUM_INT(n) (((n) & (0x3f << 15)) >> 15) argument
611 #define DWC3_RAM1_DEPTH(n) ((n) & 0xffff) argument