Home
last modified time | relevance | path

Searched refs:sitd_bp (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c765 hc32toh(sc, sitd->sitd_bp[0]), in ehci_dump_sitd()
766 hc32toh(sc, sitd->sitd_bp[1]), in ehci_dump_sitd()
2542 td->sitd_bp[0] = htohc32(sc, buf_res.physaddr); in ehci_device_isoc_fs_enter()
2544 td->sitd_bp[0] = htohc32(sc, (unsigned int)buf_res.buffer); in ehci_device_isoc_fs_enter()
2559 td->sitd_bp[0] = 0; in ehci_device_isoc_fs_enter()
2594 td->sitd_bp[1] = htohc32(sc, temp); in ehci_device_isoc_fs_enter()
Dehci.h160 volatile uint32_t sitd_bp[2]; member