Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ipw/
H A Dipw2100_hw.c133 ipw2100_imem_get32(struct ipw2100_softc *sc, uint32_t addr) in ipw2100_imem_get32() function
210 uint32_t addr = ipw2100_imem_get32(sc, sc->sc_table1_base + off); in ipw2100_table1_get8()
217 uint32_t addr = ipw2100_imem_get32(sc, sc->sc_table1_base + off); in ipw2100_table1_get32()
218 return (ipw2100_imem_get32(sc, addr)); in ipw2100_table1_get32()
224 uint32_t addr = ipw2100_imem_get32(sc, sc->sc_table1_base + off); in ipw2100_table1_put32()
236 addr = ipw2100_imem_get32(sc, sc->sc_table2_base + off); in ipw2100_table2_getbuf()
237 info = ipw2100_imem_get32(sc, in ipw2100_table2_getbuf()
302 tmp = ipw2100_imem_get32(sc, IPW2100_IMEM_EEPROM_CTL); in ipw2100_rom_get16()
H A Dipw2100_impl.h567 extern uint32_t ipw2100_imem_get32(struct ipw2100_softc *sc,
H A Dipw2100.c1340 *datatbl = ipw2100_imem_get32(sc, addr); in ipw2100_get_statistics()