Home
last modified time | relevance | path

Searched refs:ipw2100_softc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_impl.h96 struct ipw2100_softc { struct
187 extern int ipw2100_init(struct ipw2100_softc *sc); argument
188 extern int ipw2100_disable(struct ipw2100_softc *sc);
203 extern void ipw2100_get_statistics(struct ipw2100_softc *sc);
551 extern uint8_t ipw2100_csr_get8(struct ipw2100_softc *sc, uint32_t off);
552 extern uint16_t ipw2100_csr_get16(struct ipw2100_softc *sc, uint32_t off);
553 extern uint32_t ipw2100_csr_get32(struct ipw2100_softc *sc, uint32_t off);
554 extern void ipw2100_csr_rep_get16(struct ipw2100_softc *sc, uint32_t off,
556 extern void ipw2100_csr_put8(struct ipw2100_softc *sc, uint32_t off,
558 extern void ipw2100_csr_put16(struct ipw2100_softc *sc,
[all …]
H A Dipw2100_hw.c60 ipw2100_csr_get8(struct ipw2100_softc *sc, uint32_t off) in ipw2100_csr_get8()
66 ipw2100_csr_get16(struct ipw2100_softc *sc, uint32_t off) in ipw2100_csr_get16()
73 ipw2100_csr_get32(struct ipw2100_softc *sc, uint32_t off) in ipw2100_csr_get32()
80 ipw2100_csr_rep_get16(struct ipw2100_softc *sc, in ipw2100_csr_rep_get16()
89 ipw2100_csr_put8(struct ipw2100_softc *sc, uint32_t off, uint8_t val) in ipw2100_csr_put8()
95 ipw2100_csr_put16(struct ipw2100_softc *sc, uint32_t off, uint16_t val) in ipw2100_csr_put16()
102 ipw2100_csr_put32(struct ipw2100_softc *sc, uint32_t off, uint32_t val) in ipw2100_csr_put32()
109 ipw2100_csr_rep_put8(struct ipw2100_softc *sc, in ipw2100_csr_rep_put8()
117 ipw2100_imem_get8(struct ipw2100_softc *sc, int32_t addr) in ipw2100_imem_get8()
125 ipw2100_imem_get16(struct ipw2100_softc *sc, uint32_t addr) in ipw2100_imem_get16()
[all …]
H A Dipw2100.c112 static void ipw2100_hwconf_get(struct ipw2100_softc *sc);
113 static int ipw2100_chip_reset(struct ipw2100_softc *sc);
114 static void ipw2100_master_stop(struct ipw2100_softc *sc);
115 static void ipw2100_stop(struct ipw2100_softc *sc);
116 static int ipw2100_config(struct ipw2100_softc *sc);
117 static int ipw2100_cmd(struct ipw2100_softc *sc, uint32_t type,
119 static int ipw2100_dma_region_alloc(struct ipw2100_softc *sc,
122 static void ipw2100_tables_init(struct ipw2100_softc *sc);
123 static void ipw2100_ring_hwsetup(struct ipw2100_softc *sc);
124 static int ipw2100_ring_alloc(struct ipw2100_softc *sc);
[all …]