Searched refs:itd_offset (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/usb/controller/
H A Dohci.h161 volatile uint16_t itd_offset[OHCI_ITD_NOFFSET]; /* Buffer offsets and member in struct:ohci_itd
H A Dohci.c592 (uint32_t)le16toh(sitd->itd_offset[i]));
740 olen = &td->itd_offset[0];
1829 uint16_t itd_offset[OHCI_ITD_NOFFSET]; local
1893 itd_offset[ncur] = length;
1921 td->itd_offset[ncur] =
1934 itd_offset[ncur] += length;
1935 itd_offset[ncur] =
1936 OHCI_ITD_MK_OFFS(itd_offset[ncur]);
1937 td->itd_offset[ncur] =
1938 htole16(itd_offset[ncu
[all...]
H A Dehci.c2746 uint32_t itd_offset[8 + 1]; local
2846 itd_offset[td_no] = buf_offset;
2852 itd_offset[td_no] = buf_offset;
2864 if (itd_offset[0] != buf_offset) {
2866 itd_offset[td_no] = buf_offset;
2869 usbd_get_page(xfer->frbuffers, itd_offset[0], &buf_res);
2883 if (itd_offset[x + 1] == buf_offset) {
2891 usbd_get_page(xfer->frbuffers, itd_offset[x + 1], &buf_res);

Completed in 119 milliseconds