Lines Matching refs:physaddr
207 EOWRITE4(sc, EHCI_PERIODICLISTBASE, buf_res.physaddr); in ehci_init_sub()
210 EOWRITE4(sc, EHCI_ASYNCLISTADDR, buf_res.physaddr | EHCI_LINK_QH); in ehci_init_sub()
308 sc->sc_terminate_self = htohc32(sc, buf_res.physaddr); in ehci_init()
332 htohc32(sc, buf_res.physaddr) | in ehci_init()
398 htohc32(sc, buf_res.physaddr) | in ehci_init()
422 htohc32(sc, buf_res.physaddr) | in ehci_init()
458 htohc32(sc, buf_res.physaddr) | in ehci_init()
1599 htohc32(temp->sc, buf_res.physaddr); in ehci_setup_standard_chain_sub()
1614 buf_res.physaddr & (~0xFFF)); in ehci_setup_standard_chain_sub()
1635 buf_res.physaddr & (~0xFFF)); in ehci_setup_standard_chain_sub()
2520 td->sitd_bp[0] = htohc32(sc, buf_res.physaddr); in ehci_device_isoc_fs_enter()
2532 temp = buf_res.physaddr & ~0xFFF; in ehci_device_isoc_fs_enter()
2839 page_addr = buf_res.physaddr & ~0xFFF;
2851 (buf_res.physaddr & 0xFFF));
2870 if ((buf_res.physaddr ^ page_addr) & ~0xFFF) {
2872 page_addr = buf_res.physaddr & ~0xFFF;
3580 td->itd_self = htohc32(sc, page_info.physaddr | EHCI_LINK_ITD);
3608 td->sitd_self = htohc32(sc, page_info.physaddr | EHCI_LINK_SITD);
3636 qtd->qtd_self = htohc32(sc, page_info.physaddr);
3668 qh->qh_self = htohc32(sc, page_info.physaddr | EHCI_LINK_QH);