Home
last modified time | relevance | path

Searched refs:PORTSC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c378 uint_t port_status = Get_OpReg16(PORTSC[port]); in uhci_handle_port_suspend()
388 Set_OpReg16(PORTSC[port], in uhci_handle_port_suspend()
395 Set_OpReg16(PORTSC[port], in uhci_handle_port_suspend()
429 uint_t port_status = Get_OpReg16(PORTSC[port]); in uhci_handle_port_enable_disable()
439 Set_OpReg16(PORTSC[port], in uhci_handle_port_enable_disable()
446 Set_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()
[all …]
H A Duhcitgt.c474 port_status = Get_OpReg16(PORTSC[port]); in uhci_hcdi_pipe_reset()
478 Set_OpReg16(PORTSC[port], in uhci_hcdi_pipe_reset()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h61 uint16_t PORTSC[2]; member