Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dehci.c2809 uint8_t page_no; in ehci_device_isoc_hs_enter() local
2926 page_no = 0; in ehci_device_isoc_hs_enter()
2939 status = (EHCI_ITD_SET_PG(page_no) | in ehci_device_isoc_hs_enter()
2959 if (page_no == 6) { in ehci_device_isoc_hs_enter()
2962 page_no++; in ehci_device_isoc_hs_enter()
2964 td->itd_bp[page_no] &= htohc32(sc, 0xFFF); in ehci_device_isoc_hs_enter()
2965 td->itd_bp[page_no] |= htohc32(sc, page_addr); in ehci_device_isoc_hs_enter()