Lines Matching +full:0 +full:x000007ff
38 struct gr_epregs epo[GR_MAXEP]; /* 0x000 - 0x0fc */
39 struct gr_epregs epi[GR_MAXEP]; /* 0x100 - 0x1fc */
40 u32 control; /* 0x200 */
41 u32 status; /* 0x204 */
45 #define GR_EPCTRL_BUFSZ_MASK 0xffe00000
50 #define GR_EPCTRL_MAXPL_MASK 0x0003ff80
52 #define GR_EPCTRL_NT_MASK 0x00000060
54 #define GR_EPCTRL_TT_MASK 0x00000018
58 #define GR_EPCTRL_EV BIT(0)
64 #define GR_DMACTRL_DA BIT(0)
68 #define GR_EPSTAT_B1CNT_MASK 0x1fff0000
70 #define GR_EPSTAT_B0CNT_MASK 0x0000fff8
74 #define GR_EPSTAT_BS BIT(0)
84 #define GR_CONTROL_TS_MASK 0x00000e00
87 #define GR_CONTROL_UA_MASK 0x000000fe
89 #define GR_CONTROL_SU BIT(0)
91 #define GR_STATUS_NEPI_MASK 0xf0000000
93 #define GR_STATUS_NEPO_MASK 0x0f000000
100 #define GR_STATUS_AF_MASK 0x00003800
102 #define GR_STATUS_FN_MASK 0x000007ff
103 #define GR_STATUS_FN_POS 0
126 #define GR_DESC_OUT_CTRL_LEN_MASK 0x00001fff
134 #define GR_DESC_IN_CTRL_LEN_MASK 0x00001fff
136 #define GR_DESC_DMAADDR_MASK 0xfffffffc
170 u16 evenlen; /* Size of even length head (if oddlen != 0) */
177 GR_EP0_DISCONNECT = 0, /* No host */