Searched refs:cs_softc (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/dev/cs/ |
| HD | if_cs.c | 77 static void cs_init_locked(struct cs_softc *); 81 static void cs_stop(struct cs_softc *); 82 static void cs_reset(struct cs_softc *); 87 static int cs_mediaset(struct cs_softc *, int); 89 static void cs_write_mbufs(struct cs_softc*, struct mbuf*); 90 static void cs_xmit_buf(struct cs_softc*); 91 static int cs_get_packet(struct cs_softc*); 92 static void cs_setmode(struct cs_softc*); 94 static int get_eeprom_data(struct cs_softc *sc, int, int, uint16_t *); 96 static int wait_eeprom_ready( struct cs_softc *); [all …]
|
| HD | if_csreg.h | 542 cs_inw(struct cs_softc *sc, int off) in cs_inw() 551 cs_inw(struct cs_softc *sc, int off) in cs_inw() 558 cs_outw(struct cs_softc *sc, int off, uint16_t val) in cs_outw() 564 cs_readreg(struct cs_softc *sc, uint16_t port) in cs_readreg() 570 cs_writereg(struct cs_softc *sc, uint16_t port, uint16_t val) in cs_writereg() 577 reset_chip(struct cs_softc *sc) in reset_chip()
|
| HD | if_cs_isa.c | 93 struct cs_softc *sc = device_get_softc(dev); in cs_isa_attach() 113 sizeof(struct cs_softc),
|
| HD | if_cs_pccard.c | 83 struct cs_softc *sc = device_get_softc(dev); in cs_pccard_attach() 112 sizeof(struct cs_softc),
|
| HD | if_csvar.h | 34 struct cs_softc { struct
|