Home
last modified time | relevance | path

Searched refs:XHCI_R_OPER (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c829 case XHCI_R_OPER: in xhci_get8()
856 case XHCI_R_OPER: in xhci_get16()
883 case XHCI_R_OPER: in xhci_get32()
910 case XHCI_R_OPER: in xhci_get64()
937 case XHCI_R_OPER: in xhci_put8()
964 case XHCI_R_OPER: in xhci_put16()
991 case XHCI_R_OPER: in xhci_put32()
1018 case XHCI_R_OPER: in xhci_put64()
1772 reg = xhci_get32(xhcip, XHCI_R_OPER, XHCI_USBCMD); in xhci_controller_start()
1781 xhci_put32(xhcip, XHCI_R_OPER, XHCI_USBCMD, reg); in xhci_controller_start()
[all …]
H A Dxhci_intr.c113 reg = xhci_get32(xhcip, XHCI_R_OPER, XHCI_USBCMD); in xhci_intr_conf()
115 xhci_put32(xhcip, XHCI_R_OPER, XHCI_USBCMD, reg); in xhci_intr_conf()
138 status = xhci_get32(xhcip, XHCI_R_OPER, XHCI_USBSTS); in xhci_intr()
H A Dxhci_hub.c257 reg = xhci_get32(xhcip, XHCI_R_OPER, XHCI_PORTSC(port)); in xhci_root_hub_handle_port_clear_feature()
310 xhci_put32(xhcip, XHCI_R_OPER, XHCI_PORTSC(port), reg); in xhci_root_hub_handle_port_clear_feature()
339 reg = xhci_get32(xhcip, XHCI_R_OPER, index); in xhci_root_hub_handle_port_set_feature()
359 reg = xhci_get32(xhcip, XHCI_R_OPER, index); in xhci_root_hub_handle_port_set_feature()
372 reg = xhci_get32(xhcip, XHCI_R_OPER, index); in xhci_root_hub_handle_port_set_feature()
425 xhci_put32(xhcip, XHCI_R_OPER, index, reg); in xhci_root_hub_handle_port_set_feature()
464 reg = xhci_get32(xhcip, XHCI_R_OPER, XHCI_PORTSC(port)); in xhci_root_hub_handle_port_get_status()
626 reg = xhci_get32(xhcip, XHCI_R_OPER, XHCI_PORTSC(i)); in xhci_root_hub_psc_callback()
782 reg = xhci_get32(xhcip, XHCI_R_OPER, XHCI_PORTSC(i)); in xhci_root_hub_fill_hub_desc()
H A Dxhci_command.c175 addr = xhci_get64(xhcip, XHCI_R_OPER, XHCI_CRCR); in xhci_command_ring_init()
179 xhci_put64(xhcip, XHCI_R_OPER, XHCI_CRCR, addr); in xhci_command_ring_init()
210 reg = xhci_get64(xhcip, XHCI_R_OPER, XHCI_CRCR); in xhci_command_timeout()
226 xhci_put64(xhcip, XHCI_R_OPER, XHCI_CRCR, reg); in xhci_command_timeout()
H A Dxhci_polled.c331 status = xhci_get32(xhcip, XHCI_R_OPER, XHCI_USBSTS); in xhci_hcdi_console_input_enter()
384 status = xhci_get32(xhcip, XHCI_R_OPER, XHCI_USBSTS); in xhci_hcdi_console_read()
H A Dxhci_context.c197 xhci_put64(xhcip, XHCI_R_OPER, XHCI_DCBAAP, in xhci_context_init()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h670 XHCI_R_OPER, enumerator