• Home
  • Raw
  • Download

Lines Matching refs:buf_offset

1495 	uint32_t buf_offset;  in ehci_setup_standard_chain_sub()  local
1506 buf_offset = 0; in ehci_setup_standard_chain_sub()
1609 usbd_get_page(temp->pc, buf_offset, &buf_res); in ehci_setup_standard_chain_sub()
1622 buf_offset += EHCI_PAGE_SIZE; in ehci_setup_standard_chain_sub()
1623 usbd_get_page(temp->pc, buf_offset, &buf_res); in ehci_setup_standard_chain_sub()
1643 buf_offset += average; in ehci_setup_standard_chain_sub()
1644 usbd_get_page(temp->pc, buf_offset - 1, &buf_res); in ehci_setup_standard_chain_sub()
2425 uint32_t buf_offset; in ehci_device_isoc_fs_enter() local
2448 buf_offset = (nframes - xfer->endpoint->isoc_next) & in ehci_device_isoc_fs_enter()
2452 (buf_offset < xfer->nframes)) { in ehci_device_isoc_fs_enter()
2468 buf_offset = (xfer->endpoint->isoc_next - nframes) & in ehci_device_isoc_fs_enter()
2476 buf_offset + xfer->nframes; in ehci_device_isoc_fs_enter()
2482 buf_offset = 0; in ehci_device_isoc_fs_enter()
2540 usbd_get_page(xfer->frbuffers, buf_offset, &buf_res); in ehci_device_isoc_fs_enter()
2546 buf_offset += *plen; in ehci_device_isoc_fs_enter()
2551 usbd_get_page(xfer->frbuffers, buf_offset - 1, in ehci_device_isoc_fs_enter()
2736 uint32_t buf_offset; local
2759 buf_offset = (nframes - xfer->endpoint->isoc_next) &
2763 (buf_offset < (((xfer->nframes << shift) + 7) / 8))) {
2779 buf_offset = (xfer->endpoint->isoc_next - nframes) &
2786 usb_isoc_time_expand(&sc->sc_bus, nframes) + buf_offset +
2793 buf_offset = 0;
2837 itd_offset[td_no] = buf_offset;
2838 buf_offset += *plen;
2843 itd_offset[td_no] = buf_offset;
2856 if (itd_offset[0] != buf_offset) {
2858 itd_offset[td_no] = buf_offset;
2883 if (itd_offset[x + 1] == buf_offset) {
2889 usbd_get_page(xfer->frbuffers, buf_offset - 1, &buf_res);