Searched refs:UHCI_PORT_CCS (Results 1 – 4 of 4) sorted by relevance
77 uhci_port_test(&uhci1, 0, UHCI_PORT_CCS); /* usb-tablet */ in pci_uhci_port_1()78 uhci_port_test(&uhci1, 1, UHCI_PORT_CCS); /* usb-storage */ in pci_uhci_port_1()
26 uhci_port_test(&uhci, port - 1, UHCI_PORT_CCS); in test_port()
35 #define UHCI_PORT_CCS (1 << 0) macro
474 if (!(port->ctrl & UHCI_PORT_CCS)) { in uhci_port_write()556 port->ctrl |= UHCI_PORT_CCS | UHCI_PORT_CSC; in uhci_attach()576 if (port->ctrl & UHCI_PORT_CCS) { in uhci_detach()577 port->ctrl &= ~UHCI_PORT_CCS; in uhci_detach()