Home
last modified time | relevance | path

Searched refs:Set_OpReg (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c485 Set_OpReg(hcr_control, in ohci_hcdi_polled_write()
528 Set_OpReg(hcr_control, in ohci_hcdi_polled_write()
550 Set_OpReg(hcr_intr_status, intr); in ohci_hcdi_polled_write()
562 Set_OpReg(hcr_intr_status, intr); in ohci_hcdi_polled_write()
937 Set_OpReg(hcr_intr_disable, HCR_INTR_MIE); in ohci_polled_save_state()
1083 Set_OpReg(hcr_done_head, (uint32_t)0x0); in ohci_polled_save_state()
1089 Set_OpReg(hcr_intr_status, HCR_INTR_WDH); in ohci_polled_save_state()
1186 Set_OpReg(hcr_periodic_curr, (uint32_t)0x0); in ohci_polled_save_state()
1189 Set_OpReg(hcr_intr_enable, HCR_INTR_WDH); in ohci_polled_save_state()
1195 Set_OpReg(hcr_control, in ohci_polled_save_state()
[all …]
H A Dohci_hub.c222 Set_OpReg(hcr_rh_portstatus[i], HCR_PORT_CPP); in ohci_init_root_hub()
742 Set_OpReg(hcr_rh_status, HCR_RH_STATUS_LPSC); in ohci_handle_port_power()
752 Set_OpReg(hcr_rh_portstatus[port], in ohci_handle_port_power()
768 Set_OpReg(hcr_rh_status, HCR_RH_STATUS_LPS); in ohci_handle_port_power()
778 Set_OpReg(hcr_rh_portstatus[port], in ohci_handle_port_power()
821 Set_OpReg(hcr_rh_portstatus[port], HCR_PORT_PES); in ohci_handle_port_enable()
827 Set_OpReg(hcr_rh_portstatus[port], HCR_PORT_CCS); in ohci_handle_port_enable()
856 Set_OpReg(hcr_rh_portstatus[port], HCR_PORT_PESC); in ohci_handle_clrchng_port_enable()
885 Set_OpReg(hcr_rh_portstatus[port], HCR_PORT_PSS); in ohci_handle_port_suspend()
888 Set_OpReg(hcr_rh_portstatus[port], HCR_PORT_POCI); in ohci_handle_port_suspend()
[all …]
H A Dohci.c1538 Set_OpReg(hcr_cmd_status, HCR_STATUS_RESET); in ohci_init_ctlr()
1551 Set_OpReg(hcr_control, HCR_CONTROL_RESET); in ohci_init_ctlr()
1587 Set_OpReg(hcr_control, HCR_CONTROL_DEFAULT); in ohci_init_ctlr()
1588 Set_OpReg(hcr_intr_enable, HCR_INT_ENABLE_DEFAULT); in ohci_init_ctlr()
1589 Set_OpReg(hcr_HCCA, HCR_HCCA_DEFAULT); in ohci_init_ctlr()
1590 Set_OpReg(hcr_ctrl_head, HCR_CONTROL_HEAD_ED_DEFAULT); in ohci_init_ctlr()
1591 Set_OpReg(hcr_bulk_head, HCR_BULK_HEAD_ED_DEFAULT); in ohci_init_ctlr()
1592 Set_OpReg(hcr_frame_interval, HCR_FRAME_INTERVAL_DEFAULT); in ohci_init_ctlr()
1593 Set_OpReg(hcr_periodic_strt, HCR_PERIODIC_START_DEFAULT); in ohci_init_ctlr()
1597 Set_OpReg(hcr_HCCA, (uint_t)ohcip->ohci_hcca_cookie.dmac_address); in ohci_init_ctlr()
[all …]
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c724 Set_OpReg(ehci_rh_port_status[port], in ehci_handle_port_power()
734 Set_OpReg(ehci_rh_port_status[port], in ehci_handle_port_power()
783 Set_OpReg(ehci_rh_port_status[port], in ehci_handle_port_enable()
790 Set_OpReg(ehci_rh_port_status[port], in ehci_handle_port_enable()
828 Set_OpReg(ehci_rh_port_status[port], in ehci_handle_clrchng_port_enable()
872 Set_OpReg(ehci_rh_port_status[port], in ehci_handle_port_suspend()
886 Set_OpReg(ehci_rh_port_status[port], in ehci_handle_port_suspend()
938 Set_OpReg(ehci_rh_port_status[port], in ehci_handle_clrchng_port_suspend()
1003 Set_OpReg(ehci_rh_port_status[port], in ehci_handle_port_reset()
1010 Set_OpReg(ehci_rh_port_status[port], in ehci_handle_port_reset()
[all …]
H A Dehci_util.c1030 Set_OpReg(ehci_command, in ehci_init_hardware()
1121 Set_OpReg(ehci_config_flag, EHCI_CONFIG_FLAG_EHCI); in ehci_init_workaround()
1219 Set_OpReg(ehci_config_flag, EHCI_CONFIG_FLAG_CLASSIC); in ehci_init_check_status()
1258 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) | in ehci_init_ctlr()
1274 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) | in ehci_init_ctlr()
1293 Set_OpReg(ehci_ctrl_segment, 0x00000000); in ehci_init_ctlr()
1305 Set_OpReg(ehci_periodic_list_base, in ehci_init_ctlr()
1313 Set_OpReg(ehci_interrupt, EHCI_INTR_HOST_SYSTEM_ERROR | in ehci_init_ctlr()
1320 Set_OpReg(ehci_command, in ehci_init_ctlr()
1349 Set_OpReg(ehci_config_flag, EHCI_CONFIG_FLAG_EHCI); in ehci_init_ctlr()
[all …]
H A Dehci_polled.c278 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) & in ehci_hcdi_polled_input_enter()
286 Set_OpReg(ehci_command, in ehci_hcdi_polled_input_enter()
352 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) & in ehci_hcdi_polled_input_exit()
360 Set_OpReg(ehci_command, in ehci_hcdi_polled_input_exit()
591 Set_OpReg(ehci_command, Get_OpReg(ehci_command) & in ehci_hcdi_polled_write()
616 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) | in ehci_hcdi_polled_write()
1025 Set_OpReg(ehci_command, Get_OpReg(ehci_command) & in ehci_polled_save_state()
1142 Set_OpReg(ehci_interrupt, (EHCI_INTR_USB | in ehci_polled_save_state()
1146 Set_OpReg(ehci_command, in ehci_polled_save_state()
1285 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) & in ehci_polled_stop_processing()
[all …]
H A Dehci.c451 Set_OpReg(ehci_command, in ehci_reset()
466 Set_OpReg(ehci_command, in ehci_reset()
506 Set_OpReg(ehci_command, in ehci_quiesce()
521 Set_OpReg(ehci_command, in ehci_quiesce()
687 Set_OpReg(ehci_status, intr); in ehci_intr()
727 Set_OpReg(ehci_interrupt, in ehci_intr()
H A Dehci_intr.c165 Set_OpReg(ehci_interrupt, (Get_OpReg(ehci_interrupt) & in ehci_handle_ue()
181 Set_OpReg(ehci_interrupt, (Get_OpReg(ehci_interrupt) & in ehci_handle_ue()
185 Set_OpReg(ehci_config_flag, EHCI_CONFIG_FLAG_CLASSIC); in ehci_handle_ue()
H A Dehci_xfer.c603 Set_OpReg(ehci_async_list_addr, qh_addr); in ehci_insert_async_qh()
/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h937 #define Set_OpReg(addr, val) ddi_put32(ehcip->ehci_caps_handle, \ macro
950 Set_OpReg(addr, val); \
/titanic_44/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h788 #define Set_OpReg(addr, val) ddi_put32(ohcip->ohci_regs_handle, \ macro