Lines Matching defs:offset
84 uint32_t offset;
191 uint32_t offset;
195 offset = ((uintptr_t)ptr) & ((XHCI_PAGE_SIZE - 1) & ~(31U));
196 ptr = (volatile uint32_t *)(((volatile uint8_t *)ptr) + offset);
204 uint32_t offset;
208 offset = ((uintptr_t)ptr) & ((XHCI_PAGE_SIZE - 1) & ~(31U));
209 ptr = (volatile uint32_t *)(((volatile uint8_t *)ptr) + offset);
217 uint32_t offset;
221 offset = ((uintptr_t)ptr) & ((XHCI_PAGE_SIZE - 1) & ~(31U));
222 ptr = (volatile uint64_t *)(((volatile uint8_t *)ptr) + offset);
231 uint32_t offset;
235 offset = ((uintptr_t)ptr) & ((XHCI_PAGE_SIZE - 1) & ~(31U));
236 ptr = (volatile uint64_t *)(((volatile uint8_t *)ptr) + offset);
859 int64_t offset;
938 offset = td_event - td->td_self;
940 if ((offset >= 0) &&
941 (offset < (int64_t)sizeof(td->td_trb))) {
945 for (i = (offset / 16) + 1; i < td->ntrb; i++) {
1752 usbd_copy_out(temp->pc, temp->offset + buf_offset,
1789 usbd_get_page(temp->pc, temp->offset +
1983 temp.offset = 0;
2173 temp.offset += xfer->frlengths[x - 1];
2915 /* store next TRB index, before stream ID offset is added */
2918 /* offset for stream */