Home
last modified time | relevance | path

Searched defs:bmac_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/arch/macppc/dev/
H A Dif_bm.c69 struct bmac_softc { struct
70 struct device sc_dev;
71 struct arpcom arpcom; /* per-instance network data */
95 static __inline int bmac_read_reg(struct bmac_softc *, int); argument