sys/dev/ic/cy.c
1062
struct cy_softc *sc = arg;
sys/dev/ic/cy.c
1338
cy_enable_transmitter(struct cy_softc *sc, struct cy_port *cy)
sys/dev/ic/cy.c
1352
cd1400_channel_cmd(struct cy_softc *sc, struct cy_port *cy, int cmd)
sys/dev/ic/cy.c
181
cy_attach(struct cy_softc *sc)
sys/dev/ic/cy.c
225
sc->sc_ports[port].cy_softc = sc;
sys/dev/ic/cy.c
253
#define CY_BOARD(cy) ((cy)->cy_softc)
sys/dev/ic/cy.c
259
struct cy_softc *sc;
sys/dev/ic/cy.c
282
struct cy_softc *sc;
sys/dev/ic/cy.c
406
struct cy_softc *sc;
sys/dev/ic/cy.c
46
static int cy_modem_control(struct cy_softc *, struct cy_port *, int, int);
sys/dev/ic/cy.c
47
static void cy_enable_transmitter(struct cy_softc *, struct cy_port *);
sys/dev/ic/cy.c
48
static void cd1400_channel_cmd(struct cy_softc *, struct cy_port *, int);
sys/dev/ic/cy.c
502
struct cy_softc *sc;
sys/dev/ic/cy.c
585
struct cy_softc *sc;
sys/dev/ic/cy.c
590
sc = cy->cy_softc;
sys/dev/ic/cy.c
641
struct cy_softc *sc;
sys/dev/ic/cy.c
775
cy_modem_control(struct cy_softc *sc, struct cy_port *cy, int bits, int howto)
sys/dev/ic/cy.c
86
cy_find(struct cy_softc *sc)
sys/dev/ic/cy.c
880
struct cy_softc *sc;
sys/dev/ic/cyvar.h
49
struct cy_softc *cy_softc;
sys/dev/ic/cyvar.h
95
int cy_find(struct cy_softc *);
sys/dev/ic/cyvar.h
96
void cy_attach(struct cy_softc *);
sys/dev/isa/cy_isa.c
33
CFATTACH_DECL_NEW(cy_isa, sizeof(struct cy_softc),
sys/dev/isa/cy_isa.c
40
struct cy_softc *sc;
sys/dev/isa/cy_isa.c
84
struct cy_softc *sc = device_private(self);
sys/dev/pci/cy_pci.c
31
struct cy_softc sc_cy; /* real cy softc */
sys/dev/pci/cy_pci.c
90
struct cy_softc *sc = &psc->sc_cy;