Home
last modified time | relevance | path

Searched refs:HCR_PORT_PES (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h242 #define HCR_PORT_PES 0x00000002 /* Port enable */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c819 if (!(port_status & HCR_PORT_PES)) { in ohci_handle_port_enable()
821 Set_OpReg(hcr_rh_portstatus[port], HCR_PORT_PES); in ohci_handle_port_enable()
825 if (port_status & HCR_PORT_PES) { in ohci_handle_port_enable()
1656 if (new_port_status & HCR_PORT_PES) { in ohci_handle_root_hub_status_change()