Lines Matching refs:physaddr
248 OWRITE4(sc, OHCI_HCCA, buf_res.physaddr); in ohci_controller_init()
251 OWRITE4(sc, OHCI_CONTROL_HEAD_ED, buf_res.physaddr); in ohci_controller_init()
254 OWRITE4(sc, OHCI_BULK_HEAD_ED, buf_res.physaddr); in ohci_controller_init()
315 ed->ed_self = htole32(buf_res.physaddr); in ohci_init_ed()
1341 td->td_cbp = htole32(buf_res.physaddr); in ohci_setup_standard_chain_sub()
1345 td->td_be = htole32(buf_res.physaddr); in ohci_setup_standard_chain_sub()
1947 length = OHCI_PAGE_MASK(buf_res.physaddr); in ohci_device_isoc_enter()
1948 buf_res.physaddr = in ohci_device_isoc_enter()
1949 OHCI_PAGE(buf_res.physaddr); in ohci_device_isoc_enter()
1950 td->itd_bp0 = htole32(buf_res.physaddr); in ohci_device_isoc_enter()
1952 td->itd_be = htole32(buf_res.physaddr); in ohci_device_isoc_enter()
2476 td->td_self = htole32(page_info.physaddr); in ohci_xfer_setup()
2500 itd->itd_self = htole32(page_info.physaddr); in ohci_xfer_setup()
2528 ed->ed_self = htole32(page_info.physaddr); in ohci_xfer_setup()