Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h135 uint32_t hcr_cmd_status; /* Controller status */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1522 Set_OpReg(hcr_cmd_status, HCR_STATUS_RESET); in ohci_init_ctlr()
1930 hcr_cmd_status_val = Get_OpReg(hcr_cmd_status); in ohci_take_control()
1936 Set_OpReg(hcr_cmd_status, hcr_cmd_status_val); in ohci_take_control()
2144 Set_OpReg(hcr_cmd_status, HCR_STATUS_RESET); in ohci_cleanup()
4915 Set_OpReg(hcr_cmd_status, HCR_STATUS_CLF); in ohci_insert_ctrl_req()
5063 Set_OpReg(hcr_cmd_status, HCR_STATUS_BLF); in ohci_insert_bulk_req()
9748 ohci_save_regs->hcr_cmd_status = Get_OpReg(hcr_cmd_status); in ohci_do_soft_reset()
9815 Set_OpReg(hcr_cmd_status, HCR_STATUS_RESET); in ohci_do_soft_reset()
9864 Set_OpReg(hcr_cmd_status, (HCR_STATUS_CLF | HCR_STATUS_BLF)); in ohci_do_soft_reset()
11130 Get_OpReg(hcr_cmd_status), Get_OpReg(hcr_intr_enable)); in ohci_print_op_regs()
[all …]
H A Dohci_polled.c948 ohci_polled_regsp->hcr_cmd_status = Get_OpReg(hcr_cmd_status); in ohci_polled_save_state()