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

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipwvar.h156 uint32_t table1_base; member in struct:ipw_softc
H A Dif_ipw.c2387 sc->table1_base = CSR_READ_4(sc, IPW_CSR_TABLE1_BASE);
2543 CSR_WRITE_4(sc, IPW_CSR_AUTOINC_ADDR, sc->table1_base);
2567 return MEM_READ_4(sc, MEM_READ_4(sc, sc->table1_base + off));
2573 MEM_WRITE_4(sc, MEM_READ_4(sc, sc->table1_base + off), info);

Completed in 48 milliseconds