Searched refs:cs_softc (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/dev/cs/
H A Dif_cs.c76 static void cs_init_locked(struct cs_softc *);
80 static void cs_stop(struct cs_softc *);
81 static void cs_reset(struct cs_softc *);
86 static int cs_mediaset(struct cs_softc *, int);
88 static void cs_write_mbufs(struct cs_softc*, struct mbuf*);
89 static void cs_xmit_buf(struct cs_softc*);
90 static int cs_get_packet(struct cs_softc*);
91 static void cs_setmode(struct cs_softc*);
93 static int get_eeprom_data(struct cs_softc *sc, int, int, uint16_t *);
95 static int wait_eeprom_ready( struct cs_softc *);
[all...]
H A Dif_cs_isa.c90 struct cs_softc *sc = device_get_softc(dev);
110 sizeof(struct cs_softc),
H A Dif_csvar.h35 * cs_softc: per line info and status
37 struct cs_softc { struct
H A Dif_cs_pccard.c80 struct cs_softc *sc = device_get_softc(dev);
109 sizeof(struct cs_softc),
H A Dif_csreg.h542 cs_inw(struct cs_softc *sc, int off)
551 cs_inw(struct cs_softc *sc, int off)
558 cs_outw(struct cs_softc *sc, int off, uint16_t val)
564 cs_readreg(struct cs_softc *sc, uint16_t port)
570 cs_writereg(struct cs_softc *sc, uint16_t port, uint16_t val)
577 reset_chip(struct cs_softc *sc)

Completed in 103 milliseconds