Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c2565 &ohci_hdl->ohci_regs->ar_resp.cmd_ptrlo, cmdptr); in hci1394_ohci_arresp_start()
2567 &ohci_hdl->ohci_regs->ar_resp.ctxt_ctrl_set, OHCI_CC_RUN_MASK); in hci1394_ohci_arresp_start()
2583 &ohci_hdl->ohci_regs->ar_resp.ctxt_ctrl_set, OHCI_CC_WAKE_MASK); in hci1394_ohci_arresp_wake()
2598 &ohci_hdl->ohci_regs->ar_resp.ctxt_ctrl_clr, OHCI_CC_RUN_MASK); in hci1394_ohci_arresp_stop()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h495 hci1394_ctxt_regs_t ar_resp; member