Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c342 &ohci_hdl->ohci_regs->hc_ctrl_set, OHCI_HC_NO_BSWAP | in hci1394_ohci_chip_init()
349 &ohci_hdl->ohci_regs->hc_ctrl_set, OHCI_HC_LPS | in hci1394_ohci_chip_init()
453 &ohci_hdl->ohci_regs->hc_ctrl_set, OHCI_HC_SOFT_RESET); in hci1394_ohci_soft_reset()
460 &ohci_hdl->ohci_regs->hc_ctrl_set); in hci1394_ohci_soft_reset()
980 &ohci_hdl->ohci_regs->hc_ctrl_set, OHCI_HC_LINK_ENBL); in hci1394_ohci_link_enable()
3319 &ohci_hdl->ohci_regs->hc_ctrl_set); in hci1394_ohci_1394a_init()
3322 &ohci_hdl->ohci_regs->hc_ctrl_set, OHCI_HC_APHY_ENBL); in hci1394_ohci_1394a_init()
3356 &ohci_hdl->ohci_regs->hc_ctrl_set); in hci1394_ohci_1394a_resume()
3359 &ohci_hdl->ohci_regs->hc_ctrl_set, OHCI_HC_APHY_ENBL); in hci1394_ohci_1394a_resume()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h450 uint32_t hc_ctrl_set; member