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

/freebsd-13-stable/sys/dev/ipw/
H A Dif_ipwvar.h156 uint32_t table1_base; member in struct:ipw_softc
H A Dif_ipw.c2383 sc->table1_base = CSR_READ_4(sc, IPW_CSR_TABLE1_BASE);
2539 CSR_WRITE_4(sc, IPW_CSR_AUTOINC_ADDR, sc->table1_base);
2563 return MEM_READ_4(sc, MEM_READ_4(sc, sc->table1_base + off));
2569 MEM_WRITE_4(sc, MEM_READ_4(sc, sc->table1_base + off), info);

Completed in 109 milliseconds