Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c3190 &ohci_hdl->ohci_regs->ar_req.cmd_ptrlo, cmdptr); in hci1394_ohci_arreq_start()
3192 &ohci_hdl->ohci_regs->ar_req.ctxt_ctrl_set, OHCI_CC_RUN_MASK); in hci1394_ohci_arreq_start()
3213 &ohci_hdl->ohci_regs->ar_req.ctxt_ctrl_set, OHCI_CC_WAKE_MASK); in hci1394_ohci_arreq_wake()
3233 &ohci_hdl->ohci_regs->ar_req.ctxt_ctrl_clr, OHCI_CC_RUN_MASK); in hci1394_ohci_arreq_stop()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h495 hci1394_ctxt_regs_t ar_req; member