Home
last modified time | relevance | path

Searched refs:OHCI_CC_RUN_MASK (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h294 #define OHCI_CC_RUN_MASK 0x00008000 macro
347 (((RUN) << OHCI_CC_RUN_SHIFT) & OHCI_CC_RUN_MASK) | \
358 (((RUN) << OHCI_CC_RUN_SHIFT) & OHCI_CC_RUN_MASK)))
366 (((RUN) << OHCI_CC_RUN_SHIFT) & OHCI_CC_RUN_MASK) | \
375 (((RUN) << OHCI_CC_RUN_SHIFT) & OHCI_CC_RUN_MASK)))
396 &(CTXTP)->ctxt_regsp->ctxt_ctrl_set) & OHCI_CC_RUN_MASK)
H A Dhci1394_descriptors.h217 #define DESC_XFER_RUN_MASK (OHCI_CC_RUN_MASK << DESC_ST_XFER_STAT_SHIFT)
/titanic_44/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c3066 &ohci_hdl->ohci_regs->at_req.ctxt_ctrl_set, OHCI_CC_RUN_MASK); in hci1394_ohci_atreq_start()
3107 &ohci_hdl->ohci_regs->at_req.ctxt_ctrl_clr, OHCI_CC_RUN_MASK); in hci1394_ohci_atreq_stop()
3129 &ohci_hdl->ohci_regs->ar_resp.ctxt_ctrl_set, OHCI_CC_RUN_MASK); in hci1394_ohci_arresp_start()
3170 &ohci_hdl->ohci_regs->ar_resp.ctxt_ctrl_clr, OHCI_CC_RUN_MASK); in hci1394_ohci_arresp_stop()
3192 &ohci_hdl->ohci_regs->ar_req.ctxt_ctrl_set, OHCI_CC_RUN_MASK); in hci1394_ohci_arreq_start()
3233 &ohci_hdl->ohci_regs->ar_req.ctxt_ctrl_clr, OHCI_CC_RUN_MASK); in hci1394_ohci_arreq_stop()
3255 &ohci_hdl->ohci_regs->at_resp.ctxt_ctrl_set, OHCI_CC_RUN_MASK); in hci1394_ohci_atresp_start()
3296 &ohci_hdl->ohci_regs->at_resp.ctxt_ctrl_clr, OHCI_CC_RUN_MASK); in hci1394_ohci_atresp_stop()