HomeSort by: relevance | last modified time | path
    Searched defs:cs_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
cs89x0var.h 70 struct cs_softc { struct
112 int (*sc_enable)(struct cs_softc *);
113 void (*sc_disable)(struct cs_softc *);
116 void (*sc_dma_process_rx)(struct cs_softc *);
117 void (*sc_dma_chipinit)(struct cs_softc *);
118 void (*sc_dma_attach)(struct cs_softc *);
121 u_int8_t (*sc_io_read_1)(struct cs_softc *, bus_size_t);
122 u_int16_t (*sc_io_read_2)(struct cs_softc *, bus_size_t);
123 void (*sc_io_read_multi_2)(struct cs_softc *, bus_size_t, u_int16_t *,
125 void (*sc_io_write_2)(struct cs_softc *, bus_size_t, u_int16_t)
    [all...]

Completed in 10 milliseconds