Lines Matching defs:data
107 * without data stage.
108 * @MU3D_EP0_STATE_TX: IN data stage
109 * @MU3D_EP0_STATE_RX: OUT data stage
110 * @MU3D_EP0_STATE_TX_END: the last IN data is transferred, and
158 * bit[31:16]: ([EL] bit[31:12]) allow data buffer length (RX ONLY),
159 * the buffer length of the data to receive
164 * @buffer: Physical address of the data buffer
166 * bit[15:0]: ([EL] bit[19:0]) data buffer length,
167 * (TX): the buffer length of the data to transmit
168 * (RX): The total length of data received
311 * struct mtu3 - device driver instance data.
391 static inline void mtu3_writel(void __iomem *base, u32 offset, u32 data)
393 writel(data, base + offset);