Home
last modified time | relevance | path

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

/titanic_50/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()
451 Set_OpReg16(PORTSC[port], (port_status | HCR_PORT_ENDIS_CHG)); in uhci_handle_port_enable_disable()
496 uint_t port_status = Get_OpReg16(PORTSC[port]); in uhci_handle_port_reset()
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()
[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()
/titanic_50/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h61 uint16_t PORTSC[2]; member