Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c2203 ddi_rep_put8(ohci_hdl->ohci_cfgrom.bi_handle, local_buf, in hci1394_ohci_cfgrom_update()
2204 (uint8_t *)ohci_hdl->ohci_cfgrom.bi_kaddr, quadlet_count << 2, in hci1394_ohci_cfgrom_update()
2207 (void) ddi_dma_sync(ohci_hdl->ohci_cfgrom.bi_dma_handle, 0, in hci1394_ohci_cfgrom_update()
2723 (uint32_t)ohci_hdl->ohci_cfgrom.bi_cookie.dmac_address); in hci1394_ohci_resume()
2740 ddi_rep_get8(ohci_hdl->ohci_cfgrom.bi_handle, (uint8_t *)&quadlet, in hci1394_ohci_resume()
2741 &((uint8_t *)ohci_hdl->ohci_cfgrom.bi_kaddr)[8], 4, in hci1394_ohci_resume()
2745 ddi_rep_get8(ohci_hdl->ohci_cfgrom.bi_handle, (uint8_t *)&quadlet, in hci1394_ohci_resume()
2746 &((uint8_t *)ohci_hdl->ohci_cfgrom.bi_kaddr)[0], 4, in hci1394_ohci_resume()
2960 &ohci_hdl->ohci_cfgrom, &ohci_hdl->ohci_cfgrom_handle); in hci1394_ohci_cfgrom_init()
2971 (uint32_t)ohci_hdl->ohci_cfgrom.bi_cookie.dmac_address); in hci1394_ohci_cfgrom_init()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h549 hci1394_buf_info_t ohci_cfgrom; member