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

  /src/sys/dev/ic/
cyvar.h 49 struct cy_softc *cy_softc; member in struct:cy_port
79 struct cy_softc { struct
95 int cy_find(struct cy_softc *);
96 void cy_attach(struct cy_softc *);
cy.c 46 static int cy_modem_control(struct cy_softc *, struct cy_port *, int, int);
47 static void cy_enable_transmitter(struct cy_softc *, struct cy_port *);
48 static void cd1400_channel_cmd(struct cy_softc *, struct cy_port *, int);
86 cy_find(struct cy_softc *sc)
181 cy_attach(struct cy_softc *sc)
225 sc->sc_ports[port].cy_softc = sc;
253 #define CY_BOARD(cy) ((cy)->cy_softc)
259 struct cy_softc *sc;
282 struct cy_softc *sc;
406 struct cy_softc *sc
    [all...]
  /src/sys/dev/isa/
cy_isa.c 33 CFATTACH_DECL_NEW(cy_isa, sizeof(struct cy_softc),
40 struct cy_softc *sc;
84 struct cy_softc *sc = device_private(self);
  /src/sys/dev/pci/
cy_pci.c 31 struct cy_softc sc_cy; /* real cy softc */
90 struct cy_softc *sc = &psc->sc_cy;

Completed in 13 milliseconds