Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c301 &ohci_hdl->ohci_regs->hc_ctrl_set, OHCI_HC_NO_BSWAP | in hci1394_ohci_chip_init()
308 &ohci_hdl->ohci_regs->hc_ctrl_set, OHCI_HC_LPS | in hci1394_ohci_chip_init()
408 &ohci_hdl->ohci_regs->hc_ctrl_set, OHCI_HC_SOFT_RESET); in hci1394_ohci_soft_reset()
415 &ohci_hdl->ohci_regs->hc_ctrl_set); in hci1394_ohci_soft_reset()
829 &ohci_hdl->ohci_regs->hc_ctrl_set, OHCI_HC_LINK_ENBL); in hci1394_ohci_link_enable()
2712 &ohci_hdl->ohci_regs->hc_ctrl_set); in hci1394_ohci_1394a_init()
2715 &ohci_hdl->ohci_regs->hc_ctrl_set, OHCI_HC_APHY_ENBL); in hci1394_ohci_1394a_init()
2741 &ohci_hdl->ohci_regs->hc_ctrl_set); in hci1394_ohci_1394a_resume()
2744 &ohci_hdl->ohci_regs->hc_ctrl_set, OHCI_HC_APHY_ENBL); in hci1394_ohci_1394a_resume()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h448 uint32_t hc_ctrl_set; member