Lines Matching refs:buf_offset
1256 uint32_t buf_offset; in ohci_setup_standard_chain_sub() local
1263 buf_offset = 0; in ohci_setup_standard_chain_sub()
1340 usbd_get_page(temp->pc, buf_offset, &buf_res); in ohci_setup_standard_chain_sub()
1342 buf_offset += (average - 1); in ohci_setup_standard_chain_sub()
1344 usbd_get_page(temp->pc, buf_offset, &buf_res); in ohci_setup_standard_chain_sub()
1346 buf_offset++; in ohci_setup_standard_chain_sub()
1845 uint32_t buf_offset; in ohci_device_isoc_enter() local
1880 buf_offset = ((xfer->endpoint->isoc_next - nframes) & 0xFFFF); in ohci_device_isoc_enter()
1886 (usb_isoc_time_expand(&sc->sc_bus, nframes) + buf_offset + in ohci_device_isoc_enter()
1893 buf_offset = 0; in ohci_device_isoc_enter()
1914 buf_offset += *plen; in ohci_device_isoc_enter()
1946 usbd_get_page(xfer->frbuffers, buf_offset - length, &buf_res); in ohci_device_isoc_enter()
1951 usbd_get_page(xfer->frbuffers, buf_offset - 1, &buf_res); in ohci_device_isoc_enter()