Lines Matching refs:physaddr
323 OWRITE4(sc, OHCI_CONTROL_HEAD_ED, sc->sc_ctrl_head->physaddr); in ohci_activate()
324 OWRITE4(sc, OHCI_BULK_HEAD_ED, sc->sc_bulk_head->physaddr); in ohci_activate()
404 sed->physaddr = DMAADDR(&dma, offs); in ohci_alloc_sed()
449 std->physaddr = DMAADDR(&dma, offs); in ohci_alloc_std()
540 cur->td.td_nexttd = htole32(next->physaddr); in ohci_alloc_std_chain()
563 cur->td.td_nexttd = htole32(next->physaddr); in ohci_alloc_std_chain()
612 sitd->physaddr = DMAADDR(&dma, offs); in ohci_alloc_sitd()
785 sed->ed.ed_nexted = htole32(psed->physaddr); in ohci_init()
793 htole32(sc->sc_eds[OHCI_NO_EDS-OHCI_NO_INTRS+i]->physaddr); in ohci_init()
865 OWRITE4(sc, OHCI_CONTROL_HEAD_ED, sc->sc_ctrl_head->physaddr); in ohci_init()
866 OWRITE4(sc, OHCI_BULK_HEAD_ED, sc->sc_bulk_head->physaddr); in ohci_init()
1317 opipe->sed->ed.ed_headp = htole32(p->physaddr); in ohci_softintr()
1470 data->td.td_nexttd = htole32(tail->physaddr); in ohci_device_intr_done()
1479 sed->ed.ed_tailp = htole32(tail->physaddr); in ohci_device_intr_done()
1606 setup->td.td_nexttd = htole32(next->physaddr); in ohci_device_request()
1618 stat->td.td_nexttd = htole32(tail->physaddr); in ohci_device_request()
1634 sed->ed.ed_tailp = htole32(tail->physaddr); in ohci_device_request()
1680 head->ed.ed_nexted = htole32(sed->physaddr); in ohci_add_ed()
1717 int h = HASH(std->physaddr); in ohci_hash_add_td()
1733 if (std->physaddr == a) in ohci_hash_find_td()
1742 int h = HASH(sitd->physaddr); in ohci_hash_add_itd()
1747 sitd, (u_long)sitd->physaddr)); in ohci_hash_add_itd()
1759 sitd, (u_long)sitd->physaddr)); in ohci_hash_rem_itd()
1773 if (sitd->physaddr == a) in ohci_hash_find_itd()
1826 std, (u_long)std->physaddr, sbuf, in ohci_dump_td()
1842 sitd, (u_long)sitd->physaddr, in ohci_dump_itd()
1876 sed, (u_long)sed->physaddr, in ohci_dump_ed()
1930 tdphys = sitd->physaddr; in ohci_open()
1941 tdphys = std->physaddr; in ohci_open()
2161 hit |= headp == p->physaddr; in ohci_abort_xfer()
2170 (int)p->physaddr, (int)letoh32(sed->ed.ed_tailp))); in ohci_abort_xfer()
2171 sed->ed.ed_headp = htole32(p->physaddr); /* unlink TDs */ in ohci_abort_xfer()
2790 sed->ed.ed_tailp = htole32(tail->physaddr); in ohci_device_bulk_start()
2895 data->td.td_nexttd = htole32(tail->physaddr); in ohci_device_intr_start()
2912 sed->ed.ed_tailp = htole32(tail->physaddr); in ohci_device_intr_start()
3030 hsed->ed.ed_nexted = htole32(sed->physaddr); in ohci_device_setintr()
3128 sitd->itd.itd_nextitd = htole32(nsitd->physaddr); in ohci_device_isoc_enter()
3156 sitd->itd.itd_nextitd = htole32(nsitd->physaddr); in ohci_device_isoc_enter()
3178 sed->ed.ed_tailp = htole32(nsitd->physaddr); in ohci_device_isoc_enter()
3263 sed->ed.ed_headp = htole32(sitd->physaddr); /* unlink TDs */ in ohci_device_isoc_abort()