Home
last modified time | relevance | path

Searched refs:sc_ldata (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/txp/
HDif_txp.c571 WRITE_REG(sc, TXP_H2A_2, TXP_ADDR_HI(sc->sc_ldata.txp_boot_paddr)); in txp_boot()
573 WRITE_REG(sc, TXP_H2A_1, TXP_ADDR_LO(sc->sc_ldata.txp_boot_paddr)); in txp_boot()
1296 ld = &sc->sc_ldata; in txp_alloc_rings()
1329 &sc->sc_cdata.txp_boot_map, (void **)&sc->sc_ldata.txp_boot, in txp_alloc_rings()
1331 &sc->sc_ldata.txp_boot_paddr); in txp_alloc_rings()
1334 boot = sc->sc_ldata.txp_boot; in txp_alloc_rings()
1340 &sc->sc_cdata.txp_hostvar_map, (void **)&sc->sc_ldata.txp_hostvar, in txp_alloc_rings()
1342 &sc->sc_ldata.txp_hostvar_paddr); in txp_alloc_rings()
1346 htole32(TXP_ADDR_LO(sc->sc_ldata.txp_hostvar_paddr)); in txp_alloc_rings()
1348 htole32(TXP_ADDR_HI(sc->sc_ldata.txp_hostvar_paddr)); in txp_alloc_rings()
[all …]
HDif_txpreg.h668 struct txp_ldata sc_ldata; member