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 D | xhci.c | 829 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() 1219 pgsz = xhci_get32(xhcip, XHCI_R_OPER, XHCI_PAGESIZE); in xhci_read_params() 1639 cmdreg = xhci_get32(xhcip, XHCI_R_OPER, XHCI_USBCMD); in xhci_controller_stop() [all …]
|
H A D | xhci_intr.c | 113 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 D | xhci_hub.c | 257 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 D | xhci_command.c | 176 addr = xhci_get64(xhcip, XHCI_R_OPER, XHCI_CRCR); in xhci_command_ring_init() 180 xhci_put64(xhcip, XHCI_R_OPER, XHCI_CRCR, addr); in xhci_command_ring_init() 211 reg = xhci_get64(xhcip, XHCI_R_OPER, XHCI_CRCR); in xhci_command_timeout() 227 xhci_put64(xhcip, XHCI_R_OPER, XHCI_CRCR, reg); in xhci_command_timeout()
|
H A D | xhci_polled.c | 331 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 D | xhci_context.c | 197 xhci_put64(xhcip, XHCI_R_OPER, XHCI_DCBAAP, in xhci_context_init()
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/ |
H A D | xhci.h | 676 XHCI_R_OPER, enumerator
|