Home
last modified time | relevance | path

Searched refs:Set_OpReg16 (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c388 Set_OpReg16(PORTSC[port], in uhci_handle_port_suspend()
395 Set_OpReg16(PORTSC[port], in uhci_handle_port_suspend()
439 Set_OpReg16(PORTSC[port], in uhci_handle_port_enable_disable()
446 Set_OpReg16(PORTSC[port], in uhci_handle_port_enable_disable()
451 Set_OpReg16(PORTSC[port], (port_status | HCR_PORT_ENDIS_CHG)); in uhci_handle_port_enable_disable()
508 Set_OpReg16(PORTSC[port], (port_status| HCR_PORT_RESET)); in uhci_handle_port_reset()
512 Set_OpReg16(PORTSC[port], (port_status & ~HCR_PORT_RESET)); in uhci_handle_port_reset()
516 Set_OpReg16(PORTSC[port], (port_status| HCR_PORT_ENABLE)); in uhci_handle_port_reset()
553 Set_OpReg16(PORTSC[port], (port_status & (~ HCR_PORT_RESET))); in uhci_handle_complete_port_reset()
576 Set_OpReg16(PORTSC[port], port_status | HCR_PORT_CSC); in uhci_handle_clear_port_connection()
[all …]
H A Duhcipolled.c271 Set_OpReg16(USBSTS, intr_status); in uhci_hcdi_polled_read()
618 Set_OpReg16(USBINTR, DISABLE_ALL_INTRS); in uhci_polled_save_state()
623 Set_OpReg16(USBCMD, 0); in uhci_polled_save_state()
681 Set_OpReg16(FRNUM, 0); in uhci_polled_save_state()
686 Set_OpReg16(USBCMD, (USBCMD_REG_HC_RUN | USBCMD_REG_MAXPKT_64 | in uhci_polled_save_state()
727 Set_OpReg16(USBCMD, 0x0); in uhci_polled_restore_state()
771 Set_OpReg16(USBINTR, ENABLE_ALL_INTRS); in uhci_polled_restore_state()
772 Set_OpReg16(USBCMD, (USBCMD_REG_HC_RUN | USBCMD_REG_MAXPKT_64 | in uhci_polled_restore_state()
H A Duhci.c440 Set_OpReg16(USBINTR, ENABLE_ALL_INTRS); in uhci_attach()
708 Set_OpReg16(USBINTR, DISABLE_ALL_INTRS); in uhci_reset()
709 Set_OpReg16(USBCMD, 0); in uhci_reset()
733 Set_OpReg16(USBINTR, DISABLE_ALL_INTRS); in uhci_quiesce()
736 Set_OpReg16(USBCMD, 0); in uhci_quiesce()
869 Set_OpReg16(USBCMD, cmd_reg); in uhci_cpr_suspend()
886 Set_OpReg16(USBINTR, DISABLE_ALL_INTRS); in uhci_cpr_suspend()
889 Set_OpReg16(USBSTS, USBSTS_REG_HC_HALTED | in uhci_cpr_suspend()
952 Set_OpReg16(USBINTR, ENABLE_ALL_INTRS); in uhci_cpr_resume()
1032 Set_OpReg16(USBSTS, intr_status); in uhci_intr()
[all …]
H A Duhciutil.c481 Set_OpReg16(USBINTR, DISABLE_ALL_INTRS); in uhci_init_ctlr()
487 Set_OpReg16(USBCMD, cmd_reg); in uhci_init_ctlr()
490 Set_OpReg16(USBCMD, USBCMD_REG_GBL_RESET); in uhci_init_ctlr()
497 Set_OpReg16(USBCMD, 0); in uhci_init_ctlr()
500 Set_OpReg16(FRNUM, 0); in uhci_init_ctlr()
527 Set_OpReg16(USBCMD, cmd_reg); in uhci_init_ctlr()
570 Set_OpReg16(USBINTR, DISABLE_ALL_INTRS); in uhci_uninit_ctlr()
573 Set_OpReg16(USBCMD, 0); in uhci_uninit_ctlr()
685 Set_OpReg16(USBCMD, USBCMD_REG_GBL_RESET); in uhci_unmap_regs()
4778 Set_OpReg16(USBCMD, (cmd_reg | USBCMD_REG_HC_RUN)); in uhci_wait_for_sof()
[all …]
H A Duhcitgt.c478 Set_OpReg16(PORTSC[port], in uhci_hcdi_pipe_reset()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h452 #define Set_OpReg16(addr, val) ddi_put16(uhcip->uhci_regs_handle, \ macro