HomeSort by: relevance | last modified time | path
    Searched defs:phyport (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
umcs.c 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); local in function:umcs7840_attach
326 phyport*2)
    [all...]
umcs.c 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); local in function:umcs7840_attach
326 phyport*2)
    [all...]
umcs.c 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); local in function:umcs7840_attach
326 phyport*2)
    [all...]

Completed in 32 milliseconds