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()
1327 td->td_cbp = htole32(buf_res.physaddr); in ohci_setup_standard_chain_sub()
1331 td->td_be = htole32(buf_res.physaddr); in ohci_setup_standard_chain_sub()
1905 length = OHCI_PAGE_MASK(buf_res.physaddr); in ohci_device_isoc_enter()
1906 buf_res.physaddr = in ohci_device_isoc_enter()
1907 OHCI_PAGE(buf_res.physaddr); in ohci_device_isoc_enter()
1908 td->itd_bp0 = htole32(buf_res.physaddr); in ohci_device_isoc_enter()
1910 td->itd_be = htole32(buf_res.physaddr); in ohci_device_isoc_enter()
2433 td->td_self = htole32(page_info.physaddr); in ohci_xfer_setup()
2457 itd->itd_self = htole32(page_info.physaddr); in ohci_xfer_setup()
2485 ed->ed_self = htole32(page_info.physaddr); in ohci_xfer_setup()