Searched refs:ipw2200_imem_put32 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_hw.c149 ipw2200_imem_put32(struct ipw2200_softc *sc, uint32_t addr, function
159 ipw2200_imem_put32(sc, IPW2200_IMEM_EEPROM_CTL, val);
318 ipw2200_imem_put32(sc, 0x3000e0, 0x80000000);
324 ipw2200_imem_put32(sc, 0x3000e0, 0);
326 ipw2200_imem_put32(sc, IPW2200_IMEM_EVENT_CTL, 1);
328 ipw2200_imem_put32(sc, IPW2200_IMEM_EVENT_CTL, 0);
379 ipw2200_imem_put32(sc, 0x3000a0, 0x27000);
461 ipw2200_imem_put32(sc, 0x3000a4, 0x540100);
477 ipw2200_imem_put32(sc, 0x3000a4, 0x540c00);
H A Dipw2200_impl.h750 extern void ipw2200_imem_put32(struct ipw2200_softc *sc, uint32_t addr,

Completed in 63 milliseconds