Searched refs:HCR_PORT_ENABLE (Results 1 – 3 of 3) sorted by relevance
437 if (!(port_status & HCR_PORT_ENABLE)) { in uhci_handle_port_enable_disable()440 (port_status | HCR_PORT_ENABLE)); in uhci_handle_port_enable_disable()444 if ((port_status & HCR_PORT_ENABLE)) { in uhci_handle_port_enable_disable()447 (port_status & ~HCR_PORT_ENABLE)); in uhci_handle_port_enable_disable()516 Set_OpReg16(PORTSC[port], (port_status| HCR_PORT_ENABLE)); in uhci_handle_port_reset()811 if (port_status & HCR_PORT_ENABLE) { in uhci_get_port_status()
475 if ((!(port_status & HCR_PORT_ENABLE)) && in uhci_hcdi_pipe_reset()479 (port_status | HCR_PORT_ENABLE)); in uhci_hcdi_pipe_reset()
92 #define HCR_PORT_ENABLE 0x4 macro