Searched refs:ohci_selfid (Results 1 – 2 of 2) sorted by relevance
2728 (uint32_t)ohci_hdl->ohci_selfid.bi_cookie.dmac_address); in hci1394_ohci_resume()2780 &ohci_hdl->ohci_selfid, &ohci_hdl->ohci_selfid_handle); in hci1394_ohci_selfid_init()2791 (uint32_t)ohci_hdl->ohci_selfid.bi_cookie.dmac_address); in hci1394_ohci_selfid_init()2841 *data = ddi_get32(ohci_hdl->ohci_selfid.bi_handle, in hci1394_ohci_selfid_read()2842 &((uint32_t *)ohci_hdl->ohci_selfid.bi_kaddr)[offset]); in hci1394_ohci_selfid_read()2902 reg = ddi_get32(ohci_hdl->ohci_selfid.bi_handle, in hci1394_ohci_selfid_buf_current()2903 &((uint32_t *)ohci_hdl->ohci_selfid.bi_kaddr)[0]); in hci1394_ohci_selfid_buf_current()2928 (void) ddi_dma_sync(ohci_hdl->ohci_selfid.bi_dma_handle, 0, in hci1394_ohci_selfid_sync()2929 ohci_hdl->ohci_selfid.bi_length, DDI_DMA_SYNC_FORKERNEL); in hci1394_ohci_selfid_sync()
548 hci1394_buf_info_t ohci_selfid; member