Lines Matching defs:offset
52 static inline void dwc2_set_bit(struct dwc2_hsotg *hsotg, u32 offset, u32 val)
54 dwc2_writel(hsotg, dwc2_readl(hsotg, offset) | val, offset);
57 static inline void dwc2_clear_bit(struct dwc2_hsotg *hsotg, u32 offset, u32 val)
59 dwc2_writel(hsotg, dwc2_readl(hsotg, offset) & ~val, offset);
811 u32 offset = 0;
833 (*desc)->buf = dma_buff + offset;
836 offset += maxsize;
848 (*desc)->buf = dma_buff + offset;
862 * @offset: offset in bytes
891 sg_dma_address(sg) + sg->offset, sg_dma_len(sg),
1151 u32 offset = 0;
1163 offset = ureq->actual;
1166 dwc2_gadget_config_nonisoc_xfer_ddma(hs_ep, ureq->dma + offset,