Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c1815 ddi_rep_put8(ohci_hdl->ohci_cfgrom.bi_handle, local_buf, in hci1394_ohci_cfgrom_update()
1816 (uint8_t *)ohci_hdl->ohci_cfgrom.bi_kaddr, quadlet_count << 2, in hci1394_ohci_cfgrom_update()
1819 (void) ddi_dma_sync(ohci_hdl->ohci_cfgrom.bi_dma_handle, 0, in hci1394_ohci_cfgrom_update()
2233 (uint32_t)ohci_hdl->ohci_cfgrom.bi_cookie.dmac_address); in hci1394_ohci_resume()
2250 ddi_rep_get8(ohci_hdl->ohci_cfgrom.bi_handle, (uint8_t *)&quadlet, in hci1394_ohci_resume()
2251 &((uint8_t *)ohci_hdl->ohci_cfgrom.bi_kaddr)[8], 4, in hci1394_ohci_resume()
2255 ddi_rep_get8(ohci_hdl->ohci_cfgrom.bi_handle, (uint8_t *)&quadlet, in hci1394_ohci_resume()
2256 &((uint8_t *)ohci_hdl->ohci_cfgrom.bi_kaddr)[0], 4, in hci1394_ohci_resume()
2437 &ohci_hdl->ohci_cfgrom, &ohci_hdl->ohci_cfgrom_handle); in hci1394_ohci_cfgrom_init()
2445 (uint32_t)ohci_hdl->ohci_cfgrom.bi_cookie.dmac_address); in hci1394_ohci_cfgrom_init()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h547 hci1394_buf_info_t ohci_cfgrom; member