HomeSort by: relevance | last modified time | path
    Searched refs:SPIF_PORT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sbus/
spif.c 340 int port = SPIF_PORT(dev);
410 struct stty_port *sp = &sc->sc_port[SPIF_PORT(dev)];
413 int port = SPIF_PORT(dev);
436 struct stty_port *sp = &stc->sc_port[SPIF_PORT(dev)];
560 struct stty_port *sp = &st->sc_port[SPIF_PORT(tp->t_dev)];
656 struct stty_port *sp = &sc->sc_port[SPIF_PORT(dev)];
666 struct stty_port *sp = &sc->sc_port[SPIF_PORT(dev)];
676 struct stty_port *sp = &sc->sc_port[SPIF_PORT(dev)];
686 struct stty_port *sp = &sc->sc_port[SPIF_PORT(dev)];
696 struct stty_port *sp = &sc->sc_port[SPIF_PORT(tp->t_dev)]
    [all...]
spifreg.h 343 #define SPIF_PORT(x) (TTUNIT(x) & 0x07)

Completed in 37 milliseconds