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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_txpreg.h445 struct txp_boot_record { struct
571 struct txp_boot_record *sc_boot;
H A Dif_txp.c929 struct txp_boot_record *boot;
935 if (txp_dma_malloc(sc, sizeof(struct txp_boot_record), &sc->sc_boot_dma,
940 boot = (struct txp_boot_record *)sc->sc_boot_dma.dma_vaddr;
1721 struct txp_boot_record *br = sc->sc_boot;

Completed in 61 milliseconds