Home
last modified time | relevance | path

Searched refs:ohci_selfid (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c2238 (uint32_t)ohci_hdl->ohci_selfid.bi_cookie.dmac_address); in hci1394_ohci_resume()
2287 &ohci_hdl->ohci_selfid, &ohci_hdl->ohci_selfid_handle); in hci1394_ohci_selfid_init()
2295 (uint32_t)ohci_hdl->ohci_selfid.bi_cookie.dmac_address); in hci1394_ohci_selfid_init()
2336 *data = ddi_get32(ohci_hdl->ohci_selfid.bi_handle, in hci1394_ohci_selfid_read()
2337 &((uint32_t *)ohci_hdl->ohci_selfid.bi_kaddr)[offset]); in hci1394_ohci_selfid_read()
2388 reg = ddi_get32(ohci_hdl->ohci_selfid.bi_handle, in hci1394_ohci_selfid_buf_current()
2389 &((uint32_t *)ohci_hdl->ohci_selfid.bi_kaddr)[0]); in hci1394_ohci_selfid_buf_current()
2409 (void) ddi_dma_sync(ohci_hdl->ohci_selfid.bi_dma_handle, 0, in hci1394_ohci_selfid_sync()
2410 ohci_hdl->ohci_selfid.bi_length, DDI_DMA_SYNC_FORKERNEL); in hci1394_ohci_selfid_sync()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h546 hci1394_buf_info_t ohci_selfid; member