Lines Matching refs:physaddr
247 OWRITE4(sc, OHCI_HCCA, buf_res.physaddr); in ohci_controller_init()
250 OWRITE4(sc, OHCI_CONTROL_HEAD_ED, buf_res.physaddr); in ohci_controller_init()
253 OWRITE4(sc, OHCI_BULK_HEAD_ED, buf_res.physaddr); in ohci_controller_init()
314 ed->ed_self = htole32(buf_res.physaddr); in ohci_init_ed()
1326 td->td_cbp = htole32(buf_res.physaddr); in ohci_setup_standard_chain_sub()
1330 td->td_be = htole32(buf_res.physaddr); in ohci_setup_standard_chain_sub()
1904 length = OHCI_PAGE_MASK(buf_res.physaddr); in ohci_device_isoc_enter()
1905 buf_res.physaddr = in ohci_device_isoc_enter()
1906 OHCI_PAGE(buf_res.physaddr); in ohci_device_isoc_enter()
1907 td->itd_bp0 = htole32(buf_res.physaddr); in ohci_device_isoc_enter()
1909 td->itd_be = htole32(buf_res.physaddr); in ohci_device_isoc_enter()
2432 td->td_self = htole32(page_info.physaddr); in ohci_xfer_setup()
2456 itd->itd_self = htole32(page_info.physaddr); in ohci_xfer_setup()
2484 ed->ed_self = htole32(page_info.physaddr); in ohci_xfer_setup()