Home | History | Annotate | Download | only in usb

Lines Matching defs:phyport

150 umcs7840_reg_sp(int phyport)
152 KASSERT(phyport >= 0 && phyport < 4);
153 switch (phyport) {
163 umcs7840_reg_ctrl(int phyport)
165 KASSERT(phyport >= 0 && phyport < 4);
166 switch (phyport) {
323 int phyport = i * (sc->sc_numports == 2 ? 2 : 1);
326 phyport*2);
336 phyport*2 + 1);
345 i, phyport, ucaa.ucaa_bulkin, ucaa.ucaa_bulkout));
347 sc->sc_ports[i].sc_port_phys = phyport;