Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dehci.c2716 uint8_t page_no; in ehci_device_isoc_hs_enter() local
2800 page_no = 0; in ehci_device_isoc_hs_enter()
2813 status = (EHCI_ITD_SET_PG(page_no) | in ehci_device_isoc_hs_enter()
2833 if (page_no == 6) { in ehci_device_isoc_hs_enter()
2836 page_no++; in ehci_device_isoc_hs_enter()
2838 td->itd_bp[page_no] &= htohc32(sc, 0xFFF); in ehci_device_isoc_hs_enter()
2839 td->itd_bp[page_no] |= htohc32(sc, page_addr); in ehci_device_isoc_hs_enter()