Searched refs:Get_OpReg16 (Results 1 – 6 of 6) sorted by relevance
378 uint_t port_status = Get_OpReg16(PORTSC[port]); in uhci_handle_port_suspend()429 uint_t port_status = Get_OpReg16(PORTSC[port]); in uhci_handle_port_enable_disable()496 uint_t port_status = Get_OpReg16(PORTSC[port]); in uhci_handle_port_reset()541 uint_t port_status = Get_OpReg16(PORTSC[port]); in uhci_handle_complete_port_reset()569 uint_t port_status = Get_OpReg16(PORTSC[port]); in uhci_handle_clear_port_connection()752 port_status = Get_OpReg16(PORTSC[port]); in uhci_handle_root_hub_status_change()801 ushort_t port_status = Get_OpReg16(PORTSC[port]); in uhci_get_port_status()
739 Set_OpReg16(USBSTS, Get_OpReg16(USBSTS) & UHCI_INTR_MASK); in uhci_quiesce()867 cmd_reg = Get_OpReg16(USBCMD); in uhci_cpr_suspend()877 if (Get_OpReg16(USBSTS) & USBSTS_REG_HC_HALTED) in uhci_cpr_suspend()990 intr_status = Get_OpReg16(USBSTS); in uhci_intr()991 intr_reg = Get_OpReg16(USBINTR); in uhci_intr()1080 cmd_reg = Get_OpReg16(USBCMD); in uhci_intr()
270 intr_status = Get_OpReg16(USBSTS); in uhci_hcdi_polled_read()726 if (Get_OpReg16(USBCMD)) { in uhci_polled_restore_state()
483 cmd_reg = Get_OpReg16(USBCMD); in uhci_init_ctlr()523 cmd_reg = Get_OpReg16(USBCMD); in uhci_init_ctlr()533 cmd_reg = Get_OpReg16(USBCMD); in uhci_init_ctlr()4599 hw_frnum = Get_OpReg16(FRNUM); in uhci_get_sw_frame_number()4777 cmd_reg = Get_OpReg16(USBCMD); in uhci_wait_for_sof()
474 port_status = Get_OpReg16(PORTSC[port]); in uhci_hcdi_pipe_reset()
444 #define Get_OpReg16(addr) ddi_get16(uhcip->uhci_regs_handle, \ macro